This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.1.0...v5.0.0) (2019-08-22) ### Features * **pipe:** uniform steps ([#377](#377)) ([7d9f701](7d9f701)) ### BREAKING CHANGES * **pipe:** removed before(), once() and after() methods in favor of use() - added new uniform method pipe.use() - added new method pipe.attach.replace() to replace pipeline steps - pipe.attach() now public API, accepts object with before, replace and after keys - removed methods before(), once() and after()
- Loading branch information