Releases: SoftwareBrothers/adminjs-fastify
Releases · SoftwareBrothers/adminjs-fastify
v3.0.0
3.0.0 (2022-08-02)
chore
- update fastify to v4 and other fastify dependencies accordingly (05b412c)
BREAKING CHANGES
- Due to changes in Fastify API, make sure you "await" buildRouter/buildAuthenticatedRouter
v2.1.0
2.1.0 (2022-08-02)
Bug Fixes
- allow routes outside /admin when using authenticated router (eb16a68)
- missing mime type in login handler (5b6e5c7)
Features
v2.0.0
2.0.0 (2022-07-13)
chore
BREAKING CHANGES
- This package version should be used with AdminJS v6
v1.1.0
1.1.0 (2022-03-01)
Features
- add content-type to served assets (3aa4eac)
v1.0.1
1.0.1 (2021-12-30)
Bug Fixes
- remove references to old AdminBro name (7853312)
v1.0.0
1.0.0 (2021-12-30)
Bug Fixes
Features
- implement authentication + session (bd8fc59)
- Initial fastify plugin with fields parsing (53d6158)
- release fastify plugin v1 (d17cbb8)