Skip to content

Releases: transprime-research/piper

3.0.0

29 Apr 23:20
7f16966
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...3.0.0

2.2.0 Released

02 May 21:05
1f64fdf
Compare
Choose a tag to compare

What's Changed

_p("Hello World")
    (htmlentities(...))
    (strtoupper(...))
    (str_split(...))
    (array_map(...), strtoupper(...))()

Full Changelog: 2.1.0...2.2.0

2.1.0 Released

03 May 13:25
c6df766
Compare
Choose a tag to compare
  • Now Available on PHP 7.2+

2.0.1 Released

29 Apr 21:04
c9dde00
Compare
Choose a tag to compare

BugFix

  • Prevent a bug that allows calling first string data as a function #2

New Feature

  • None

2.0.0 Released

24 Apr 23:57
ed5afe6
Compare
Choose a tag to compare

Breaking change

  • on() method implementation is moved to pipe()
  • on() is now a static method allowing calling Piper::on([]) more fluent.

Documentation

  • Update documentation to show the changes

1.0.0 Released

22 Apr 20:17
Compare
Choose a tag to compare
  • piper() helper function
  • chained method to()
  • callable/invokable class with piper()->to()()
  • All other functional styles goodies ;)