Releases: rexfordessilfie/nextwrappers
Releases · rexfordessilfie/nextwrappers
nextwrappers/core@1.1.2
Changes
- feat: add pages api wrappers by @rexfordessilfie in #12
- test: pagesapi helpers by @rexfordessilfie in #13
- docs: add pagesapi docs by @rexfordessilfie in #14
Full Changelog: https://github.com/rexfordessilfie/nextwrappers/compare/nextwrappers/async-local-storage@1.0.0...nextwrappers/core@1.1.2
nextwrappers/matching-paths@1.0.0
Changes
- feat: matching paths lib by @rexfordessilfie in #8
- test: add tests for matching-paths by @rexfordessilfie in #9
- docs: remove auth from matching paths by @rexfordessilfie in #7
Full Changelog: https://github.com/rexfordessilfie/nextwrappers/compare/v1.1.0...nextwrappers/matching-paths@1.0.0
nextwrappers/core@1.1.1
Changes
- chore: add LICENSE by @rexfordessilfie in #3
- docs: update wrapper parameter order by @rexfordessilfie in #5
- refactor: move to packages dir by @rexfordessilfie in #6
- chore: add CONTRIBUTING.md by @rexfordessilfie in #4
- feat: republish core by @rexfordessilfie in #11
Full Changelog: v1.1.0...v1.1.1
nextwrappers/async-local-storage@1.0.0
What's Changed
- feat: async local storage lib by @rexfordessilfie in #10
Full Changelog: v1.1.0...nextwrappers/async-local-storage-1.0.0
v1.1.0
Overview
This release adds support for middleware wrappers that can be used to wrap Next.js middleware in middleware.ts
.
What's Changed
- feat: add middleware wrappers by @rexfordessilfie in #2
- docs: clean up readme by @rexfordessilfie in #1
New Contributors
- @rexfordessilfie made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First Release 🎉
nextwrappers
offers middleware-like wrappers for Next.js Route Handlers and Middleware.- It is an iteration over nextjs-handler-middleware, with similar API's to support the new App Router.
Full Changelog: https://github.com/rexfordessilfie/next-route-handler-wrappers/commits/v1.0.0