0.12.0 - The Oregon Logger
View the 0.12.0 milestone for details.
Updates
- NEW: Inject custom logging functions into server instance - By default, Superstatic will print to stdout, but you can inject your own custom functions to send your logs to outer space!
- FIXED: Invalid config file now throws error - invalid JSON, mainly.
Breaking Changes
- Starting/stopping server and using middelware is more Connect-like. DEPRECATES
app.start()andapp.stop(). Favorsapp.listen()andapp.close()as replacements.