Releases: renanbastos93/boneless
Releases · renanbastos93/boneless
v0.1.1
-
Feat: Added a new method for version validation (#8)
Added a new method to validate the version from Boneless. -
Fix: Fixed an error when trying to run SQLC generate in the app (#5)
It was fixed an error when the app doesn't use the layer db/*, so it is not necessary to generate Go code using SQLC. -
Feat: Added a default case in the switch to always show help (#7)
v0.0.3
Changelog:
- fix: Improved
help
command to display command information. - feat: Implemented
RunMigrate
method for running migrations up or down. - feat: Introduced
migrate
command to execute app-specific migrations. - feat: Added
ReadToml
method to retrieve driver and source information from theweaver.toml
file. - chore: Updated dependencies to the latest versions.
- feat: Improved message for running the project, displaying the Boneless CLI in ASCII art.
- chore(tpl-bff): Removed unused code.
- doc: Added section links for the blog posts.
- doc: Published the first blog post.
v0.0.2
fix: for we can install pkg using go install