We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd21bb1 commit 7d889c2Copy full SHA for 7d889c2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.5.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.4.0...v0.5.0) (2021-10-20)
4
+
5
6
+### Features
7
8
+* add tagNameProcessor and attributeNameProcessor ([1ed2965](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/1ed296551d04197609a5d30971d5096db812baa7))
9
10
## [0.4.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.3.0...v0.4.0) (2021-09-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-xml-parser",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Parse XML files contained in an array buffer",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments