Releases: nglrx/pipes
0.9.1
0.8.1
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
0.7.0
0.6.0
0.5.1
0.5.0
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
0.4.0
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