Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Version 2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@cebe cebe released this 13 Oct 16:35
· 493 commits to master since this release
0d5c899

New generation of the library which has been developed based on 1.0 but has changed a lot.

We have added a lot of features which makes this ready for use in real projects.

Database migrations are generated by generating a diff between spec and current database structure.

Models are generated based on schema description.

CRUD controllers are generated if the OpenAPI description follows JSON-API.

Many thanks to @Insolita, who has implemented the majority of these features!