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 76f36b3 commit d4650f1Copy full SHA for d4650f1
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [2.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v1.0.0...v2.0.0) (2025-11-21)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* migrate to type:module
9
10
+### Features
11
12
+* migrate to type:module ([76f36b3](https://github.com/cheminfo/arraybuffer-xml-parser/commit/76f36b355e4b6756ae63d45e1daa05b60bd292aa))
13
14
## [1.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.1...v1.0.0) (2024-12-03)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "arraybuffer-xml-parser",
- "version": "1.0.0",
+ "version": "2.0.0",
"description": "Parse XML files contained in an array buffer",
"type": "module",
"exports": {
0 commit comments