Skip to content

Releases: thebarndog/swift-dotenv

Release 2.1.0

17 Sep 14:08
d130629
Compare
Choose a tag to compare

Release 2.1.0 🚀🚀🚀

What's Changed

New Contributors

  • @github-actions made their first contribution in #43

Full Changelog: 2.0.1...2.1.0

Release 2.0.1

19 Feb 20:44
f6e7ca8
Compare
Choose a tag to compare

Release 2.0.1 of SwiftDotenv! 🚀🚀🚀

What's Changed

  • [Enhancements] - Documentation and Tooling Update by @thebarndog in #22

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

16 Sep 23:59
349dd63
Compare
Choose a tag to compare

Release 2.0.0 of SwiftDotenv! 🚀🚀🚀

This major release is a vast simplification of the API, making the interface less confusing and easier to use.

Removed:

  • environment fallbacks
  • Environment structure

Changed:

  • Moved all functionality to Dotenv

See the README for more information and documentation.

Release 1.2.0

03 Jun 22:51
4a3a8af
Compare
Choose a tag to compare

Release 1.2.0 of SwiftDotenv! 🚀🚀🚀

Added:

  • Fixed dynamic subscription for environment keys (#13)
  • Fixed quote handling and escaping (#14, thank you to @KeanuPang)

Release 1.1.0

06 Feb 01:57
8f95d51
Compare
Choose a tag to compare

Release 1.1.0 of SwiftDotenv! 🚀🚀🚀

Added:

  • ability to dynamically set and remove environment values at runtime (#10)

Release 1.0.0

18 Oct 05:10
dd98b5d
Compare
Choose a tag to compare

First release of SwiftDotenv! 🚀🚀🚀

Features include:

  • ability to load .env file at runtime
  • create environment file programmatically
  • dynamically access environment values