Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 21:27
· 122 commits to main since this release
v1.2.0
4a4f23a

Added

  • Added Registry and NewRegistry()
  • Added RegistryOption and WithDocumentationURL()

Changed

  • Changed WithRegistry() to accept a ferrite.Registry instead of the experimental variable.Registry type
  • Passing WithRegistry() to Init() is now additive, instead of replacing the default registry

Removed

  • Removed the experimental maybe and variable sub-packages

Fixed

  • Prevent registration of multiple environment variables with the same name