Skip to content

Releases: Corollarium/Formularium

0.10.2

29 Sep 17:58

Choose a tag to compare

Improves vue code generation

v0.10.1

28 Sep 18:28

Choose a tag to compare

Fixes code generation bugs.

v0.10.0

27 Sep 16:59

Choose a tag to compare

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

15 Sep 19:31

Choose a tag to compare

v0.9.3

stan review

Fixes code generator namespacing issues

15 Sep 19:08

Choose a tag to compare

Minor fixes to typing and code generator imports.

Bug fixes

07 Sep 15:12

Choose a tag to compare

Several bug fixes from 0.9.0 changes.

Backend generators

07 Sep 13:41

Choose a tag to compare

  • 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

20 Jan 21:14

Choose a tag to compare

Fixes a bug in boolean required fields.

PHP 8 support

02 Jan 19:44

Choose a tag to compare

Reviewed deps and code to support PHP 8.0.

0.8 series

02 Jan 19:23

Choose a tag to compare

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 the data array as a parameter, allowing more flexibility.