Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 1.03 KB

Changelog

All Notable changes to Env will be documented in this file

2.1.0 - 2016-10-06

Fixed

  • Single quote variables in single quotes will be treated as strings

2.0.0 - 2016-01-07

Altered

  • Must pass file_get_contents() or content string to parser not a file
  • Keys must not start with a number
  • Make # in unquoted into string if no space, e.g. value#notacomment

Removed

  • File logic (Env.php)

1.1.0 - 2016-01-05

Added

Altered

  • Updated README
  • Test cases

1.0.2 - 2016-01-03

Altered

  • Updated README

1.0.1 - 2015-12-21

Fixed

  • Fixed composer.json

1.0.0 - 2015-12-13

Altered

  • Bump to version 1
  • Refactored

0.2.0 - 2015-12-13

Altered

  • General refactoring and clean up for 0.2.0

0.1.0 - 2015-12-13

Added

  • Initial Release