This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Releases: go-goyave/gyv
Releases · go-goyave/gyv
v0.2.2
v0.2.1
Fixed project path flag consumption.
v0.2.0
- Added database commands
gyv db migrate
: run migrationsgyv db seed
: run seedersgyv db clear
: delete all records in registered models
- Added
gyv openapi
command to generate openapi specification. - Significant refactoring
- Added code injection capabilities (allowing for the database commands and more upcoming commands)