You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

angular2-pipes

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-pipes - npm Package Versions

23456

2.0.1

Diff
danrevah
published 2.0.1 •
danrevah
published 2.0.0 •

Changelog

Source

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.
danrevah
published 1.7.0 •
danrevah
published 1.6.6 •

Changelog

Source

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.

<a name="2.0.3"></a>

danrevah
published 1.6.5 •
danrevah
published 1.6.4 •
danrevah
published 1.6.3 •

Changelog

Source

[1.6.3] - 2017-08-02

Added

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

Changelog

Source

[1.6.1] - 2017-07-13

Changed

  • Revert impure pipes for groupBy
danrevah
published 1.5.10 •