Skip to content

Releases: JuliaComputing/TableView.jl

v0.8.0

01 Jul 14:24
a3a3172
Compare
Choose a tag to compare

TableView v0.8.0

Diff since v0.7.2

Merged pull requests:

  • CompatHelper: bump compat for "JSExpr" to "1" (#83) (@github-actions[bot])
  • upgrade ag-grid version (#91) (@baumgold)
  • customizable async threshold (#93) (@baumgold)

v0.7.2

21 Nov 19:46
8b78efb
Compare
Choose a tag to compare

TableView v0.7.2

Diff since v0.7.1

Closed issues:

  • Copy and paste multiple cells (#80)
  • support for hierarchical (tree / nested) data (#84)
  • Doesn't work from REPL (#88)

Merged pull requests:

v0.7.1

04 Jun 08:50
c1fabb3
Compare
Choose a tag to compare

TableView v0.7.1

Diff since v0.7.0

Closed issues:

  • Show column types (#49)
  • failed to build TableView beacause of error 500 (#53)
  • showtable can't be downloaded as markdown for the WebIO not detected (#56)

Merged pull requests:

v0.7.0

12 May 12:22
6a49528
Compare
Choose a tag to compare

TableView v0.7.0

Diff since v0.6.8

Closed issues:

  • Better Control of Columns Definitions and other table properties (#74)

Merged pull requests:

  • Added a user call back function to allow settings modifications (#75) (@galran)
  • various API tweaks (#76) (@pfitzseb)

v0.6.8

28 Mar 20:05
8dbe19f
Compare
Choose a tag to compare

TableView v0.6.8

Diff since v0.6.7

Closed issues:

  • showtable gives InexactError: trunc(Int128, 1.0e100) (#70)

Merged pull requests:

  • #70 fix bug preventing large floats from being displayed (#71) (@baumgold)

v0.6.7

25 Mar 10:05
d9c48b2
Compare
Choose a tag to compare

TableView v0.6.7

Diff since v0.6.6

Merged pull requests:

v0.6.6

23 Mar 08:22
ae4b5ad
Compare
Choose a tag to compare

TableView v0.6.6

Diff since v0.6.5

Closed issues:

  • Allow to optionally use ag-grid enterprise (#67)

Merged pull requests:

v0.6.5

16 Mar 12:29
006c4e3
Compare
Choose a tag to compare

TableView v0.6.5

Diff since v0.6.4

Closed issues:

  • Imprecise big number display (#64)

Merged pull requests:

v0.6.4

13 Jan 13:55
d3e3cd7
Compare
Choose a tag to compare

TableView v0.6.4

Diff since v0.6.3

Merged pull requests:

  • upgrade ag-grid lib dependency from 22.1.0 to 25.0.0 latest (#63) (@baumgold)

v0.6.3

04 Jan 18:00
dae9827
Compare
Choose a tag to compare

TableView v0.6.3

Diff since v0.6.2

Closed issues:

  • Column autosize broken (#60)
  • use async too often (#62)

Merged pull requests:

  • Fix autoSizeColumns and reduce unnecessary async usage (#61) (@baumgold)