Skip to content

Releases: laravel-arcanist/arcanist

0.2.0

07 May 06:08
Compare
Choose a tag to compare

Changed

  • WizardRepository implementations no longer throw an exception when trying to delete
    a wizard that doesn’t exist. (#1)

Fixed

  • Data from last step is now available in action (#2)
  • Fix crashing migration in MySQL 8 (#3). This was due to the fact that MySQL 8 doesn't
    support default values on JSON columns. Since a wizard always gets created
    with at least an empty array as its data, this can safely be removed.

0.1.0

03 May 23:26
Compare
Choose a tag to compare

Initial release