-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version number and update changelog
- Loading branch information
1 parent
5e3f4c5
commit 99c9595
Showing
19 changed files
with
1,366 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import default from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import default from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import unwind from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import unwind from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,9 +170,9 @@ | |
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/vue@3/dist/vue.global.js"></script> | ||
<script type="module"> | ||
import Json2csvStreamParser from "//cdn.jsdelivr.net/gh/juanjoDiaz/[email protected].1/dist/cdn/plainjs/StreamParser.js"; | ||
import Json2csvStreamParser from "//cdn.jsdelivr.net/gh/juanjoDiaz/[email protected].2/dist/cdn/plainjs/StreamParser.js"; | ||
window.Json2csvStreamParser = Json2csvStreamParser; | ||
import { flatten, unwind } from "//cdn.jsdelivr.net/gh/juanjoDiaz/[email protected].1/dist/cdn/transforms/index.js"; | ||
import { flatten, unwind } from "//cdn.jsdelivr.net/gh/juanjoDiaz/[email protected].2/dist/cdn/transforms/index.js"; | ||
window.Json2csvTransforms = { flatten, unwind }; | ||
</script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ You can also select a specific version: | |
|
||
```html | ||
<script type="module"> | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].1'; | ||
import Parser from 'https://cdn.jsdelivr.net/npm/@json2csv/[email protected].2'; | ||
</script> | ||
``` | ||
|
||
|
Oops, something went wrong.