Skip to content

Releases: svenluijten/flex-env

Version 2.2.2

21 Dec 18:54
v2.2.2
4cc20bf
Compare
Choose a tag to compare
  • Allow setting boolean values (#58, #57)
  • No longer wrap values that don't need it in quotes (#58)

Version 2.2.1

30 Dec 14:17
v2.2.1
Compare
Choose a tag to compare

Add support for PHP 8 and Laravel 7 and 8. (#54)

Version 2.2.0

16 Aug 11:26
Compare
Choose a tag to compare

v2.1.1 release

19 Jun 10:40
Compare
Choose a tag to compare

This version adds support for auto-discovery in Laravel.

v2.1.0 release

29 Mar 19:13
Compare
Choose a tag to compare
  • #17 Fixed the service provider(s) for compatibility with Laravel 5.4, which removed the $app->share() method.

v2.0.4 release

25 Mar 22:25
Compare
Choose a tag to compare
  • Various touch-ups in readme
  • Add typehinting in closures
  • Remove unnecessary variable(s)

v2.0.3 release

23 Mar 19:38
Compare
Choose a tag to compare
  • Refactored tests

v2.0.2 release

27 Jan 12:48
Compare
Choose a tag to compare

Better CI, composer.json & more.

v2.0.1 release

23 Jan 12:24
Compare
Choose a tag to compare

This version introduces several new features & deprecates a few:

  • The env:new command was removed in favor for env:set creating a new entry if it does not exist, as well as retaining its original purpose of editing an existing value.
  • Added an env:list command, which — as you may have gathered from the name — lists all entries in the .env file.
  • Added an env:get command, which will give you the value that belongs to the given key.
  • An option was also introduced to the env:set command to add a line break before a writing the new entry.

v2.0.0 beta

23 Jan 00:27
Compare
Choose a tag to compare
v2.0.0 beta Pre-release
Pre-release

This version introduces several new features & deprecates a few:

  • The env:new command was removed in favor for env:set creating a new entry if it does not exist, as well as retaining its original purpose of editing an existing value.
  • Added an env:list command, which — as you may have gathered from the name — lists all entries in the .env file.
  • Added an env:get command, which will give you the value that belongs to the given key.
  • An option was also introduced to the env:set command to add a line break before a writing the new entry.

NOTE: This is a beta, feel free to test or send in pull requests! 😃