This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Releases: webpro/dyson
Releases · webpro/dyson
Release 1.2.1
- Bugfix: template itself can be a promise (29f00f8)
Release 1.2.0
- Add "quiet" option (52fda7d)
Release 1.1.0
Release 1.0.2
Release 1.0.1
- Use only single/passed app instance (c40e185)
- Remove deprecated "init" feature (cfd40d7)
- Use more new ES features (c45389b)
- Set indentation to 2 spaces & more linting (708da90)
- Disable exposeRequest specs (5734808)
- Add specs for proxy feature (1a8911b)
- Allow tests to close server (f6634e8)
- Get rid of options thingy (798fbb6)
- Fix delay middleware (90bec3b)
Release 1.0.0
- Whitespace (f1472ed)
- Update deps & scripts in package.json (a6675e3)
- Updated the readme to reflect ES6 and the missing header argument to the template callback (60d3679)
- Updated package.json (9f07b93)
- Changed minimum supported versions to those that support ES6 up to 99% coverage (e918827)
- Build fails on 0.12, as it does not support ES6 (5b2ee75)
- ES6 rewrite (ee2f13a) - thanks @m3fawner
- Add link to JSONP article (0fe8be0)
Release 0.11.0
- Fix specs (b316778)
- Remove weird breaking return statement + add spec (closes #70) (c8247bc)
- Improve OPTIONS handling/specs (f007b62)
- Update link to demo services (1588a17)
- Add spec for
delay
feature (7613ce8) - Migrate specs to latest should.js API (c50ccdf)
- Update deps (0c0da16)
- Use
res.locals.config
and refactor middleware (d4c04b8) - Export bootstrap methods to allow custom bootstrapping and middlewares (5f6d662)
Release 0.10.0
- Remove git submodule from npm (4237dc2)
- Remove support for Node.js v0.10, add v4.2 and v5.5 to Travis config (978403a)
- Lint (032ab03)
- Add spec for https feature (1cec658)
- Put require statement on top (89a8f02)
- Add HTTPS example/docs (4ae69da) - thanks @tomasdev
- Backwards-compatible HTTPS support (053c0b7) - thanks @tomasdev
Release 0.9.0
Release 0.8.2
- Fix status behavior in endpoint configuration (03d4829) - thanks @ricardohbin