Releases: thebarndog/swift-dotenv
Releases · thebarndog/swift-dotenv
Release 2.1.0
Release 2.1.0 🚀🚀🚀
What's Changed
- [Chore] - CI Setup by @thebarndog in #27
- [Chore] - Swift 6 Compatibility and Readme Updates by @thebarndog in #26
- [Chore] - Gitflow Workflow by @thebarndog in #28
- [Chore] - Gitflow Actions by @thebarndog in #29
- [Bug] - SPM Tool Version by @thebarndog in #41
- [Chore] - License by @thebarndog in #42
- [Release] - 2.1.0 by @github-actions in #43
New Contributors
- @github-actions made their first contribution in #43
Full Changelog: 2.0.1...2.1.0
Release 2.0.1
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
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
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
Release 1.1.0 of SwiftDotenv! 🚀🚀🚀
Added:
- ability to dynamically set and remove environment values at runtime (#10)
Release 1.0.0
First release of SwiftDotenv
! 🚀🚀🚀
Features include:
- ability to load .env file at runtime
- create environment file programmatically
- dynamically access environment values