#Changelog
- Engine
- Support all Node.js platform engines
- Dependencies
- Add greenkeeper for dependency management
- Dependencies
- Update gulp-expect-file to v0.0.7
- Update gulp-istanbul-file to v0.10
- Dependencies
- Update gulp to v3.9
- 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"
- Register view engine structure changed. For example
- Removed tuxharness property from
package.json
- Bug
- Killed bug #2
- 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
- Installation
- Easy tuxfile copy command
- Refactor
- Use prototype rather than formatted JSON
- Add 50% unit test coverage
- Dependencies
- Update consolidate
- Update gulp-jshint
- Update gulp-load-plugins
- Data
- Add util.getJsonRoute when data is a function
- Bug
- Fix when viewing a route without a view defined
- Setup
- tuxfile.js is default recipe filename
- Dependencies
- Update gulp-load-plugins to v0.9
- Update request to v2.54
- Dependency
- Update serve-index to v1.6.3 to avoid XSS security advisory
- Dependencies
- Update dustjs-linkedin to v2.6
- Update gulp-develop-server to v0.4
- Bug
- Bug #2 added
- Support SSL for HTTPS requests
- Using npm ignore to hide dev files
- Engine
- Verified on iojs v1.3.0
- Dependencies
- Update express to v4.12
- Update gulp-develop-server to v0.3
- Dependency
- Drop request as dependency, use built-in http module
- Reason: request footprint is 2.6Mb and currently fails on node.js v0.12
- Drop request as dependency, use built-in http module
- Home
- Drop dust view engine dependency for home page
- Redirect missing routes to home with error message
- Debug
- Add new route for debugging recipe
tuxharness-debug-recipe
- Add new route for debugging recipe
- Dependency
- Update consolidate.js to v0.11
- Data
- JSON route changed from json?route=route to route/json
- Static
- Route and directory allow more flexibility
- Home
- Use route stem
- Route supports query string and hash
- Home
- Examine JSON
- via data functions
- via data string
- via data require
- via data embedding
- Truncate long JSON
- Examine JSON
- Add changelog
- Readme improved
- Port default is
3000
- Initial release