Skip to content

Commit fa8a6ab

Browse files
committed
update dependencies and detail
1 parent 057cd7e commit fa8a6ab

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
3.12.20 / 2019-08-16
2+
* Revert: Fix #167: '>' in attribute value as it is causing high performance degrade.
13
3.12.19 / 2019-07-28
2-
* Fix js to xml parser should work for date values. (broken: `tagValueProcessor` will receive the original value instead of string always)
4+
* Fix js to xml parser should work for date values. (broken: `tagValueProcessor` will receive the original value instead of string always) (breaking change)
35
3.12.18 / 2019-07-27
46
* remove configstore dependency
57
3.12.17 / 2019-07-14

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ With the correct options, you can get the almost original XML without losing any
269269

270270
</details>
271271

272+
### Limitations
273+
Currently FXP fails to parse XML with attributes has ">" in the value. This problem is left open as change in regex for its fix is degrading the performance. And the parser become very slow in case of long attrbute names.
274+
272275
### Worth to mention
273276

274277
- **[BigBit standard)](https://github.com/amitguptagwl/bigbit)** : A standard to reprent any number in the universe in comparitively less space and without precision loss. A standard to save space to represent any text string in comparision of UTF encoding.

lib/parser.js

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/parser.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)