Releases: Burnett01/php-piper
Releases · Burnett01/php-piper
v1.4.2
Immutable
release. Only release title and notes can be modified.
- fix regression with namespaced functions
Namespaced functions are not loaded on-demand by composer if they are not explicitly autoloaded.
Hence now the namespaced function live in their own file (functions.php) which is then autoloaded by composer.
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Immutable
release. Only release title and notes can be modified.
- Additionally to
pipe()you can now usewith()for more fluent code. Aids in better readability.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Immutable
release. Only release title and notes can be modified.
- You can now import the new pipe() function directly with
use function.
This allows for even better readability and functional code-style.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Immutable
release. Only release title and notes can be modified.
-
The syntax was further simplified! Now you don't need
->args()to bind arguments to the callable,
instead you can directly pass them. -
Additionally the
::_method was renamed to::tofor better readability.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Immutable
release. Only release title and notes can be modified.
- New syntax (no more
->bind()needed)!
->bind()was replaced in favour of__invoke(), hence you no longer need to call->bind(...)manually!
Less code + better readability!
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Immutable
release. Only release title and notes can be modified.
- New
::withalias for::_for better readability
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Immutable
release. Only release title and notes can be modified.
Initial Release
Full Changelog: https://github.com/Burnett01/piper/commits/v1.0.0