@ikilote/json2html
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -5,57 +5,57 @@ # Changelog of json2html | ||
- Fix for not crash with old Webkit | ||
- Fix for not crash with old Webkit | ||
## V0.4.1 (2023-02-18) | ||
- Fix ` protection | ||
- Fix ` protection | ||
## V0.4.0 (2023-02-18) | ||
- add `Json2Js` to tranform json to js style | ||
- add `Json2Js` to tranform json to js style | ||
## V0.3.0 (2023-02-17) | ||
- rename lib `json2html-lib` to `@ikilote/json2html` | ||
- fix quote render | ||
- add javascript render in demo | ||
- rename lib `json2html-lib` to `@ikilote/json2html` | ||
- fix quote render | ||
- add javascript render in demo | ||
## V0.2.0 (2022-05-30) | ||
- add option `wrapAttrNumber` | ||
- add options `prettier` on `attrPosition` | ||
- add options `maxLength` for text and `attrPosition` (`inline *`) | ||
- fix `inline` render | ||
- update demo | ||
- add option `wrapAttrNumber` | ||
- add options `prettier` on `attrPosition` | ||
- add options `maxLength` for text and `attrPosition` (`inline *`) | ||
- fix `inline` render | ||
- update demo | ||
## V0.1.0 (2022-02-10) | ||
- with Ivy partial compilation mode | ||
- with Ivy partial compilation mode | ||
## V0.0.6 (2020-10-21) | ||
- add option `optionalEndTagsFix` | ||
- add options `inline` and `autoclose` on json node | ||
- fix minor bugs | ||
- add option `optionalEndTagsFix` | ||
- add options `inline` and `autoclose` on json node | ||
- fix minor bugs | ||
## V0.0.5 (2020-10-18) | ||
- fix numeric options | ||
- add demo | ||
- fix numeric options | ||
- add demo | ||
## V0.0.4 (2020-10-15) | ||
- add `xml` type of render | ||
- code comments | ||
- fix minor bugs | ||
- add `xml` type of render | ||
- code comments | ||
- fix minor bugs | ||
## V0.0.3 (2020-10-14) | ||
- change to accept lists of elements or not | ||
- change to accept lists of elements or not | ||
## V0.0.2 (2020-10-14) | ||
- fix attributs render | ||
- fix attributs render | ||
## V0.0.1 (2020-10-14) | ||
- initial release | ||
- initial release |
export interface Json2htmlAttr { | ||
[key: string]: string | number | null; | ||
[key: string]: string | number | null | undefined; | ||
} | ||
export declare type Json2htmlBody = (Json2htmlRef | string)[] | Json2htmlRef | string; | ||
export type Json2htmlBody = (Json2htmlRef | string)[] | Json2htmlRef | string; | ||
export interface Json2htmlRef { | ||
@@ -6,0 +6,0 @@ /** tag name */ |
{ | ||
"name": "@ikilote/json2html", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -29,7 +29,3 @@ "repository": { | ||
], | ||
"module": "fesm2015/ikilote-json2html.mjs", | ||
"es2020": "fesm2020/ikilote-json2html.mjs", | ||
"esm2020": "esm2020/ikilote-json2html.mjs", | ||
"fesm2020": "fesm2020/ikilote-json2html.mjs", | ||
"fesm2015": "fesm2015/ikilote-json2html.mjs", | ||
"module": "fesm2022/ikilote-json2html.mjs", | ||
"typings": "index.d.ts", | ||
@@ -42,7 +38,3 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ikilote-json2html.mjs", | ||
"es2020": "./fesm2020/ikilote-json2html.mjs", | ||
"es2015": "./fesm2015/ikilote-json2html.mjs", | ||
"node": "./fesm2015/ikilote-json2html.mjs", | ||
"default": "./fesm2020/ikilote-json2html.mjs" | ||
"default": "./fesm2022/ikilote-json2html.mjs" | ||
} | ||
@@ -49,0 +41,0 @@ }, |
@@ -15,4 +15,4 @@ # json2html | ||
- 0.0.6 : for View Engine | ||
- 0.1.0+ : for Ivy | ||
- 0.0.6 : for View Engine | ||
- 0.1.0+ : for Ivy | ||
@@ -19,0 +19,0 @@ ## Demo |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47703
10
492
1