Skip to content

V2.5.0 (01/07/2018)

Compare
Choose a tag to compare
@GrahamCampbell GrahamCampbell released this 01 Jul 10:31
· 383 commits to master since this release

We announce the immediate availability V2.5.0.

New Features

  • Added boolean variable validation (#197)
  • Added a way to get a list of defined variables (#199)
  • Added safeLoad method, ignoring missing dotenv files (#242)

Bug Fixes

  • Avoid double instantiation of the loader (#215)
  • Allow nested variables to contain periods (#250)
  • Fixed comments on empty variables (#272)
  • Fix quote processing running out of memory (#275)