2.1.0
Released on 2-24-2015
- #41 - NEW - etag support
- #123 - NEW - Support for live reload
- #132 - NEW - Using services in local development
- #134 - PERF - lodash 3.x.x
- #135 - Export Server as a value not a path
- #141 - Test on Node 0.12 and io.js
- #146 - FIXED - External function()
- #147 - FIXED - Routes are not being used/get overwritten
- #150 - NEW - Ensure order of routes
Breaking Changes
- The server is now available as a property on the Superstatic object (instead of through a require path). See #135.
- You no longer need to use the
--servicesflag to use services locally. Superstatic checks your local and global modules for the Superstatic services and installs them automatically if they are missing.