Skip to content

Releases: m1/Env

2.2.0

19 Feb 18:04
@m1 m1
5c296e3
Compare
Choose a tag to compare

Added

  • Tests for more PHP versions.

Fixed

  • Skipping lines without key/value assignment.
  • Parsing value ending with quote

Removed

  • HHVM tests.

2.1.2

20 Jun 16:43
@m1 m1
294adde
Compare
Choose a tag to compare

Altered

  • Allow for the pull of a single value using getContent on the Parser class

2.1.1

17 May 08:37
@m1 m1
3589eae
Compare
Choose a tag to compare

Altered

  • Parser::doParse from private to protected

2.1.0

06 Oct 19:43
@m1 m1
Compare
Choose a tag to compare

Fixed

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

2.0.0

07 Jan 13:23
@m1 m1
Compare
Choose a tag to compare

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

05 Jan 17:49
@m1 m1
Compare
Choose a tag to compare

Added

Altered

  • Updated README
  • Test cases
  • Travis

1.0.1

21 Dec 14:16
@m1 m1
Compare
Choose a tag to compare

Fixed

  • Fixed composer.json

1.0.0

19 Dec 15:26
@m1 m1
Compare
Choose a tag to compare

Altered

  • Bump to version 1
  • Refactored

0.2.0

15 Dec 17:53
@m1 m1
Compare
Choose a tag to compare
  • Some new tests and general refactoring

0.1.0

13 Dec 20:38
@m1 m1
Compare
Choose a tag to compare

Initial Release