Skip to content

Releases: Burnett01/php-piper

v1.4.2

25 Dec 15:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • 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

25 Dec 13:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Additionally to pipe() you can now use with() for more fluent code. Aids in better readability.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Dec 13:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • 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

25 Dec 11:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • 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 ::to for better readability.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 Dec 20:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • 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

24 Dec 19:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • New ::with alias for ::_ for better readability

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Dec 19:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare