dotenv-parser/CHANGELOG

18 lines
373 B
Text
Raw Permalink Normal View History

2024-04-26 16:33:19 +00:00
2.0.1
-----
2024-04-28 18:05:06 +00:00
* Changed ~R sigils to ~r to fix compile warning. (Thanks to Andrei Dziaineka.)
2024-04-26 16:33:19 +00:00
* Changed String.slice range to stepped to fix compile warning.
* Raised minimum supported Elixir version to 1.12.
2022-01-28 16:40:26 +00:00
2.0.0
-----
+ Added support for multiline values by using quotes around the value.
* Fixed some escaping related corner cases.
1.2.0
-----
First public release.