Releases: snhilde/dsa
Releases · snhilde/dsa
Version 0.4.0
hconvert
- Removed package.
htable
- Added new Table methods: Copy, SortByColumn, SortByRow, RowByIndex.
- Added new Row methods: Items, Enabled, ToggleRow, Copy.
- Updated Table method WriteCSV to CSV.
- Update Table method RemoveRow to not return anything.
hlist
- Added new List method: Items.
- Removed List method: YieldAll.
hsort
- Sort functions now take a comparison callback to determine sort order.
Version 0.3.0
- Added linter suite with
golangci-lint
.
Version 0.2
- Added
htree
. - Added Makefile.
- Integrated with Travis CI.