Comparing version 0.3.0 to 0.4.0
# Changelog | ||
## v0.4.0 | ||
### Breaking changes | ||
* Node v4 and v9 reached end-of-life and are no longer supported. | ||
## v0.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "saxophone", | ||
"description": "Fast and lightweight event-driven XML parser in pure JavaScript", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": "4 || 6 || 8 || 9" | ||
"node": "6 || 8 || 10" | ||
}, | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"author": { | ||
"name": "Mattéo Delabre ✏️", | ||
"name": "Mattéo Delabre", | ||
"email": "contact@matteodelabre.me", | ||
@@ -49,7 +49,7 @@ "url": "https://github.com/matteodelabre" | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-register": "^6.26.0", | ||
@@ -62,4 +62,4 @@ "benchmark": "^2.1.4", | ||
"lodash.uniq": "^4.5.0", | ||
"nyc": "^11.4.1", | ||
"tap-spec": "^4.1.1", | ||
"nyc": "^13.0.1", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.8.0", | ||
@@ -66,0 +66,0 @@ "webpack": "^3.10.0" |
48046