Skip to content

Releases: darklam/gofig

v1.2.0

03 Apr 17:58
Compare
Choose a tag to compare

What's Changed

  • Add ability to instantiate the json provider from fs interface by @darklam in #7

Full Changelog: v1.1.0...v1.2.0

v1.1.0

02 Sep 18:46
cf2fbbc
Compare
Choose a tag to compare

This release adds the VaultProvider to support fetching secrets from HashiCorp Vault

v1.0.2

09 Apr 09:57
d5711b3
Compare
Choose a tag to compare

Fixes

  • Add the missing fakes, as the tests need to run before installing the package

v1.0.1

08 Apr 14:34
a1260be
Compare
Choose a tag to compare

This release includes a fix and better logging. Specifically:

  • Fix the JSON provider so it doesn't return an error when a key doesn't exist
  • Remove redundant dependencies
  • Provider a more meaningful error for the JSON provider

V1

08 Apr 13:15
57be4e3
Compare
Choose a tag to compare
V1

Changelog: Version 1.0.0 (Breaking Update)

Note: This release introduces significant breaking changes with limited backward compatibility compared to the previous version of the library.

Changes

  • Refactoring:

Major code refactoring to simplify logic.

  • Tags:

Removed all tags except 'default'; replaced with new 'tag' prop.

  • Providers:

    • Added 'env' as a provider.
    • Introduced new 'json' provider.
    • Removed 'vault' provider due to lack of production-readiness.
  • Interface:

Streamlined the provider interface for improved ease of use.

v0.0.2

29 Aug 20:48
Compare
Choose a tag to compare

Such a well-maintained package

Initial release

29 Aug 20:24
Compare
Choose a tag to compare
v0.0.1

chore: Updated coverage badge.