Skip to content

Releases: SoftwareBrothers/adminjs-fastify

v3.0.0

02 Aug 12:47
Compare
Choose a tag to compare

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

02 Aug 10:09
Compare
Choose a tag to compare

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

13 Jul 14:28
Compare
Choose a tag to compare

2.0.0 (2022-07-13)

chore

BREAKING CHANGES

  • This package version should be used with AdminJS v6

v1.1.0

01 Mar 11:11
Compare
Choose a tag to compare

1.1.0 (2022-03-01)

Features

  • add content-type to served assets (3aa4eac)

v1.0.1

30 Dec 14:03
Compare
Choose a tag to compare

1.0.1 (2021-12-30)

Bug Fixes

  • remove references to old AdminBro name (7853312)

v1.0.0

30 Dec 12:32
Compare
Choose a tag to compare

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)