Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: webpro/dyson

Release 0.4.2

13 Apr 11:15
Compare
Choose a tag to compare

Release 0.4.1

13 Apr 11:14
Compare
Choose a tag to compare
  • Proxy all if dyson.json enables it (4f2563d)
  • Added method file property proxy for bypassing (dcd0d9e) - thanks @apergy

Release 0.4.0

06 Feb 07:57
Compare
Choose a tag to compare
  • Update deps (92cd20e)
  • should.js syntax (7d48063)
  • Use _.forEach (also supports arrays) (d9ea184)
  • Should support top level array for templates when not a collection (f102832)

Release 0.3.7

06 Feb 07:56
Compare
Choose a tag to compare
  • Include the request method to response log message (6f0fdac)

Release 0.3.6

15 Jan 20:14
Compare
Choose a tag to compare
  • Some deps don't play well with Node 0.8, so stop supporting that version (86aff83)
  • Update deps (c0a05aa)

Release 0.3.5

15 Jan 19:58
Compare
Choose a tag to compare
  • Same defaults for all methods (but enable caching for GET) - fixes #29 (73f093a)

Release 0.3.4

26 Nov 14:46
Compare
Choose a tag to compare
  • Bind correct key to resolved value (4d2c4e4)
  • Fixing lodash/underscore bug with templates that use length field (573631f) - thanks @ricardohbin

0.3.3

09 Aug 10:56
Compare
Choose a tag to compare

0.3.2

09 Aug 09:29
Compare
Choose a tag to compare
  • Update deps, and apply migration fixes (a93f9ad)
  • Work around weird issue re. multiple calls to express().get() in tests (953fc8f)

0.3.1

23 Jun 08:35
Compare
Choose a tag to compare
  • Allow collection to be a function (#25)