Skip to content

Releases: Shpota/goxygen

v0.2.1

10 Mar 20:37
0c91f97
Compare
Choose a tag to compare

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.

02 Mar 21:49
Compare
Choose a tag to compare

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.

v0.1.0

19 Feb 20:07
2f0fc1a
Compare
Choose a tag to compare

Goxygen v0.1.0 supports the generation of Full Stack web projects with Go, React, and MongoDB.