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.