Dyson Versions Save

Node server for dynamic, fake JSON.

1.2.1

6 years ago
  • Bugfix: template itself can be a promise (29f00f8)

1.2.0

7 years ago
  • Add "quiet" option (52fda7d)

1.1.0

7 years ago
  • Make middleware of "status" prop (aad6357)
  • Support non-JSON responses (ae216dc)
  • Fix some codeblocks in readme (df71a2d)

1.0.2

7 years ago
  • Remove test exception (90eceb6)
  • Log proxy error (83f8b94)
  • Remove util.error (84c043c)
  • Omit host header when proxying request (relates to #45) (resolves #77) (7537c55)

1.0.1

7 years ago
  • 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)

1.0.0

7 years ago
  • 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)

0.11.0

7 years ago
  • 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)

0.10.0

8 years ago
  • 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

0.9.0

8 years ago
  • Update README (5915502)
  • Add options to set bodyParser limit for json and urlencoded parsers. (00411dd)
  • Describe how to generate JSONP (0b05469)

0.8.2

8 years ago
  • Fix status behavior in endpoint configuration (03d4829) - thanks @ricardohbin