Releases: tuhinexe/optical
Releases · tuhinexe/optical
v1.0.0
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
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
Updates
- Added air for auto reload.
- Restructured folders and files
v0.5.0
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
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