Skip to content

Releases: juri/dotenvy

0.3.0

18 May 13:09
448b452
Compare
Choose a tag to compare
  • Add command line tool with syntax check and JSON export
  • Add export method for exporting values to the process environment

0.2.0

12 May 08:32
Compare
Choose a tag to compare
  • Move free functions inside a new type, DotEnvironment, or inside the error types.
  • Add tools for loading the default .env file and for combining it with the process environment.
  • Add more documentation.
  • Fix handling of escaped double quote in an unquoted value.
  • Fix handling of file not found on non-Darwin platforms.

0.1.1

10 May 05:37
Compare
Choose a tag to compare
  • Match python-dotenv's escape sequence handling.
  • Add more doc comments.
  • Fix example in README.

0.1.0

09 May 18:46
Compare
Choose a tag to compare

First tagged release.