Skip to content

Releases: royallthefourth/dotenv

Rest args

Choose a tag to compare

@royallthefourth royallthefourth released this 20 Jul 01:26
86b9a07

The load function can now accept rest args thanks to a contribution from @eestrada

v1.1.2: Merge pull request #3 from artisonian/master

Choose a tag to compare

@royallthefourth royallthefourth released this 16 Oct 22:13
fe46081

Fix contract to allow no-arg version

Thanks to @artisonian for identifying and fixing this problem

Skip empty and commented lines

Choose a tag to compare

@royallthefourth royallthefourth released this 08 Jun 22:42
416bd84

Skip empty and commented lines instead of choking

Thanks to @octplane for identifying and correcting this bug

Add dotenv-read function

Choose a tag to compare

@royallthefourth royallthefourth released this 30 Aug 00:42

Added dotenv-read which returns an environment-variables? instead of altering the global state directly.

Initial release

Choose a tag to compare

@royallthefourth royallthefourth released this 29 Aug 23:35
v1.0

Add contracts