Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.01 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.1.0 - 2023-06-28

Added

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

Changed

  • Bump Go module dependencies

v1.0.0 - 2023-02-18

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