Skip to content

Releases: msztorc/laravel-env

v1.4.0 (Laravel 13)

Choose a tag to compare

@msztorc msztorc released this 07 Apr 08:46
  • Add support for Laravel 13
  • Add support for PHP 8.5
  • Add Env::renameVariable() to rename a key while preserving its value
  • Add EnvRenameCommand (env:rename {key} {new-key})
  • Register env:rename in LaravelEnvServiceProvider
  • Add tests for rename in EnvClassTest and EnvArtisanTest
  • Update README with usage examples and API reference

v1.3.2 (Laravel 12)

Choose a tag to compare

@msztorc msztorc released this 23 Jul 14:53
1e65c96

What's Changed

Added Laravel 12 support and PHP 8.4 for tests.

v1.3.1 (Laravel 11)

Choose a tag to compare

@msztorc msztorc released this 18 Mar 20:27
5e61543

What's Changed

Added support for Laravel 11

v1.3.0

Choose a tag to compare

@msztorc msztorc released this 18 Mar 19:30
47e1e9b

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)

Choose a tag to compare

@msztorc msztorc released this 29 Nov 21:25
f861b9d

What's Changed

Full Changelog: 1.2.6...1.2.7

v1.2.6 (PHP 8.2)

Choose a tag to compare

@msztorc msztorc released this 10 Jan 14:49
1c7ca66
  • PHP 8.2 support

v1.2.5 (L9 support)

Choose a tag to compare

@msztorc msztorc released this 13 Feb 09:25
82ff832

What's Changed

v1.2.3

Choose a tag to compare

@msztorc msztorc released this 29 Jan 14:01
56e4bd1

What's Changed

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

Full Changelog: 1.2.2...1.2.3

v1.2.2

Choose a tag to compare

@msztorc msztorc released this 12 Oct 13:23
cb89523
Merge pull request #10 from msztorc/empty-value

#9 - empty value hotfix

Escaping improvements

Choose a tag to compare

@msztorc msztorc released this 21 Aug 19:38
d27667a

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