• 2024-12-09:
    • Support filter via JSON path.
    • Improve the page loading speed of the /editor page.
  • 2024-11-24:
    • Support synchronize reveal between left and right panels, and remove "reveal position in editor" button.
    • Adjust the UI style so that the right-side view can display more content.
    • Remove the floadting window that appears when hover in the table view.
    • Display the function description of toggles in the sidenav when hover.
    • Persistently record the status of the switch button between the mouse and the touchpad.
    • Change command search to fuzzy match.
    • Fix the graph view cannot be displayed normally sometimes.
    • Fix changing from table view to graph view with small JSON will not display the graph.
    • Fix sometimes the graph would be flaky when changing the viewport.
    • Fix "The database connection is closing" error.
  • 2024-11-10:
    • Optimized the loading speed of the editor.
    • Optimized the rendering speed of the graph view when switching JSON trees.
    • The graph view supports the display of field values through popover (By [@haecheonlee] (https://github.com/haecheonlee)).
    • Fix the problem that the search highlighting sometimes does not take effect.
    • Fix the problem that the null value causes the table view to display "miss".
    • Fix the problem that the cursor will be reset when the editor is empty when entering text.
  • 2024-11-02:
    • Support searching in graph mode.
    • Change the color of the selected node.
    • Fix the issue that sometimes selected edges are not highlighted.
    • Fix the issue that the graph or table view is not displayed when the input event is triggered before the paste event.
  • 2024-10-18:
    • Change the color to indicate that children nodes are collapsed. (By @haecheonlee)
    • Lazy load jq.wasm when displaying jq input.
  • 2024-10-16:
    • Change "fold siblings" to hide siblings rather than only hiding their descendant nodes.
    • Fix the error in converting URL to JSON and converting python dict to JSON.
    • Fix the issue where folded nodes will display when re-entering the viewport on the virtual graph.
  • 2024-10-12:
    • Redesign landing page.
    • Remove service worker to improve page load speed.
    • Fix #46.
    • Fix maximum call stack size exceeded when generate a big table.
    • Fix multiple diffs within the same array will deepen the color.
    • Fix keyshort conflict on jq input and swap command.
  • 2024-10-07:
    • Support sticky scroll.
    • Fix #41.
  • 2024-10-05:
    • Optimize performance of graph for big JSON (>= 1MB).
    • Fix the experience issues under Windows.
    • Fix sidenav style problem on Safari.
  • 2024-09-24:
    • 3.0.0 is released: support for graph and table view mode, refactoring of UI for better scalability, support for command search and feedback on command execution.
  • 2023-08-01:
    • 2.0.0 is released: editor changed from codemirror 5 to monaco editor to improve performance with large amounts of text.
  • 2022-01-12:
    • 1.0.0 is released.