Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moappi committed Sep 11, 2024
1 parent 8f5540f commit ecf136f
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 293 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Features

+ Native JS templates that work both the client and server
+ Interactive with embedded events directly in your templates
+ Dynamically update parts of your rendered templates when changes occur
+ 100% Javascript so no need to learn any new syntax: use inline js functions for complex logic

Example
Expand Down
4 changes: 2 additions & 2 deletions json2html.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// json2html.js 3.1.2
// json2html.js 3.2.0
// https://www.json2html.com
// (c) 2006-2024 Crystalline Technologies
// json2html may be freely distributed under the MIT license.
Expand Down Expand Up @@ -144,7 +144,7 @@
if(!root.json2html) root.json2html = {};

//Current Version
root.json2html.version = "3.1.2";
root.json2html.version = "3.2.0";

//Render a json2html template to html string
// obj (requried) : json object to render, or json string
Expand Down
Loading

0 comments on commit ecf136f

Please sign in to comment.