Releases: Stillat/proteus
Releases · Stillat/proteus
4.0.1
3.0.0
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
- Prevents removing function calls when using the
set
method
2.1.0
2.0.1
2.0.0
This release makes a number of significant changes and improvements to Proteus, including:
- Making
writeMany
smarter by default - Removes
mergeMany
from theLaravelConfigWriter
facade - Function calls (such as
env
) are now ignored by default - Improvements to the internal merging algorithm
1.0.12
1.0.11
1.0.10
- Adds a new
mergeMany
helper method to the LaravelConfigWriter
that will always attempt to merge conflicting items, instead of replacing them