0.11.0 - Connecting the dots
A few breaking changes in this release. View the 0.11.0 milestone for details.
Major updates
- DEPRECATES
createServer()- please usesuperstatic()to create a new instance (similar to Connect) - Connect compatible - the instance returned from the
superstatic()factory method now returns an instance of Connect with all the Superstatic magic built in - CLI update notifier - get notified if there is an update to Superstatic when using the Superstatic CLI
- Connect 3.0 - Upgraded to Connect 3.0. It forced us to use all the standalone modules that were once Connect modules
- And again, lots of tests, refactors, and performance improvements!