Skip to content

Releases: timelyportfolio/listviewer

4.0.0

01 Oct 16:05
5f748e7
Compare
Choose a tag to compare

listviewer 4.0.0

  • update jsoneditor to completely rebuilt 0.18.7

3.0.0

30 Sep 15:38
Compare
Choose a tag to compare

listviewer 3.0.0

API Changes

  • onEdit, onAdd, onDelete, and onSelect changed to allow disable. See pull 32. The default TRUE now will
    pass the event to Shiny if in Shiny context.

2.1.0

02 Nov 17:26
107e5cb
Compare
Choose a tag to compare

listviewer 2.1.0

  • update jsoneditor to 5.24.6
  • update react-json-view to 2.5.7
  • add full set of props for react-json-view

2.0.0

06 Oct 22:35
Compare
Choose a tag to compare

listviewer 2.0.0

1.4.0

03 Nov 19:43
Compare
Choose a tag to compare

listviewer 1.4.0

  • add elementId to the jsonedit function
  • update react-json to 0.2.1
  • add helper number_unnamed function (see issue)

listviewer 1.3

add RStudio addin

15 Jun 19:58
Compare
Choose a tag to compare
v1.2

bump version, add news

Shiny gadget interactive

15 Jun 19:37
Compare
Choose a tag to compare

Add shiny gadget funtionality.

CRAN!

15 Jun 15:16
Compare
Choose a tag to compare

CRAN_Status_Badge

jsoneditor version v5.5.5

recursively convert named vectors

01 Dec 14:13
Compare
Choose a tag to compare
Pre-release

In addition to simple conversion of named vector introduced in 0.3, recursively convert named vectors within nested lists.

convert named vectors

30 Nov 22:46
Compare
Choose a tag to compare
convert named vectors Pre-release
Pre-release

Issue #10 highlights the number of warnings introduced when listviewer is run on a named vector. To avoid this, we can assume that an R user does not care and convert a named vector to a list without introducing a whole lot of problems, at least I think.

Since I am more concerned about ease of use than precision, I think this is a good change.