Skip to content

Releases: msztorc/laravel-env

v1.3.1 (Laravel 11)

18 Mar 20:27
5e61543
Compare
Choose a tag to compare

What's Changed

Added support for Laravel 11

v1.3.0

18 Mar 19:30
47e1e9b
Compare
Choose a tag to compare

What's Changed

Improvements

  • special chars,
  • value quotes fix,
  • key name validation,
  • tests
  • Special characters, quotes & key name validation by @msztorc in #19

Full Changelog: 1.2.7...1.3.0

v1.2.7 (Laravel 10)

29 Nov 21:25
f861b9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.6...1.2.7

v1.2.6 (PHP 8.2)

10 Jan 14:49
1c7ca66
Compare
Choose a tag to compare
  • PHP 8.2 support

v1.2.5 (L9 support)

13 Feb 09:25
82ff832
Compare
Choose a tag to compare

What's Changed

v1.2.3

29 Jan 14:01
56e4bd1
Compare
Choose a tag to compare

What's Changed

  • Excluding hyphen from being escaped by @msztorc in #12

Full Changelog: 1.2.2...1.2.3

v1.2.2

12 Oct 13:23
cb89523
Compare
Choose a tag to compare
Merge pull request #10 from msztorc/empty-value

#9 - empty value hotfix

Escaping improvements

21 Aug 19:38
d27667a
Compare
Choose a tag to compare

Improvements of escaping regular expression characters - exclusion dots and colons from quoting

PHP8

08 Aug 19:55
f6704fe
Compare
Choose a tag to compare

Added PHP8 support

1.1.0 (Laravel 8 support)

16 Nov 21:40
Compare
Choose a tag to compare

Laravel 8 support

Fixes:

  • inline & multiline comments
  • single & double quotes