Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Releases: danactive/tuxharness

v2.0.2

20 Jun 03:58
Compare
Choose a tag to compare
  • Dependencies
    • Update gulp-expect-file to v0.0.7
    • Update gulp-istanbul-file to v0.10

v2.0.1

20 Jun 03:58
Compare
Choose a tag to compare
  • Dependencies
    • Update gulp to v3.9

v2.0.0

30 May 20:23
Compare
Choose a tag to compare
  • Breaking change
    • tuxfile.js
      • Register view engine structure changed. For example "view":{"engines":["dust","jade"],"path":"test/views"}
      • Set harness route view changed to "view": "hello.dust"
    • Removed tuxharness property from package.json
  • Bug
  • Data
    • Add Lorem Ipsum generator as util.getIpsumText
  • Dependencies
    • Update consolidate to v0.13
    • Update gulp-istanbul to v0.9
    • Update jshint-stylish to v2.0

v1.7.1

30 May 20:23
Compare
Choose a tag to compare
  • Installation
    • Easy tuxfile copy command

v1.7.0

11 Apr 23:11
Compare
Choose a tag to compare
  • Refactor
    • Use prototype rather than formatted JSON
    • Add 50% unit test coverage
  • Dependency
    • Update consolidate
    • Update gulp-jshint
    • Update gulp-load-plugins

v1.6.3

28 Mar 04:07
Compare
Choose a tag to compare
  • Data
    • Add util.getJsonRoute when data is a function

v1.6.2

28 Mar 00:41
Compare
Choose a tag to compare
  • Bug
    • Fix when viewing a route without a view defined

v1.6.1

27 Mar 04:06
Compare
Choose a tag to compare
  • Setup
    • tuxfile.js is default recipe filename
  • Dependency
    • Update gulp-load-plugins to v0.9
    • Update request to v2.54

v1.5.2

27 Mar 03:18
Compare
Choose a tag to compare
  • Dependency
    • Update serve-index to v1.6.3 to avoid XSS security advisory

v1.5.1

27 Mar 03:19
Compare
Choose a tag to compare
  • Dependency
    • Update dustjs-linkedin to v2.6
    • Update gulp-develop-server to v0.4
  • Bug