Skip to content

Releases: nglrx/pipes

0.9.1

08 Jul 18:23
eab79f3
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

What's Changed

  • Added support till Angular version v16

Full Changelog: 0.8.1...0.9.1

0.8.1

11 Dec 11:08
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

enhancement - Added repeat pipe for strings
enhancement - Added interpolate pipe for strings
enhancement - Added truncate pipe for strings
enhancement - Added floor pipe for numbers
enhancement - Added ceil pipe for numbers
Added support for testing on Edge Headless browser
Added npm script command 'test'
Made default separator constants private in multiple pipes (breaking)

Corrected documentation of 'map' array pipe
Refactored spec name 'should create an instance'
documentation, enhancement - round pipe spec

0.7.1

24 Aug 14:14
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Fixed static code analysis violations

0.7.0

17 Aug 21:09
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Upgraded Angular from v11 to v12
Upgraded ESLint to v12.2.1

0.6.0

17 Aug 20:13
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Upgraded Angular from v10 to v11
Migrated from TSLint to ESLint

0.5.1

14 Aug 21:41
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Updated npm dependencies
Fixed vulnerabilities in npm packages

0.5.0

14 Aug 21:05
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Created pipe for joining array of strings
Created pipe for combining array with other elements/arrays
Created pipe for filling array with given element
Created pipe for copying elements within array
Created pipe for every elements within array
Created pipe for mapping the elements of an array
Created pipe for some elements within array
Created pipe for getting first 'n' elements from array
Created pipe for getting last 'n' elements from array

0.4.1

05 Aug 20:21
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Improved documentation of pipe examples

0.4.0

05 Aug 20:20
6f55fd4
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Created pipe for identifying type-of
Created pipe for calculating square root
Created pipe for calculating power
Created pipe for calculating percentage
Created pipe for rounding numbers

Upgraded npm dependencies
Issue fixes and code refactoring

0.3.1

26 Jul 18:15
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed issues in string pipes and improvements in specs
Fixed issues in number pipes and improvements in specs
Fixed issues in generic pipes and improvements in specs
Correction in documentation