Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 907 Bytes

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 907 Bytes

Changelog

All notable changes to sebastiaanluca/php-pipe-operator will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

3.0.0 (2019-02-27)

Changed

  • Upgraded to PHPUnit 8

Removed

  • Dropped support for PHP 7.1 and lower

2.1.1 (2018-03-18)

Fixed

  • Fix class method example in readme

2.1.0 (2018-03-18)

Added

  • Add proxy for private instance methods

2.0.0 (2018-02-26)

Added

  • Added the PIPED_VALUE constant as the new identifier

Removed

  • Removed the default '$$' identifier
  • Removed the option to set a custom identifier

1.0.0 (2018-02-24)

Added

  • Added custom pipe operator
  • Allow using direct method calls instead of using pipe operator
  • Add shorthand take method
  • Allow setting custom pipe operator
  • Add test to use class methods as pipe processors