Skip to content

Releases: app-nerds/anwag

v2.0.3

17 Jul 03:00
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

2.0.3

  • Fixed broken unmarshalling of bson.ObjectIDs in GraphQL

2.0.2

  • Added custom scalar in GraphQL configuration for MongoDB ObjectID
  • Added go generate action in main.go for API Application and JS Application

2.0.1

  • Fixed readme issue

2.0.0

  • Complete rewrite of the application. Now with less questions!
  • Took out some stuff I don't use
  • Will generate a vanilla JS application instead of VueJS
  • Now with GraphQL support!
  • Can now generate CRON applications

1.4.1

  • Fixed typo in generated Dockerfile

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v2.0.2

16 Jul 04:06
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

2.0.2

  • Added custom scalar in GraphQL configuration for MongoDB ObjectID
  • Added go generate action in main.go for API Application and JS Application

2.0.1

  • Fixed readme issue

2.0.0

  • Complete rewrite of the application. Now with less questions!
  • Took out some stuff I don't use
  • Will generate a vanilla JS application instead of VueJS
  • Now with GraphQL support!
  • Can now generate CRON applications

1.4.1

  • Fixed typo in generated Dockerfile

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v2.0.1

12 Jul 15:00
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

2.0.1

  • Fixed readme issue

2.0.0

  • Complete rewrite of the application. Now with less questions!
  • Took out some stuff I don't use
  • Will generate a vanilla JS application instead of VueJS
  • Now with GraphQL support!
  • Can now generate CRON applications

1.4.1

  • Fixed typo in generated Dockerfile

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v2.0.0

12 Jul 03:41
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

2.0.0

  • Complete rewrite of the application. Now with less questions!
  • Took out some stuff I don't use
  • Will generate a vanilla JS application instead of VueJS
  • Now with GraphQL support!
  • Can now generate CRON applications

1.4.1

  • Fixed typo in generated Dockerfile

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v1.4.1

24 Jun 18:47
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.4.1

  • Fixed typo in generated Dockerfile

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v1.4.0

22 Jun 21:40
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.4.0

  • Reorganized questions so the app can now offer suggestions for later answers
  • App now asks if you want a VueJS frontend without assuming you do. How polite!
  • Database questions now don't kill the app when you enter invalid credentials. It just asks again

v1.3.0

16 Jun 15:33
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.3.0

  • Application now uses Viper to populate a Config struct. Better use of strong typing
  • Fixed an issue where Go modules weren't downloaded, thus causing an error on first run of the application
  • Fixed an issue running make install for a subsequent time

v1.2.3

13 Jun 22:52
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.2.0

  • Fixed VueJS linter errors
  • Using DbName in all places instead of AppName
  • Better help messages when answering questions
  • Go moduels, Node modules are automatically installed for you
  • The Vue app is built for you for the first time. This reduces errors when just trying to do a first run

1.1.0

  • Add ability to generate Go model files from database tables
  • Added auto-build and release publishing through Github Actions

1.0.0

  • First release
  • Supports scaffolding a VueJS + Go application
  • Supports connecting to a Postgres database

v1.2.2

13 Jun 22:26
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.2.0

  • Fixed VueJS linter errors
  • Using DbName in all places instead of AppName
  • Better help messages when answering questions
  • Go moduels, Node modules are automatically installed for you
  • The Vue app is built for you for the first time. This reduces errors when just trying to do a first run

1.1.0

  • Add ability to generate Go model files from database tables
  • Added auto-build and release publishing through Github Actions

1.0.0

  • First release
  • Supports scaffolding a VueJS + Go application
  • Supports connecting to a Postgres database

v1.2.1

13 Jun 22:05
Compare
Choose a tag to compare

Changelog

All notable changes will be docmented here.

1.2.0

  • Fixed VueJS linter errors
  • Using DbName in all places instead of AppName
  • Better help messages when answering questions
  • Go moduels, Node modules are automatically installed for you
  • The Vue app is built for you for the first time. This reduces errors when just trying to do a first run

1.1.0

  • Add ability to generate Go model files from database tables
  • Added auto-build and release publishing through Github Actions

1.0.0

  • First release
  • Supports scaffolding a VueJS + Go application
  • Supports connecting to a Postgres database