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 04a3ae8 commit 89563c5Copy full SHA for 89563c5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.4.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.3.0...v0.4.0) (2021-09-07)
4
+
5
6
+### Features
7
8
+* deal with bigint64 ([04a3ae8](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/04a3ae88292d531fe9a36d991fa8fb78a614bc94))
9
10
## [0.3.0](https://www.github.com/cheminfo/arraybuffer-xml-parser/compare/v0.2.0...v0.3.0) (2021-09-06)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-xml-parser",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Parse XML files contained in an array buffer",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments