Releases: steelbreeze/pivot
Releases · steelbreeze/pivot
Version 3.0
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
2.9.2 Prep 2.9.2 release
distinct function performance enhancement
Remove one of the two iterations of the axis in creating the distinct set
Refactoring release
2.9.0 Wider use of Callback in place of Function
Improve distinct function
2.8.7 Prep 2.8.7 release
Performance improvements to split function
2.8.6 Improve split function
Minor refactoring
2.8.5 Prep 2.8.5 release
Make split a simple standalone function
Instead of an extension to Array.prototype
Extract split from slice
Extract a generic method, split, as an extension to Array from the slice function.