Skip to content

Releases: tuhinexe/optical

v1.0.0

10 Oct 13:02
Compare
Choose a tag to compare

Updates:

  • Added database configs for mongoDB and SQL
  • Added godotenv package for env support

This release is marked as the first stable release, and it will provide a complete template for creating scalable APIs.

Further improvements will be added and potential bugs should be monitored and fixed.

v0.7.0

28 Sep 17:43
Compare
Choose a tag to compare

Updates

  • Removed embedded template files.
  • Added loader.
  • Fetched files from github.
  • Fix issues in various devices (Windows) for embedding local template files.

v0.6.0

28 Sep 13:59
8b45a9d
Compare
Choose a tag to compare

Updates

  • Added air for auto reload.
  • Restructured folders and files

v0.5.0

27 Sep 11:48
Compare
Choose a tag to compare

Changes

  • Refactored the CLI to be an interactive one.
  • Users can now run with a single flag and respond to the prompts accordingly.
  • Added new dependency huh for form-based interactivity.
  • Code splitting into a helper module.
  • Removed -gh and -name flags. Added -create flag.

v0.2.0

18 Sep 17:46
Compare
Choose a tag to compare

Updates:

  • Added a -gh flag in the tool to add GitHub username to create proper go.mod file.
  • Error handled for [required] flags like -init and -gh
  • Added test Action file and code coverage file in .github

v0.1.0

18 Sep 15:01
Compare
Choose a tag to compare