Releases: transprime-research/piper
Releases · transprime-research/piper
3.0.0
What's Changed
- Create gitlab-ci.yml by @omitobi in #10
- Update and rename gitlab-ci.yml to ci.yml by @omitobi in #11
- update with master by @omitobi in #12
- Proxied piper call by @omitobi in #9
- Update Link.php by @omitobi in #13
- feat: set minimum php version to 7.4 by @omitobi in #14
Full Changelog: 2.2.0...3.0.0
2.2.0 Released
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
- Now Available on PHP 7.2+
2.0.1 Released
2.0.0 Released
Breaking change
on()
method implementation is moved topipe()
on()
is now a static method allowing callingPiper::on([])
more fluent.
Documentation
- Update documentation to show the changes
1.0.0 Released
piper()
helper function- chained method
to()
- callable/invokable class with
piper()->to()()
- All other functional styles goodies ;)