v0.9.0
- chore: bump all packages to version 0.9.0 (8d0a44a)
- docs: document .check() + raw(), promote Resource API and HMR cross-links (#96) (90aaa0d)
- feat(router): add raw() response primitive for redirects, cookies, custom headers (#95) (83c5da1)
- feat(router): add .check() post-middleware authorization primitive (#94) (e1c32a2)
- feat: plugin contract fixes — writable ctx.db, empty-body parser, ctx bridging (#93) (ca6ede3)
What's Changed
- feat: plugin contract fixes — writable ctx.db, empty-body parser, ctx bridging by @zzal in #93
- feat(router): add .check() post-middleware authorization primitive by @zzal in #94
- feat(router): add raw() response primitive for redirects, cookies, custom headers by @zzal in #95
- docs: document .check() + raw(), promote Resource API and HMR cross-links by @zzal in #96
Full Changelog: v0.8.3...v0.9.0