Skip to content

Releases: nevinera/environment_helpers

1.5.0

14 Nov 22:05
4c3fc09
Compare
Choose a tag to compare

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

14 Jun 15:09
bb9f937
Compare
Choose a tag to compare
  • Drop support for ruby 2.6
  • Setup quiet_quality through the gemspec
  • Setup markdownlint and comply with its rules (#25)
  • Setup rspec-cover_it to enforce test-coverage (#24)

Release 1.3.0

16 May 12:51
0a75d09
Compare
Choose a tag to compare

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

28 Apr 01:31
725295d
Compare
Choose a tag to compare

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`

25 Apr 21:50
8af8328
Compare
Choose a tag to compare

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

25 Apr 21:06
62511b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Release 1.0.1

25 Apr 17:01
7c4fe9b
Compare
Choose a tag to compare

Specify the dev dependencies more tightly, as requested by bundler (no impact on users)

Release 1.0.0

25 Apr 17:00
e559132
Compare
Choose a tag to compare

First real released version. Supporting most of the helpers we know we have a need for.