Releases: Corollarium/modelarium
Releases · Corollarium/modelarium
0.5.2
0.5.1
0.5.0
0.5.0 beta 3
- Dropped PHP 7.2 support
- Updated deps
- Fixed case issues with types
- Fixed user migration order problems
Laravel 8 compatibility
v0.5.0-beta.2 laravel 8 compatibility
Updating for formularium 0.9 changes
This release updates the code for the latest Formularium 0.9.x changes.
CRUD changes
- Fixed relationships in forms
- Improved Vue generation
- split CRUD into a separate JS
Major internal updates
This is major update to frontend. It also includes updates on lighthouse (v5) and graphql-php (v14).
Frontend improvements
Several fixes on frontend.
Added options to control settings that are project dependent.
@hidden directive added.
Towards stability
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.