UNPKG

@supercharge/pipeline

Version:
39 lines (22 loc) 978 B
# Changelog ## [1.4.0](https://github.com/supercharge/pipeline/compare/v1.3.0...v1.4.0) - 2020-11-02 ### Added - return the initial or previous value when not returning from a step in the pipeline ## [1.3.0](https://github.com/supercharge/pipeline/compare/v1.2.0...v1.3.0) - 2020-11-02 ### Updated - improved typings for arguments to the pipeline functions/classes ## [1.2.0](https://github.com/supercharge/pipeline/compare/v1.1.0...v1.2.0) - 2020-11-02 ### Updated - refine typings - bump dependencies - change `main` entrypoint in `package.json` to `dist` folder - move test runner from `@hapi/lab` to `jest` - move assertions from `@hapi/code` to `jest` ### Removed - remove `index.js` file which acted as a middleman to export from `dist` folder ## [1.1.0](https://github.com/supercharge/pipeline/compare/v1.0.0...v1.1.0) - 2020-07-29 ### Updated - marked internally used helper methods as private ## 1.0.0 - 2020-05-21 ### Added - `1.0.0` release 🚀 🎉