Skip to content

Releases: Stillat/proteus

4.0.1

18 May 17:44
Compare
Choose a tag to compare
  • Include actual changes for php-parser v5 ☕

3.0.0

04 Apr 22:04
384bfc1
Compare
Choose a tag to compare

This release:

  • Adds support for Laravel 11
  • Removes support for Laravel 7, 8, and 9
  • Adds support for writing closures to config files

2.1.1

01 Nov 22:11
62d4d41
Compare
Choose a tag to compare
  • Prevents removing function calls when using the set method

2.1.0

30 Aug 22:38
9e1f3bf
Compare
Choose a tag to compare
  • Adds support for env calls using the function writer by @edalzell 🥳

2.0.1

23 Jul 17:04
8d1a6ad
Compare
Choose a tag to compare
  • Improves automatic key filtering (fixes #23 )

2.0.0

02 Mar 17:37
d20a40d
Compare
Choose a tag to compare

This release makes a number of significant changes and improvements to Proteus, including:

  • Making writeMany smarter by default
  • Removes mergeMany from the LaravelConfigWriter facade
  • Function calls (such as env) are now ignored by default
  • Improvements to the internal merging algorithm

1.0.12

27 Feb 20:25
ecaa34a
Compare
Choose a tag to compare
  • Guards against flattening array items that should be appended to existing arrays when merging #18

1.0.11

01 Feb 00:49
06edae5
Compare
Choose a tag to compare
  • Prevents the writeMany call from overriding all data when attempting to preserve certain configuration keys #14
  • The preserve and ignoreFunctionCalls will now play together nicely #14
  • Adds the ability to specify arrays when invoking the preserve method #15

1.0.10

10 Feb 01:23
9374f06
Compare
Choose a tag to compare
  • Adds a new mergeMany helper method to the Laravel ConfigWriter that will always attempt to merge conflicting items, instead of replacing them

1.0.9

09 Feb 01:02
Compare
Choose a tag to compare
  • Provides ways to ignore various configuration items #11