Skip to content

Releases: sixlive/dotenv-editor

V2.0.0

15 Nov 13:53
c13a1a0
Compare
Choose a tag to compare

Changes

  • Drops PHP 7 support
  • Ensures PHP 8.1 support
  • Drop PHPUnit 7, 8 support

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

29 Nov 13:44
8fe8695
Compare
Choose a tag to compare

Added

  • PHP 8 support (#6)

v1.2.0

31 Jan 13:02
258e4fe
Compare
Choose a tag to compare

Added

  • Added a unset method to allow the possibily to remove a property defined in the .env file. (#5)

v1.1.1

05 Nov 16:23
Compare
Choose a tag to compare

Fixed

  • Issue parsing Laravel APP_KEY (#4)

v1.1.0

19 Aug 12:27
e448720
Compare
Choose a tag to compare

Changed

  • Write method returns a bool (#2)
  • InvalidArgumentException gets thrown if the load path does not exist (#2)

v1.0.0

17 Aug 11:32
Compare
Choose a tag to compare

Initial Release