Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@snhilde snhilde released this 01 May 14:09
· 3 commits to master since this release

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.