Skip to content

Releases: Corollarium/modelarium

0.5.2

29 Sep 18:29
Compare
Choose a tag to compare
  • updates for formularium 0.10.2
  • update vue code generation

0.5.1

28 Sep 18:31
Compare
Choose a tag to compare
  • adds a modelarium:code command to generate code (typescript, graphql, SQL, etc)
  • updates formularium to 0.10.1
  • backend generation review

0.5.0

22 Sep 17:08
Compare
Choose a tag to compare
  • Dropped PHP 7.2 support
  • Updated to Formularium 0.9.x
  • Support for Laravel 8.x
  • Updated other dependencies
  • Fixed case issues with types
  • Fixed user migration order problems

0.5.0 beta 3

22 Sep 15:28
Compare
Choose a tag to compare
0.5.0 beta 3 Pre-release
Pre-release
  • Dropped PHP 7.2 support
  • Updated deps
  • Fixed case issues with types
  • Fixed user migration order problems

Laravel 8 compatibility

15 Sep 21:00
Compare
Choose a tag to compare
Pre-release
v0.5.0-beta.2

laravel 8 compatibility

Updating for formularium 0.9 changes

15 Sep 20:00
Compare
Choose a tag to compare
Pre-release

This release updates the code for the latest Formularium 0.9.x changes.

CRUD changes

12 Mar 20:57
Compare
Choose a tag to compare
  • Fixed relationships in forms
  • Improved Vue generation
  • split CRUD into a separate JS

Major internal updates

26 Jan 20:11
Compare
Choose a tag to compare

This is major update to frontend. It also includes updates on lighthouse (v5) and graphql-php (v14).

Frontend improvements

20 Jan 21:17
Compare
Choose a tag to compare

Several fixes on frontend.
Added options to control settings that are project dependent.
@hidden directive added.

Towards stability

02 Jan 20:03
Compare
Choose a tag to compare

This version solves several issues with relationships on the frontend and backend. It also added support to PHP8.0. There are breaking changes on the Vue files structure as we move to independence between the generated files and custom changes, enabling full regeneration without affecting changes like Model on the backend.