Releases: eidellev/adonis-stardust
Releases · eidellev/adonis-stardust
v3.0.0
3.0.0 (2022-09-02)
Bug Fixes
- ssr: missing pathname in ssr (358fa7b)
Features
- client: separated client code into the
client
directory (72f51a2)
BREAKING CHANGES
- client: client-side import path changed
- ssr: you will need to install an additional middleware
v2.3.0
2.3.0 (2022-08-31)
Features
- csp: automatically add nonce to the routes script (864934e)
v2.2.0
2.2.0 (2021-11-06)
Features
- ssr: use
globalThis
to support SSR (6d1ea9f)
v2.1.0
2.1.0 (2021-09-27)
Bug Fixes
- export the correct type for stardust (dbd4b45)
Features
- client: implemented
current
and isCurrent
(4e043b8)
v2.0.0
2.0.0 (2021-09-18)
Bug Fixes
- fixed the browser main file (12c8bad)
Code Refactoring
-
update client implementation to match AdonisJS backend router (f9e7299)
-
Merge pull request #2 from thetutlage/main (817bc6d), closes #2
BREAKING CHANGES
- Update client implementation to match AdonisJS backend router
- The changes does introduce breaking changes, explained in the PR