Releases: Corollarium/Formularium
Releases · Corollarium/Formularium
0.10.2
v0.10.1
v0.10.0
Factories now all follow the same standard and base class. Any applications extending Formularium need to register only a base namespace with the same directory structure for all folders.
Fixed code generation for kitchen sink and vue.
Vuetify integration is stable.
Documentation and minor fixes
v0.9.3 stan review
Fixes code generator namespacing issues
Minor fixes to typing and code generator imports.
Bug fixes
Backend generators
- Defined a new set of plugins,
CodeGenerator. Instead of hardcoding datatypes to generate external code, we have a flexible approach now. - Added SQL code generator
- Added GraphQL code generator
- Added Laravel Eloquent code generator
- Added Typescript interface code generator
- Some minor API changes for
Model
Fix boolean required
Fixes a bug in boolean required fields.
PHP 8 support
Reviewed deps and code to support PHP 8.0.
0.8 series
0.7.x had a lot of minor fixes and improvements. This one is an even more stable series.
Breaking changes
getRandomData()callable now gets thedataarray as a parameter, allowing more flexibility.