All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.2 (2023-05-07)
3.2.1 (2023-05-07)
3.2.0 (2022-12-08)
- Version 3 now adds support for Angular 13+
3.0.0 (2022-01-21)
- Version 3 only supports Angular 13+
- support for angular 13 (abe93fe)
2.7.8 (2022-01-21)
2.7.7 (2022-01-19)
2.7.6 (2021-11-06)
- cross: export radians and frompipes (8c48a76)
- module: module issues with angular 9 (d0240f4)
- proj: fix spec (c0a02b0)
- proj: fix spec (3d4096a)
- proj: fix spec (772b672)
- proj: upgrade ng-packagr to support angular 9 (9c31798)
2.7.5 (2020-07-11)
2.4.4 (2019-03-18)
2.4.3 (2019-03-18)
2.4.2 (2019-03-12)
2.4.1 (2019-03-07)
2.3.10 (2019-01-30)
2.3.9 (2019-01-28)
2.3.8 (2019-01-28)
2.3.7 (2019-01-28)
2.3.6 (2018-10-23)
2.3.3 (2018-07-24)
2.3.0 (2018-07-12)
- add
wrap
pipe to add a prefix and a suffix to a string (#117) (e2f633e), closes danrevah/ngx-pipes#112
2.2.1 (2018-06-18)
2.1.9 (2018-06-18)
2.1.8 (2018-06-18)
2.1.7 (2018-05-08)
2.1.6 (2018-05-08)
2.1.5 (2018-05-08)
2.1.3 (2018-05-08)
2.1.2 (2018-02-26)
2.1.1 (2018-02-16)
2.1.0 (2017-12-26)
- we do not publish the source file of each pipe now. As with webpack/rollup's treeshaking feature, we don't need to publish pipes separately. User who used to reference to source pipes directly should update their paths.
2.0.3 (2017-11-10)
2.0.0 (2017-11-08)
- improve package bundling (#84) (6a6f8ca)
- we do not publish the source file of each pipe now. As with webpack/rollup's treeshaking feature, we don't need to publish pipes separately. User who used to reference to source pipes directly should update their paths.
All notable changes to this project will be documented in this file.
- Add impure versions to filterBy, groupBy and orderBy (filterByImpure, groupByImpure, orderByImpure).
- Revert impure pipes for groupBy
- diffObj pipe
- Minor bugs
- filterBy minor bug fix
- filterBy now also supports boolean values (Issue #26)
- Fix mapping bug causing issues with AoT map files.
- Support for tree shaking with AoT!
- noImplicyAny issue with angular-cli
- orderBy pipe
- groupBy pipe
- Few minor bug fixes regarding filterBy
- filterBy pipe
- Minor bug
- RightPad & LeftPad pipes
- Fully functional first STABLE release!
- Test & match pipes added due to request by the community
- More pipes for Objects
- More pipes for Arrays
- More pipes for Strings
- Validations on user input
- Fully functional library with Angular-CLI.