Skip to content

Releases: virtualtam/venom

v1.1.0

28 Jun 13:43
v1.1.0
Compare
Choose a tag to compare

Added

  • Add InjectTo() function to reuse an existing viper.Viper instance

Changed

  • Bump Go module dependencies

v1.0.0 - Initial Release

18 Feb 02:39
v1.0.0
Compare
Choose a tag to compare

Initial release.

Added

  • Allow setting multiple configuration paths for Viper to look for configuration files
  • Run Go linters with golangci-lint

Changed

  • Refactor project as a package to be used as a library
  • Refactor helper functions
  • Cleanup example code and tests to avoid relying on global variables
  • Bump the minimum Go version to 1.20 (to benefit from the new error helpers)
  • Update documentation
  • Update Github workflow to run linters, and run on tagged versions

Fixed

  • Handle all errors