Releases: nevinera/environment_helpers
Releases · nevinera/environment_helpers
1.5.0
Release 1.5.0
- Add rbs/steep, and enforce types in CI (.rbs file is exported as part
of the gem) (#28, resolves #21) - Support env-based customization of the truthy/falsey strings used by
ENV.boolean
(#29, resolves #27) - Update github workflows to use checkout@v4 (which should have no real
impact on us, aside from staying current). (#30) - Update README to explain
ENV.array
1.4.0
Release 1.3.0
Add support for ENV.date_time
- by default it uses DateTime.iso8601
, but it has support for parsing :unix
timestamps and for arbitrary DateTime.strptime
formats.
Version 1.2.1
A simple bugfix - prior to ruby 3.2, 'set' needed to be required before use. It's just not obvious because so many libraries include it already that in every context we checked, it had already been required (including plain 'irb').
Version 1.2.0 - Adds `ENV.file_path`
What's Changed
- Add support for file paths. Returns a Pathname object by @cdimartino in #16
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
Release 1.0.1
Specify the dev dependencies more tightly, as requested by bundler (no impact on users)
Release 1.0.0
First real released version. Supporting most of the helpers we know we have a need for.