Skip to content

Releases: renanbastos93/boneless

v0.1.1

30 Jun 04:33
66461b3
Compare
Choose a tag to compare
  • 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

29 Jun 01:38
1bb8e8f
Compare
Choose a tag to compare

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 the weaver.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

27 Jun 02:30
efedc58
Compare
Choose a tag to compare
fix: for we can install pkg using go install