diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b9f26..29162f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.5] - 2020-02-01 +- `iltorb` is now deprecated in favor of `zlib`. + - The `zlib` module has support for brotli compression/decompression APIs starting with [Node.js v10.16.0](https://nodejs.org/dist/latest/docs/api/zlib.html). + ## [2.4.4] - 2019-10-25 ### Added - Support for Node 13 @@ -306,54 +310,55 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [1.0.0] - 2015-10-18 -[2.4.4]: https://github.com/MayhemYDG/iltorb/compare/v2.4.3...v2.4.4 -[2.4.3]: https://github.com/MayhemYDG/iltorb/compare/v2.4.2...v2.4.3 -[2.4.2]: https://github.com/MayhemYDG/iltorb/compare/v2.4.1...v2.4.2 -[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1 -[2.4.0]: https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0 -[2.3.2]: https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2 -[2.3.1]: https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1 -[2.3.0]: https://github.com/MayhemYDG/iltorb/compare/v2.2.0...v2.3.0 -[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0 -[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0 -[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9 -[2.0.8]: https://github.com/MayhemYDG/iltorb/compare/v2.0.7...v2.0.8 -[2.0.7]: https://github.com/MayhemYDG/iltorb/compare/v2.0.6...v2.0.7 -[2.0.6]: https://github.com/MayhemYDG/iltorb/compare/v2.0.5...v2.0.6 -[2.0.5]: https://github.com/MayhemYDG/iltorb/compare/v2.0.4...v2.0.5 -[2.0.4]: https://github.com/MayhemYDG/iltorb/compare/v2.0.3...v2.0.4 -[2.0.3]: https://github.com/MayhemYDG/iltorb/compare/v2.0.2...v2.0.3 -[2.0.2]: https://github.com/MayhemYDG/iltorb/compare/v2.0.1...v2.0.2 -[2.0.1]: https://github.com/MayhemYDG/iltorb/compare/v2.0.0...v2.0.1 -[2.0.0]: https://github.com/MayhemYDG/iltorb/compare/v1.3.10...v2.0.0 -[1.3.10]: https://github.com/MayhemYDG/iltorb/compare/v1.3.9...v1.3.10 -[1.3.9]: https://github.com/MayhemYDG/iltorb/compare/v1.3.8...v1.3.9 -[1.3.8]: https://github.com/MayhemYDG/iltorb/compare/v1.3.7...v1.3.8 -[1.3.7]: https://github.com/MayhemYDG/iltorb/compare/1.3.6...v1.3.7 -[1.3.6]: https://github.com/MayhemYDG/iltorb/compare/1.3.5...1.3.6 -[1.3.5]: https://github.com/MayhemYDG/iltorb/compare/1.3.4...1.3.5 -[1.3.4]: https://github.com/MayhemYDG/iltorb/compare/1.3.3...1.3.4 -[1.3.3]: https://github.com/MayhemYDG/iltorb/compare/1.3.2...1.3.3 -[1.3.2]: https://github.com/MayhemYDG/iltorb/compare/1.3.1...1.3.2 -[1.3.1]: https://github.com/MayhemYDG/iltorb/compare/1.3.0...1.3.1 -[1.3.0]: https://github.com/MayhemYDG/iltorb/compare/1.2.1...1.3.0 -[1.2.1]: https://github.com/MayhemYDG/iltorb/compare/1.2.0...1.2.1 -[1.2.0]: https://github.com/MayhemYDG/iltorb/compare/1.1.0...1.2.0 -[1.1.0]: https://github.com/MayhemYDG/iltorb/compare/1.0.13...1.1.0 -[1.0.13]: https://github.com/MayhemYDG/iltorb/compare/1.0.12...1.0.13 -[1.0.12]: https://github.com/MayhemYDG/iltorb/compare/1.0.11...1.0.12 -[1.0.11]: https://github.com/MayhemYDG/iltorb/compare/1.0.10...1.0.11 -[1.0.10]: https://github.com/MayhemYDG/iltorb/compare/1.0.9...1.0.10 -[1.0.9]: https://github.com/MayhemYDG/iltorb/compare/1.0.8...1.0.9 -[1.0.8]: https://github.com/MayhemYDG/iltorb/compare/1.0.7...1.0.8 -[1.0.7]: https://github.com/MayhemYDG/iltorb/compare/1.0.6...1.0.7 -[1.0.6]: https://github.com/MayhemYDG/iltorb/compare/1.0.5...1.0.6 -[1.0.5]: https://github.com/MayhemYDG/iltorb/compare/1.0.4...1.0.5 -[1.0.4]: https://github.com/MayhemYDG/iltorb/compare/1.0.3...1.0.4 -[1.0.3]: https://github.com/MayhemYDG/iltorb/compare/1.0.2...1.0.3 -[1.0.2]: https://github.com/MayhemYDG/iltorb/compare/1.0.1...1.0.2 -[1.0.1]: https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1 -[1.0.1]: https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0 +[2.4.5]: https://github.com/nstepien/iltorb/compare/v2.4.4...v2.4.5 +[2.4.4]: https://github.com/nstepien/iltorb/compare/v2.4.3...v2.4.4 +[2.4.3]: https://github.com/nstepien/iltorb/compare/v2.4.2...v2.4.3 +[2.4.2]: https://github.com/nstepien/iltorb/compare/v2.4.1...v2.4.2 +[2.4.1]: https://github.com/nstepien/iltorb/compare/v2.4.0...v2.4.1 +[2.4.0]: https://github.com/nstepien/iltorb/compare/v2.3.2...v2.4.0 +[2.3.2]: https://github.com/nstepien/iltorb/compare/v2.3.1...v2.3.2 +[2.3.1]: https://github.com/nstepien/iltorb/compare/v2.3.0...v2.3.1 +[2.3.0]: https://github.com/nstepien/iltorb/compare/v2.2.0...v2.3.0 +[2.2.0]: https://github.com/nstepien/iltorb/compare/v2.1.0...v2.2.0 +[2.1.0]: https://github.com/nstepien/iltorb/compare/v2.0.9...v2.1.0 +[2.0.9]: https://github.com/nstepien/iltorb/compare/v2.0.8...v2.0.9 +[2.0.8]: https://github.com/nstepien/iltorb/compare/v2.0.7...v2.0.8 +[2.0.7]: https://github.com/nstepien/iltorb/compare/v2.0.6...v2.0.7 +[2.0.6]: https://github.com/nstepien/iltorb/compare/v2.0.5...v2.0.6 +[2.0.5]: https://github.com/nstepien/iltorb/compare/v2.0.4...v2.0.5 +[2.0.4]: https://github.com/nstepien/iltorb/compare/v2.0.3...v2.0.4 +[2.0.3]: https://github.com/nstepien/iltorb/compare/v2.0.2...v2.0.3 +[2.0.2]: https://github.com/nstepien/iltorb/compare/v2.0.1...v2.0.2 +[2.0.1]: https://github.com/nstepien/iltorb/compare/v2.0.0...v2.0.1 +[2.0.0]: https://github.com/nstepien/iltorb/compare/v1.3.10...v2.0.0 +[1.3.10]: https://github.com/nstepien/iltorb/compare/v1.3.9...v1.3.10 +[1.3.9]: https://github.com/nstepien/iltorb/compare/v1.3.8...v1.3.9 +[1.3.8]: https://github.com/nstepien/iltorb/compare/v1.3.7...v1.3.8 +[1.3.7]: https://github.com/nstepien/iltorb/compare/1.3.6...v1.3.7 +[1.3.6]: https://github.com/nstepien/iltorb/compare/1.3.5...1.3.6 +[1.3.5]: https://github.com/nstepien/iltorb/compare/1.3.4...1.3.5 +[1.3.4]: https://github.com/nstepien/iltorb/compare/1.3.3...1.3.4 +[1.3.3]: https://github.com/nstepien/iltorb/compare/1.3.2...1.3.3 +[1.3.2]: https://github.com/nstepien/iltorb/compare/1.3.1...1.3.2 +[1.3.1]: https://github.com/nstepien/iltorb/compare/1.3.0...1.3.1 +[1.3.0]: https://github.com/nstepien/iltorb/compare/1.2.1...1.3.0 +[1.2.1]: https://github.com/nstepien/iltorb/compare/1.2.0...1.2.1 +[1.2.0]: https://github.com/nstepien/iltorb/compare/1.1.0...1.2.0 +[1.1.0]: https://github.com/nstepien/iltorb/compare/1.0.13...1.1.0 +[1.0.13]: https://github.com/nstepien/iltorb/compare/1.0.12...1.0.13 +[1.0.12]: https://github.com/nstepien/iltorb/compare/1.0.11...1.0.12 +[1.0.11]: https://github.com/nstepien/iltorb/compare/1.0.10...1.0.11 +[1.0.10]: https://github.com/nstepien/iltorb/compare/1.0.9...1.0.10 +[1.0.9]: https://github.com/nstepien/iltorb/compare/1.0.8...1.0.9 +[1.0.8]: https://github.com/nstepien/iltorb/compare/1.0.7...1.0.8 +[1.0.7]: https://github.com/nstepien/iltorb/compare/1.0.6...1.0.7 +[1.0.6]: https://github.com/nstepien/iltorb/compare/1.0.5...1.0.6 +[1.0.5]: https://github.com/nstepien/iltorb/compare/1.0.4...1.0.5 +[1.0.4]: https://github.com/nstepien/iltorb/compare/1.0.3...1.0.4 +[1.0.3]: https://github.com/nstepien/iltorb/compare/1.0.2...1.0.3 +[1.0.2]: https://github.com/nstepien/iltorb/compare/1.0.1...1.0.2 +[1.0.1]: https://github.com/nstepien/iltorb/compare/1.0.0...1.0.1 +[1.0.1]: https://github.com/nstepien/iltorb/releases/tag/1.0.0 [v1.0.7]: https://github.com/google/brotli/releases/tag/v1.0.7 [v1.0.5]: https://github.com/google/brotli/releases/tag/v1.0.5 diff --git a/README.md b/README.md index 48f31e0..6a627e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm install iltorb ### Prerequisites for Building -The following is required to build from source or when a [pre-compiled binary](https://github.com/MayhemYDG/iltorb/releases) does not exist. +The following is required to build from source or when a [pre-compiled binary](https://github.com/nstepien/iltorb/releases) does not exist. - Python 2.7 - GCC 4.8+ (Unix) or [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) (Windows), see [Node Building tools](https://github.com/nodejs/node-gyp#installation). @@ -165,9 +165,9 @@ const brotliEncodeParams = { [npm-badge]: https://img.shields.io/npm/v/iltorb.svg [npm-url]: https://www.npmjs.com/package/iltorb -[travis-badge]: https://img.shields.io/travis/MayhemYDG/iltorb.svg -[travis-url]: https://travis-ci.org/MayhemYDG/iltorb -[appveyor-badge]: https://ci.appveyor.com/api/projects/status/ysib4o1bfey84lqk/branch/master?svg=true +[travis-badge]: https://img.shields.io/travis/nstepien/iltorb.svg +[travis-url]: https://travis-ci.org/nstepien/iltorb +[appveyor-badge]: https://ci.appveyor.com/api/projects/status/5x96vn5561bixics/branch/master?svg=true [appveyor-url]: https://ci.appveyor.com/project/MayhemYDG/iltorb -[circleci-badge]: https://circleci.com/gh/MayhemYDG/iltorb/tree/master.svg?style=shield -[circleci-url]: https://circleci.com/gh/MayhemYDG/iltorb/tree/master +[circleci-badge]: https://circleci.com/gh/nstepien/iltorb/tree/master.svg?style=shield +[circleci-url]: https://circleci.com/gh/nstepien/iltorb/tree/master diff --git a/package.json b/package.json index d3646d7..bf97ad7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "iltorb", - "version": "2.4.4", + "version": "2.4.5", "description": "Brotli compression/decompression with native bindings", - "homepage": "https://github.com/MayhemYDG/iltorb", - "bugs": "https://github.com/MayhemYDG/iltorb/issues", + "homepage": "https://github.com/nstepien/iltorb", + "bugs": "https://github.com/nstepien/iltorb/issues", "repository": { "type": "git", - "url": "git://github.com/MayhemYDG/iltorb.git" + "url": "git://github.com/nstepien/iltorb.git" }, "main": "index.js", "keywords": [ @@ -38,17 +38,17 @@ "detect-libc": "^1.0.3", "nan": "^2.14.0", "npmlog": "^4.1.2", - "prebuild-install": "^5.3.2", + "prebuild-install": "^5.3.3", "which-pm-runs": "^1.0.0" }, "devDependencies": { "ava": "^2.4.0", - "cross-env": "^6.0.3", + "cross-env": "^7.0.0", "cross-spawn": "^7.0.1", - "node-abi": "^2.12.0", - "node-gyp": "^6.0.0", + "node-abi": "^2.13.0", + "node-gyp": "^6.1.0", "npm-run-path-compat": "^2.0.3", - "prebuild": "^9.1.1" + "prebuild": "^10.0.0" }, "scripts": { "install": "node ./scripts/install.js || node-gyp rebuild", @@ -62,7 +62,7 @@ "module_name": "iltorb", "module_path": "./build/bindings", "remote_path": "v{version}", - "host": "https://github.com/MayhemYDG/iltorb/releases/download/" + "host": "https://github.com/nstepien/iltorb/releases/download/" }, "license": "MIT" }