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

Releases: webpro/dyson

0.3.0

27 Apr 12:51
Compare
Choose a tag to compare
  • Bind config methods during config object parsing (8b6f57b)
  • Migrate to Express 4 (^4.1.0) (48922e7)
  • Update some deps and devDeps (1097ba0)
  • Update to should@^3.3.1 (a954f04)
  • Update to when@^3.1.0 and refactor some related logic (0ea1f98)
  • Remove obsolete comment in specs (6ca4d3b)

0.2.2

07 Apr 19:26
Compare
Choose a tag to compare
  • add requireParameters config option, return 400 bad request if required parameter not found in query/body/paras (88c2e03)
  • Allow templates to be undefined (0d8a9c9)

0.2.1

06 Feb 12:03
Compare
Choose a tag to compare
  • Also pass arguments to "size" function (just like with template fn) (ef038bd)

0.2.0

27 Dec 11:27
Compare
Choose a tag to compare
  • Introduce option to proxy requests to configurable proxyHost + proxyPort
  • Introduce “multiRequest” option
  • Set “this” to be the configuration object for a custom render method (b9e9fbf)

0.1.7

07 Aug 09:27
Compare
Choose a tag to compare
  • Allow response code to be overridden (it's 200 by default anyway) (e98d176)
  • Added support for cookies (1cbd6cd)
  • Refactored & clarified bootstrapper (294d0ef)
  • Removed demo stuff (moved to dyson-demo project) (8907356)

0.1.6

17 Jul 12:01
Compare
Choose a tag to compare
  • Don't load config files starting with '.' or not ending with '.js' (821331b)

0.1.5

16 Jul 22:39
Compare
Choose a tag to compare
  • Updated some dependencies version (e9e351e)
  • Improved help text for CLI (fac2aa0)
  • Stat if configDir isDirectory() (fe9755c)
  • Package keywords, preferGlobal (947f87e)
  • License (d040995)

0.1.4

03 Jul 20:32
Compare
Choose a tag to compare
  • Allow functions instead of objects for templates