Skip to content

Releases: steelbreeze/pivot

Version 3.0

10 Aug 06:23
Compare
Choose a tag to compare

The breaking change is this release is the removal of the Axes type, and in its place, the requirement to pass the y and x axes as separate parameters into the cube function.

This is a precursor to future multi-dimensional enhancements.

Refactor and remove redundant code

03 Aug 12:01
Compare
Choose a tag to compare
2.9.2

Prep 2.9.2 release

distinct function performance enhancement

18 Jul 07:34
Compare
Choose a tag to compare

Remove one of the two iterations of the axis in creating the distinct set

Refactoring release

27 Jun 06:38
Compare
Choose a tag to compare
2.9.0

Wider use of Callback in place of Function

Improve distinct function

01 May 13:00
Compare
Choose a tag to compare
2.8.7

Prep 2.8.7 release

Performance improvements to split function

30 Apr 06:37
Compare
Choose a tag to compare
2.8.6

Improve split function

Minor refactoring

18 Apr 10:37
Compare
Choose a tag to compare
2.8.5

Prep 2.8.5 release

Make split a simple standalone function

09 Apr 12:58
Compare
Choose a tag to compare

Instead of an extension to Array.prototype

Extract split from slice

08 Apr 18:30
Compare
Choose a tag to compare

Extract a generic method, split, as an extension to Array from the slice function.

Tidy up

29 Mar 06:49
Compare
Choose a tag to compare
2.8.2

Prep 2.8.2 release