Releases: tonievictor/dotenv
Releases · tonievictor/dotenv
v0.2.1
v0.2.0
- Migrated the
Configfunction from a variadicinterface{}parameter approach to a functional options pattern using theOptioninterface. - Introduced
WithFilenameandWithLoggeroptions for configuring the.envfile path andloggerrespectively. - This change provides a more structured and extensible way to configure the
Configfunction, improving code readability and maintainability. - Updated examples and internal usage to reflect the new API.
Full Changelog: v0.1.3...v0.2.0
Dotenv v0.1.3
- The package has been renamed from
github.com/tonievictor/go-dotenvtogithub.com/tonievictor/dotenv. - All references to the previous package URL github.com/tonievictor/go-dotenv should now be updated to
github.com/tonievictor/dotenv
Full Changelog: v0.1.2...v0.1.2.1
v0.1.2-beta
- Fixed issues with env parsing.
v0.1.1-beta
What next?
v0.1.0
Lift off! 🚀