Skip to content

Commit

Permalink
bump to version 1.15 - TS compatibleAPI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgit committed May 23, 2023
1 parent 568ecf7 commit 1f460d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const myYaml = convertXML(myXMLString, yamlConverter)
const myAst = createAST(myXMLString)
````

---
### ![TS](https://raw.githubusercontent.com/nirgit/assets/master/simple-xml-to-json/ts_icon_32.png) Typescript compatible
---

## Notes and how to use code
1. The easiest thing to start is to run `node example/example.js` in your terminal and see what happens.
2. There's the `xmlToJson.js` file for convenience. Just pass in the XML as a String.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"homepage": "https://github.com/nirgit/simple-xml-to-json",
"license": "MIT",
"version": "1.1.4",
"version": "1.1.5",
"author": "Nir Moav <getnirm@gmail.com>",
"contributors": [
{
Expand Down

0 comments on commit 1f460d9

Please sign in to comment.