All Versions
6
Latest Version
Avg Release Cycle
215 days
Latest Release
2292 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
June 05, 2018โ Added
- โ Add strict typing.
๐ Changed
- Now requires PHP 7.1 or newer.
- Pipeline requires processor as first argument.
- ๐ฐ Processor requires payload as first argument.
-
v0.3.0 Changes
October 13, 2016- A pipeline now has a processor which is responsible for the stage invoking.
-
v0.2.2 Changes
March 23, 2016๐ Fixed
- ๐ #17 - use
call_user_func
instead of invoking a variable.
- ๐ #17 - use
-
v0.2.1 Changes
December 06, 2015Altered
- ๐ Cloning is used to create the new pipeline [performance]
- Stages are callable, so no need to wrap them in closures.
-
v0.2.0 Changes
December 04, 2015๐ Changed
- Stages are now anything that satisfies the
callable
type-hint.
- Stages are now anything that satisfies the
-
v0.1.0 Changes
June 25, 2015๐ Initial release