Skip to content

v1.3.0

Compare
Choose a tag to compare
@sejori sejori released this 07 Dec 11:03
· 16 commits to main since this release
181e82b

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