Releases: jcamenisch/ENV_BANG
Releases · jcamenisch/ENV_BANG
1.0.0
0.4.1
- 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
- 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
- Add basic support for hashes
0.2.10
- Make README badge URLs consistent with shields.io