Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.85 KB

HISTORY.md

File metadata and controls

81 lines (48 loc) · 1.85 KB

History

3.0.1 (2015-11-11)

  • Documentation updates

3.0.0 (2015-11-10)

  • Regex now have to be explicitly indentified in routes.json by delimiting them with / characters

2.2.0 (2015-11-09)

  • Add trim filter to trim leading and trailing whitespace from a dust reference

2.1.4 (2015-11-09)

  • Add support for Node.js 5.x

2.1.3 (2015-10-29)

  • Fixed JSHint errors in creation of worker processes

2.1.2 (2015-10-14)

  • Fixed bug that was causing async dust helpers to fail

2.1.1 (2015-10-09)

  • Fixed loading mincer extensions

2.1.0 (2015-10-07)

  • Add support for apps to load mincer extensions
  • Added documentation for the good-starter-issue label

2.0.0 (2015-09-29)

  • Add support for Node.js 4.x
  • Add the ability to view raw JSON with a query param
  • Change the ordering or EJS helper parameters
  • Replace jsdom with Cheerio
  • Remove the PhantomJS install from the dependencies
  • Remove Base64-encoding of images in the CSS
  • Remove automatic rem conversion in the CSS
  • Update dependencies

1.0.1 (2015-09-23)

  • Updating the docs

1.0.0 (2015-09-22)

  • Document modules
  • Sprauncy logo
  • Initial public release

0.3.0 (2015-09-21)

  • Changed statsd client to fix an incompatibility with some versions of node 0.12

0.2.1 (2015-09-18)

0.2.0 (2015-09-08)

  • Document configuration and template tests
  • Replace the built-in json-serve script with JServe
  • Downgrade the "template not found" error to a warning

0.1.1 (2015-09-04)

  • Fix Travis encrypted config after repo rename

0.1.0 (2015-09-04)

  • Initial release