Skip to content

Releases: jcamenisch/ENV_BANG

1.0.0

14 Jan 20:42
ba17132
Compare
Choose a tag to compare
  • Replace File#exists? with #exist? to support Ruby 3.2

0.4.1

22 Jan 00:15
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Support hash values containing colons
  • Support custom separators for hash values
  • Support Date, Time, & DateTime types
  • Check type coercion during config phase

0.4.0

06 Jan 05:40
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Replace some method_missing delegation with explicitly defined delegations to Kernel type conversion methods. There are just a few, and now there's a full list in the source.
  • Make some formatting improvements to error reporting when something is broken.
  • On error, show the line number where the variable assertion was made (in application config), instead of the line down inside the ENV_BANG library.

0.3.0

02 Nov 00:10
Compare
Choose a tag to compare
  • Add basic support for hashes

0.2.10

02 Jun 01:03
Compare
Choose a tag to compare
  • Make README badge URLs consistent with shields.io