Comparing version 0.6.1 to 0.7.0
<!-- vim: set spelllang=en : --> | ||
# Changelog | ||
## v0.7.0 | ||
### Breaking changes | ||
* Node v8 and v13 reached end-of-life and are no longer supported. | ||
* Add support for Node v14 and v15. | ||
## v0.6.1 | ||
@@ -49,2 +56,1 @@ | ||
* To improve performance, entities are no longer automatically decoded for every text chunk. Users should call `Saxophone#parseEntities` whenever they actually want to decode entities from a text. | ||
{ | ||
"name": "saxophone", | ||
"description": "Fast and lightweight event-driven XML parser in pure JavaScript", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": "8 || 10 || 12 || 13" | ||
"node": "10 || 12 || 14 || 15" | ||
}, | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"name": "Mattéo Delabre", | ||
"email": "contact@matteodelabre.me", | ||
"email": "spam@delab.re", | ||
"url": "https://github.com/matteodelabre" | ||
@@ -48,14 +48,14 @@ }, | ||
"common-tags": "^1.8.0", | ||
"coveralls": "^3.0.8", | ||
"eslint": "^6.7.0", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.15.0", | ||
"faucet": "0.0.1", | ||
"lodash.uniq": "^4.5.0", | ||
"nyc": "^14.1.1", | ||
"nyc": "^15.1.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.11.0" | ||
"tape": "^5.0.1" | ||
}, | ||
"dependencies": { | ||
"readable-stream": "^3.4.0", | ||
"readable-stream": "^3.6.0", | ||
"string_decoder": "^1.3.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # Saxophone 🎷 | ||
[![npm downloads](https://img.shields.io/npm/dm/saxophone.svg?style=flat-square)](https://www.npmjs.com/package/saxophone) | ||
[![build status](https://img.shields.io/travis/matteodelabre/saxophone.svg?style=flat-square)](https://travis-ci.org/matteodelabre/saxophone) | ||
[![build status](https://img.shields.io/github/workflow/status/matteodelabre/saxophone/test?style=flat-square)](https://github.com/matteodelabre/saxophone/actions) | ||
[![coverage](https://img.shields.io/coveralls/matteodelabre/saxophone.svg?style=flat-square)](https://coveralls.io/github/matteodelabre/saxophone) | ||
@@ -22,3 +22,3 @@ [![dependencies status](http://img.shields.io/david/matteodelabre/saxophone.svg?style=flat-square)](https://david-dm.org/matteodelabre/saxophone) | ||
This library works both in Node.JS ≥6.0 and recent browsers. | ||
This library works both on Node.JS and recent browsers. | ||
To install with `npm`: | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45014
Updatedreadable-stream@^3.6.0