Skip to content

Releases: haruki-taka8/ObservableTable

23.06

05 Jun 02:25
62b7b80
Compare
Choose a tag to compare

Changelog

Publicly-visible Changes

  • New methods
    • RenameColumn()
    • ReorderRow()
    • ReorderColumn()
  • New event TableModified
  • New exporter method to IEnumerable<string>
  • Methods now accept IEnumerable<T> in addition to params T[]

Internal Changes
#14, #17, #19, #21, #22, #23

23.04

26 Apr 12:58
e5fd8a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023-02-04...v23.04

23.02

07 Feb 02:48
e5fd8a1
Compare
Choose a tag to compare
Merge pull request #6 from haruki-taka8/simplify-external-methods

Simplify External Methods

2023-02-04

04 Feb 10:53
Compare
Choose a tag to compare
v2023-02-04

Initial commit