Releases: steelbreeze/landscape
Releases · steelbreeze/landscape
Bug fix - all properties of key passed through now
3.5.1 Pass through all properties of keys. Fixes #2
Bump pivot to 2.5
3.5.0 Bump landscape lib to 2.5
Use latest pivot interfaces
3.4.3 Use latest pivot interfaces
Fix split by y bug
3.4.2 Fix split by y bug
De-dup source data context
Remove duplicates in the source data context created in the split/merge process.
Source data context passing
The resulting table structure after calls to table
and merge
now contains a member source
which is an array of all the source values that went into the creation of that cell.
Note: due to the split/merge operation, some of this contextual data may be repeated.
Use Pair interface from @steelbreeze/pivot
3.3.1 Use Pair interface from Pivot
Bump version with pivot 1.2
3.3.0 3.3 release to go with 1.2 of pivot
Update README to match recent API change
3.2.1 Update README to match API change
Pass x and y axes as single object
3.2.0 Pass x and y axes as single object