Skip to content

Commit

Permalink
Merge pull request #44 from williamtroup/4.6.0
Browse files Browse the repository at this point in the history
4.6.0
  • Loading branch information
william-troup authored Nov 18, 2024
2 parents a0295f3 + 73b3758 commit 62e2f82
Show file tree
Hide file tree
Showing 86 changed files with 1,580 additions and 1,178 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
JsonTree.js

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
[![npm](https://img.shields.io/badge/npmjs-v4.5.0-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.5.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v4.6.0-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
</h1>

> <p align="center">🔗 A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</p>
> <p align="center">v4.5.0</p>
> <p align="center">v4.6.0</p>
<br />
![JsonTree.js](docs/images/main.png)
Expand Down Expand Up @@ -173,8 +173,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.5.0/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.5.0/dist/jsontree.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.0/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.0/dist/jsontree.js.min.css
```
<br>
<br>
Expand Down
10 changes: 5 additions & 5 deletions README_NUGET.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# JsonTree.js v4.5.0
# JsonTree.js v4.6.0

[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
[![npm](https://img.shields.io/badge/npmjs-v4.5.0-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.5.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![npm](https://img.shields.io/badge/npmjs-v4.6.0-blue)](https://www.npmjs.com/package/jjsontree.js)
[![nuget](https://img.shields.io/badge/nuget-v4.6.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
Expand Down Expand Up @@ -152,8 +152,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
Or, you can also use the following CDN links:

```markdown
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.5.0/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.5.0/dist/jsontree.js.min.css
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.0/dist/jsontree.min.js
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.6.0/dist/jsontree.js.min.css
```


Expand Down
607 changes: 331 additions & 276 deletions dist/jsontree.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsontree.esm.js.map

Large diffs are not rendered by default.

607 changes: 331 additions & 276 deletions dist/jsontree.js

Large diffs are not rendered by default.

32 changes: 26 additions & 6 deletions dist/jsontree.js.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jsontree.js.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jsontree.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsontree.js.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsontree.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.af.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Afrikaans | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Afrikaans | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.ar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Arabic | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Arabic | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.be.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Belarusian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Belarusian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayHeaderNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.bg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Bulgarian | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Bulgarian | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.bn.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Bengali | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Bengali | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.da.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Danish | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Danish | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - German | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - German | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.el.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Greek | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Greek | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - English | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - English | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
2 changes: 1 addition & 1 deletion dist/translations/jsontree.translations.eo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JsonTree.js v4.5.0 - Esperanto | (c) Bunoon 2024 | MIT License */
/*! JsonTree.js v4.6.0 - Esperanto | (c) Bunoon 2024 | MIT License */
$jsontree.setConfiguration( {
"text": {
"dayNames": [
Expand Down
Loading

0 comments on commit 62e2f82

Please sign in to comment.