Releases: Shpota/goxygen
Releases · Shpota/goxygen
v0.2.2. Support of Angular 9 and React 16.13.
v0.2.1
This release includes two bug fixes:
- A generated project can't be started with
docker-compose
on some platforms (more details); - It is not possible to generate a project using Go 1.11 (more details).
v0.2.0. Support of Angular and Vue.
This release includes:
- Support of Angular
- Support of Vue
- Optimizations and bug fixes
From now on you can use the --frontend
flag to specify the front end framework you want to use:
go run github.com/shpota/goxygen init --frontend vue my-app
The possible options are angular
, react
, and vue
.
This release is only possible because of the community, in particular GitHub users carasue, Jakob-em, lzane, nacimgoura, shpotainna who implemented the corresponding functionality, helped test it, worked on documentation and suggested new changes.