Skip to content

Releases: snhilde/dsa

Version 0.4.0

01 May 14:09
Compare
Choose a tag to compare

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

19 Jan 00:13
Compare
Choose a tag to compare

Version 0.2

13 Jan 13:09
Compare
Choose a tag to compare
  • Added htree.
  • Added Makefile.
  • Integrated with Travis CI.