Skip to content

Releases: Hebilicious/authjs-nuxt

v0.1.9

20 Jul 06:50
7d439ad
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.8

19 Jul 15:15
2225dda
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.7

18 Jul 14:22
3bb9d0c
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.6

18 Jul 11:45
f479c5b
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.5

15 Jul 12:16
86d53d4
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.4

14 Jul 22:54
2649707
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.3

05 Jul 20:19
bf6ddac
Compare
Choose a tag to compare

Adding back the old syntax for backwards compatibility

definePageMeta({ middleware: "auth" })

   🚀 Features

    View changes on GitHub

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Jul 19:26
594c8b2
Compare
Choose a tag to compare

This release change the middleware syntax from

definePageMeta({ middleware: "auth" })

to

definePageMeta({ auth:false })

The new syntax mirror the sidebase syntax (shorter and more extensible).

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.1.1

30 Jun 08:26
4d3fdfa
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.0

18 Jun 14:55
4603dd7
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub