v1.3.0
What's Changed
- test: compact router middleware by @sebringrose in #90
- feat: logging rework by @sebringrose in #91
- Update README.md by @sebringrose in #89
- fix: no throw in cascade by @sebringrose in #92
- Update README.md by @sebringrose in #93
- Update README.md by @sebringrose in #94
- Error handling by @sebringrose in #95
- Update README.md by @sebringrose in #96
- Update README.md by @sebringrose in #97
- Update README.md by @sebringrose in #98
- Update README.md by @sebringrose in #99
- Update README.md by @sebringrose in #100
- fix: logger in examples by @sebringrose in #101
- Update README.md by @sebringrose in #102
This release is pretty huge 💪
Cascade utility has had a complete recursive rework in order to allow middleware to return responses after awaiting next()
🔁
Logger middleware now accepts a logging function so is more inline with the other middleware and replaces the unintuitive server.logging
configuration ☎️
Tests were expanded to cover middleware error handling which allows for much cleaner error handling without server config 🍄
Docs code samples added to README and main preact example updated ✨
Full Changelog: v1.2.5...v1.3.0