Muzu 0.1.1 Release Notes
I am pleased to announce the release of Muzu 0.1.1! This update introduces function-based middleware support to enhance the routing capabilities of our Node.js framework.
New Feature:
- Function-based Middleware Support: The library now allows you to implement custom middleware functions that can be attached to routes using the
@Middleware
decorator. This new feature facilitates the execution of operations such as logging, authentication, and input validation before the request reaches the route handler.
Upgrading:
To upgrade to Muzu 0.1.1, you can run:
npm update muzu
What's Changed
- feat(middleware): add support for function-based middleware by @yldrmzffr in #9
Full Changelog: v0.1.0...v0.1.1