This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
v2.0.0
2.0.0 (2019-05-16)
Bug Fixes
- pipe: Do not filter out non-functions before running the pipeline (083d902)
Features
BREAKING CHANGES
- pipe: return value from pipeline functions are no longer merged into the context
NOTE: Most of the functional changes live in src/pipeline.js;
most other changes are just refactoring the rest of the code
base to utilize the changes there.