Skip to content

Releases: gdotdesign/cr-dotenv

v1.0.0

24 Mar 07:56

Choose a tag to compare

Crystal 1.0.0 compatibility.

v0.7.0

07 Apr 14:13

Choose a tag to compare

  • Updates for Crystal 0.34.0

v0.6.0

03 Feb 11:25

Choose a tag to compare

  • Separated the parser into it's own module and added builder method #23 @j8r

v0.5.0

30 Jan 10:43
0b311a5

Choose a tag to compare

  • Disallow #, ' and " characters in values #22 @j8r

v0.4.0

29 Jan 09:50
a1f9f1a

Choose a tag to compare

  • Added ability to override keys #19 @j8r @jwoertink
    Dotenv.load(".env.test", override_keys: true)

v0.3.1

12 Sep 08:01

Choose a tag to compare

Fix file descriptor leak #15 (by @j8r)

v0.3.0

16 Aug 11:31

Choose a tag to compare

New features:

  • #10 Quotes at the start and end of values are now ignored - thanks to @dscottboggs
  • #11 Existing environment variables are not overridden by .env files - thanks to @skojin

v0.2.0

07 Feb 08:00
e330eec

Choose a tag to compare

Added ability to load multiple .env files using load! #9 @rodrigopinto

v0.1.0

19 Jul 12:30

Choose a tag to compare

Initial release.