v2.0.0
<a name"2.0.0">
2.0.0 (2016-02-22)
Bug Fixes
- updated documentation for new API (1569cbdb)
- moved session store resolution to createApp (0c1cbc3c)
- config file is defaults to cli flags (781114b9)
- relaxed session storage options (36db4f45)
- routes pass errors through (d9ed070e)
- app is created synchronously (1537f9f4)
- lint errors (54cab564)
- storeType var typo (c932fde1)
Features
- implemement memory store for dev mode (0a70ae9d)
- add --config to cli to read JSON from a file (80932d11)
Breaking Changes
-
JS API has been changed to export a method that returns an express app, instead of exporting the express app directly.
(1569cbdb)