Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Feb 26, 2023
1 parent a4bdced commit 292fb78
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

**4.1.3 / 2023-02-26**
* fix #546: Support complex entity value

**4.1.2 / 2023-02-12**
* Security Fix

**4.1.1 / 2023-02-03**
* Fix #540: ignoreAttributes breaks unpairedTags
* Refactor XML builder code
Expand Down
2 changes: 1 addition & 1 deletion lib/fxp.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxp.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxparser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxparser.min.js.map

Large diffs are not rendered by default.

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
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
"version": "4.1.2",
"version": "4.1.3",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
"main": "./src/fxp.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion spec/entities_spec.js
Expand Up @@ -533,7 +533,7 @@ describe("XMLParser External Entites", function() {
expect(result).toEqual(expected);
});

fit("should support entites with tags in content", function() {
it("should support entites with tags in content", function() {
const xmlData = `
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
Expand Down

0 comments on commit 292fb78

Please sign in to comment.