Skip to content

Releases: girardinsamuel/masonite-js-routes

v2.0.5

13 Jun 16:37
Compare
Choose a tag to compare

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

08 Feb 18:26
c9de6f0
Compare
Choose a tag to compare
  • Update community link to Discord

Full Changelog: v2.0.3...v2.0.4

v2.0.3

23 Jan 10:44
c37f235
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

05 Jan 11:46
Compare
Choose a tag to compare

Fixes

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 Nov 09:09
280752e
Compare
Choose a tag to compare

Build system

  • Update Github Actions version
  • Fix configuration of js integration test

v2.0.0

02 Nov 09:04
786f0bb
Compare
Choose a tag to compare

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 upgrade npm install -U ziggy-js (and regenerate your routes if needed).
  • This new major version is only compatible with Masonite 4

v1.0.0

07 Feb 17:39
Compare
Choose a tag to compare

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 upgrade npm install -U ziggy-js (and regenerate your routes if needed).

v0.3.0

27 Sep 22:55
Compare
Choose a tag to compare
  • 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

27 Sep 14:51
Compare
Choose a tag to compare
  • Add README as description on PyPi

v0.1.0

27 Sep 14:30
Compare
Choose a tag to compare
  • First alpha release of the package