Skip to content

Releases: Stillat/proteus

4.2.0

02 Apr 01:27
08c6fe3

Choose a tag to compare

What's Changed

  • Make makeSimpleFunctionCall public (thanks @edalzell!)

4.1.0

26 Feb 23:44
70192b4

Choose a tag to compare

4.0.1

18 May 17:44

Choose a tag to compare

  • Include actual changes for php-parser v5 ☕

3.0.0

04 Apr 22:04
384bfc1

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

Choose a tag to compare

  • Prevents removing function calls when using the set method

2.1.0

30 Aug 22:38
9e1f3bf

Choose a tag to compare

  • Adds support for env calls using the function writer by @edalzell 🥳

2.0.1

23 Jul 17:04
8d1a6ad

Choose a tag to compare

  • Improves automatic key filtering (fixes #23 )

2.0.0

02 Mar 17:37
d20a40d

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

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

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