Skip to content

0.11.0 - Connecting the dots

Choose a tag to compare

@scottcorgan scottcorgan released this 23 May 19:38
· 568 commits to master since this release

A few breaking changes in this release. View the 0.11.0 milestone for details.

Major updates

  • DEPRECATES createServer() - please use superstatic() 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!