Releases: girardinsamuel/masonite-js-routes
Releases · girardinsamuel/masonite-js-routes
v2.0.5
Fixes
- Fixed package compatibility with latest Masonite versions
Build system
- Updated Github actions dependencies
Full Changelog: v2.0.4...v2.0.5
v2.0.4
- Update community link to Discord
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Add new framework classifiers by @girardinsamuel in #15
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fixes
- Fixed package publishing by @girardinsamuel
- Fixed getting
APP_URL
fromconfig/application.py
by @girardinsamuel
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Build system
- Update Github Actions version
- Fix configuration of js integration test
v2.0.0
Features
- Add compatibility with Masonite 4
Build system
- Update Github actions
- Add ziggy-js integration tests with generated routes payload to ensure compatibility with ziggy-js library latest version
BREAKING CHANGES
- The format of the payload included client-side won't be compatible with oldest
ziggy-js
versions,
so it is advised to upgradenpm install -U ziggy-js
(and regenerate your routes if needed). - This new major version is only compatible with Masonite 4
v1.0.0
Bug fixes
- Fix format of routes payload with latest version of
ziggy-js
Features
- Improve documentation in README
- Add a CHANGELOG
- Ensure compatibility with Masonite 3
Build system
- Switch coverage to codecov.io
- Add dependabot
BREAKING CHANGES
- The format of the payload included client-side won't be compatible with oldest
ziggy-js
versions,
so it is advised to upgradenpm install -U ziggy-js
(and regenerate your routes if needed).
v0.3.0
- Add generate command to dump routes in file as Ziggy object
- Update documentation for routes generation
- Fix installation command to publish config file
v0.2.0
- Add README as description on PyPi
v0.1.0
- First alpha release of the package