Skip to content

Latest commit

 

History

History
260 lines (139 loc) · 6.65 KB

CHANGELOG.md

File metadata and controls

260 lines (139 loc) · 6.65 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2022-01-21)

⚠ BREAKING CHANGES

  • Version 3 only supports Angular 13+

Features

2.7.8 (2022-01-21)

2.7.7 (2022-01-19)

2.7.6 (2021-11-06)

Bug Fixes

  • 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)

Features

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)

  • improve package bundling (#84) (6a6f8ca), closes #84

BREAKING CHANGES

  • 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)

BREAKING CHANGES

  • 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.

Changelog

All notable changes to this project will be documented in this file.

[1.6.3] - 2017-08-02

Added

  • Add impure versions to filterBy, groupBy and orderBy (filterByImpure, groupByImpure, orderByImpure).

[1.6.1] - 2017-07-13

Changed

  • Revert impure pipes for groupBy

[1.4.6] - 2017-03-09

Added

  • diffObj pipe

Fix

  • Minor bugs

[1.4.3] - 2017-02-12

Fix

  • filterBy minor bug fix

[1.4.2] - 2017-02-09

Added

  • filterBy now also supports boolean values (Issue #26)

[1.4.1] - 2017-02-08

Fix

  • Fix mapping bug causing issues with AoT map files.

[1.4.0] - 2017-02-07

Added

  • Support for tree shaking with AoT!

[1.3.3] - 2017-01-29

Fix

  • noImplicyAny issue with angular-cli

[1.3.1] - 2017-01-29

Added

  • orderBy pipe

[1.3.0] - 2017-01-26

Added

  • groupBy pipe

[1.2.3] - 2017-01-26

Fix

  • Few minor bug fixes regarding filterBy

[1.2.0] - 2017-01-26

Added

  • filterBy pipe

[1.1.1] - 2016-12-29

Fix

  • Minor bug

[1.1.0] - 2016-12-29

Added

  • RightPad & LeftPad pipes

[1.0.0] - 2016-12-25

Added

  • Fully functional first STABLE release!

[0.5.4] - 2016-12-13

Added

  • Test & match pipes added due to request by the community

[0.5.3] - 2016-12-11

Added

  • More pipes for Objects

[0.5.2] - 2016-12-05

Added

  • More pipes for Arrays

[0.5.0] - 2016-12-05

Added

  • More pipes for Strings

[0.4.19] - 2016-12-03

Added

  • Validations on user input

0.4.18 - 2016-12-01

Added

  • Fully functional library with Angular-CLI.