Skip to content

Releases: tonievictor/dotenv

v0.2.1

04 Apr 00:01
82c7774

Choose a tag to compare

Added License for Golang Package Indexing

In this release, a license has been added to the project to ensure it is properly indexed on the official Golang package website. This update ensures compliance and makes the package more accessible to the community.

v0.2.0

26 Mar 10:01

Choose a tag to compare

  • Migrated the Config function from a variadic interface{} parameter approach to a functional options pattern using the Option interface.
  • Introduced WithFilename and WithLogger options for configuring the .env file path and logger respectively.
  • This change provides a more structured and extensible way to configure the Config function, 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

01 Jan 12:51
3ef7be9

Choose a tag to compare

  • The package has been renamed from github.com/tonievictor/go-dotenv to github.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

18 Apr 03:13
4151d72

Choose a tag to compare

v0.1.2-beta Pre-release
Pre-release
  • Fixed issues with env parsing.

v0.1.1-beta

03 Apr 13:16

Choose a tag to compare

v0.1.1-beta Pre-release
Pre-release

What next?

v0.1.0

03 Apr 13:03

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Lift off! 🚀