Releases: z4nr34l/nemo
@rescale/[email protected]
Minor Changes
- b4ce176: Added optional response prop that contains last forwarded function's response
What's Changed
- dx-update by @z4nr34l in #127
- NEMO-31 by @z4nr34l in #130
- Version Packages by @github-actions in #131
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
Patch Changes
- 0d32698: Updated npmjs readme
@rescale/[email protected]
Patch Changes
- 1d739d6: Added params to middleware functions, improved docs
What's Changed
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
Patch Changes
- 9b19520: Fixed headers forwarding due to server actions issues
What's Changed
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
What's Changed
- Update examples middleware functions to show current state of package by @z4nr34l in #116
- Update docs content to match with current package version by @z4nr34l in #117
- Version 1.3.0 by @z4nr34l in #115
- Version Packages by @github-actions in #118
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
Patch Changes
- d171568: Bump version of
@rescale/nemo
package to 1.2.3.
What's Changed
- docs-update by @z4nr34l in #97
- docs-update by @z4nr34l in #98
- docs-update by @z4nr34l in #99
- docs-update by @z4nr34l in #100
- docs-update by @z4nr34l in #101
- docs-update by @z4nr34l in #102
- docs-update by @z4nr34l in #103
- docs-update by @z4nr34l in #104
- docs-update by @z4nr34l in #105
- fix: update path-to-regexp by @Abdalrhman-Almarakeby in #110
- Bump version of @rescale/nemo package to 1.2.3 by @z4nr34l in #113
- Version Packages by @github-actions in #114
New Contributors
- @Abdalrhman-Almarakeby made their first contribution in #110
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
Patch Changes
- 403c89d: Fixed global middlewares type to requiere at least one (before or after), not both
What's Changed
Full Changelog: https://github.com/z4nr34l/nemo/compare/@rescale/[email protected]...@rescale/[email protected]
@rescale/[email protected]
Patch Changes
- 5a48796: Renamed package for easier to remember name
What's Changed
- Docs update by @z4nr34l in #85
- docs-update by @z4nr34l in #86
- Improving docs by @z4nr34l in #87
- docs-update by @z4nr34l in #89
- docs-update by @z4nr34l in #90
- Package renaming by @z4nr34l in #91
- Version Packages by @github-actions in #92
- docs-update by @z4nr34l in #93
Full Changelog: https://github.com/z4nr34l/nemo/compare/[email protected]...@rescale/[email protected]
[email protected]
Minor Changes
-
7c85643: Added middleware shared context and refactored middleware function props to object for more elastic approach
Global middlewares now support chaining
Patch Changes
-
be63923: Added support for NextFetchEvent in middleware - next15 event.waitUntil
Improved peerDeps config and types compatibility
Removed default export - supports only named exports from now