Skip to content

Commit 449294e

Browse files
Merge pull request #41 from williamtroup/4.3.0
4.3.0
2 parents eb2d9e4 + d0029f5 commit 449294e

File tree

86 files changed

+1410
-745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1410
-745
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
JsonTree.js
33

44
[![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)
5-
[![npm](https://img.shields.io/badge/npmjs-v4.2.0-blue)](https://www.npmjs.com/package/jjsontree.js)
6-
[![nuget](https://img.shields.io/badge/nuget-v4.2.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
5+
[![npm](https://img.shields.io/badge/npmjs-v4.3.0-blue)](https://www.npmjs.com/package/jjsontree.js)
6+
[![nuget](https://img.shields.io/badge/nuget-v4.3.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
77
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
88
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
99
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
1010
</h1>
1111

1212
> <p align="center">🔗 A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</p>
13-
> <p align="center">v4.2.0</p>
13+
> <p align="center">v4.3.0</p>
1414
<br />
1515
1616
![JsonTree.js](docs/images/main.png)
@@ -25,7 +25,8 @@ JsonTree.js
2525
- 🎏 52 language translations available!
2626
- 📱 Fully styled in CSS/SASS, fully responsive, and compatible with the Bootstrap library!
2727
- 🌈 Full CSS theme support (using :root variables), with dark and light themes.
28-
- 🔍 22 types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
28+
- 🔍 22 data types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
29+
- 🔍 Custom data types support.
2930
- 🔣 Support to show the data types, array/object sizes, comas, and opening/closing symbols!
3031
- ☑️ Fully configurable per DOM element!
3132
- 📂 Close and open all objects, arrays, sets, maps, and HTML objects.
@@ -65,7 +66,7 @@ All modern browsers (such as Google Chrome, FireFox, and Opera) are fully suppor
6566
<br>
6667

6768

68-
<h1>What types are supported?</h1>
69+
<h1>What data types are supported?</h1>
6970

7071
- `boolean` Booleans
7172
- `number` Numbers
@@ -172,8 +173,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
172173
Or, you can also use the following CDN links:
173174

174175
```markdown
175-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2.0/dist/jsontree.min.js
176-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2.0/dist/jsontree.js.min.css
176+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3.0/dist/jsontree.min.js
177+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3.0/dist/jsontree.js.min.css
177178
```
178179
<br>
179180
<br>

README_NUGET.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JsonTree.js v4.2.0
1+
# JsonTree.js v4.3.0
22

33
[![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)
4-
[![npm](https://img.shields.io/badge/npmjs-v4.2.0-blue)](https://www.npmjs.com/package/jjsontree.js)
5-
[![nuget](https://img.shields.io/badge/nuget-v4.2.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
4+
[![npm](https://img.shields.io/badge/npmjs-v4.3.0-blue)](https://www.npmjs.com/package/jjsontree.js)
5+
[![nuget](https://img.shields.io/badge/nuget-v4.3.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
77
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
88
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
@@ -18,7 +18,8 @@
1818
- 🎏 52 language translations available!
1919
- 📱 Fully styled in CSS/SASS, fully responsive, and compatible with the Bootstrap library!
2020
- 🌈 Full CSS theme support (using :root variables), with dark and light themes.
21-
- 🔍 22 types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
21+
- 🔍 22 data types supported by default (such as Object, Array, primitive types, and even Sets, Maps, and HTML DOM elements).
22+
- 🔍 Custom data types support.
2223
- 🔣 Support to show the data types, array/object sizes, comas, and opening/closing symbols!
2324
- ☑️ Fully configurable per DOM element!
2425
- 📂 Close and open all objects, arrays, sets, maps, and HTML objects.
@@ -50,7 +51,7 @@ All the documentation can be found [here](https://www.william-troup.com/jsontree
5051
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.
5152

5253

53-
## What types are supported?
54+
## What data types are supported?
5455

5556
- `boolean` Booleans
5657
- `number` Numbers
@@ -151,8 +152,8 @@ Or, you can download the latest zipped up version [here](https://www.william-tro
151152
Or, you can also use the following CDN links:
152153

153154
```markdown
154-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2.0/dist/jsontree.min.js
155-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.2.0/dist/jsontree.js.min.css
155+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3.0/dist/jsontree.min.js
156+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@4.3.0/dist/jsontree.js.min.css
156157
```
157158

158159

0 commit comments

Comments
 (0)