Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit 01907fe

Browse files
authored
Bump to v2.4.5 (#109)
* Update packages, deprecate package * bump package.json * update links * update appveyor badge
1 parent 4455453 commit 01907fe

File tree

3 files changed

+69
-64
lines changed

3 files changed

+69
-64
lines changed

CHANGELOG.md

Lines changed: 53 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.4.5] - 2020-02-01
6+
- `iltorb` is now deprecated in favor of `zlib`.
7+
- 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).
8+
59
## [2.4.4] - 2019-10-25
610
### Added
711
- Support for Node 13
@@ -306,54 +310,55 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
306310

307311
## [1.0.0] - 2015-10-18
308312

309-
[2.4.4]: https://github.com/MayhemYDG/iltorb/compare/v2.4.3...v2.4.4
310-
[2.4.3]: https://github.com/MayhemYDG/iltorb/compare/v2.4.2...v2.4.3
311-
[2.4.2]: https://github.com/MayhemYDG/iltorb/compare/v2.4.1...v2.4.2
312-
[2.4.1]: https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1
313-
[2.4.0]: https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0
314-
[2.3.2]: https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2
315-
[2.3.1]: https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1
316-
[2.3.0]: https://github.com/MayhemYDG/iltorb/compare/v2.2.0...v2.3.0
317-
[2.2.0]: https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
318-
[2.1.0]: https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0
319-
[2.0.9]: https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9
320-
[2.0.8]: https://github.com/MayhemYDG/iltorb/compare/v2.0.7...v2.0.8
321-
[2.0.7]: https://github.com/MayhemYDG/iltorb/compare/v2.0.6...v2.0.7
322-
[2.0.6]: https://github.com/MayhemYDG/iltorb/compare/v2.0.5...v2.0.6
323-
[2.0.5]: https://github.com/MayhemYDG/iltorb/compare/v2.0.4...v2.0.5
324-
[2.0.4]: https://github.com/MayhemYDG/iltorb/compare/v2.0.3...v2.0.4
325-
[2.0.3]: https://github.com/MayhemYDG/iltorb/compare/v2.0.2...v2.0.3
326-
[2.0.2]: https://github.com/MayhemYDG/iltorb/compare/v2.0.1...v2.0.2
327-
[2.0.1]: https://github.com/MayhemYDG/iltorb/compare/v2.0.0...v2.0.1
328-
[2.0.0]: https://github.com/MayhemYDG/iltorb/compare/v1.3.10...v2.0.0
329-
[1.3.10]: https://github.com/MayhemYDG/iltorb/compare/v1.3.9...v1.3.10
330-
[1.3.9]: https://github.com/MayhemYDG/iltorb/compare/v1.3.8...v1.3.9
331-
[1.3.8]: https://github.com/MayhemYDG/iltorb/compare/v1.3.7...v1.3.8
332-
[1.3.7]: https://github.com/MayhemYDG/iltorb/compare/1.3.6...v1.3.7
333-
[1.3.6]: https://github.com/MayhemYDG/iltorb/compare/1.3.5...1.3.6
334-
[1.3.5]: https://github.com/MayhemYDG/iltorb/compare/1.3.4...1.3.5
335-
[1.3.4]: https://github.com/MayhemYDG/iltorb/compare/1.3.3...1.3.4
336-
[1.3.3]: https://github.com/MayhemYDG/iltorb/compare/1.3.2...1.3.3
337-
[1.3.2]: https://github.com/MayhemYDG/iltorb/compare/1.3.1...1.3.2
338-
[1.3.1]: https://github.com/MayhemYDG/iltorb/compare/1.3.0...1.3.1
339-
[1.3.0]: https://github.com/MayhemYDG/iltorb/compare/1.2.1...1.3.0
340-
[1.2.1]: https://github.com/MayhemYDG/iltorb/compare/1.2.0...1.2.1
341-
[1.2.0]: https://github.com/MayhemYDG/iltorb/compare/1.1.0...1.2.0
342-
[1.1.0]: https://github.com/MayhemYDG/iltorb/compare/1.0.13...1.1.0
343-
[1.0.13]: https://github.com/MayhemYDG/iltorb/compare/1.0.12...1.0.13
344-
[1.0.12]: https://github.com/MayhemYDG/iltorb/compare/1.0.11...1.0.12
345-
[1.0.11]: https://github.com/MayhemYDG/iltorb/compare/1.0.10...1.0.11
346-
[1.0.10]: https://github.com/MayhemYDG/iltorb/compare/1.0.9...1.0.10
347-
[1.0.9]: https://github.com/MayhemYDG/iltorb/compare/1.0.8...1.0.9
348-
[1.0.8]: https://github.com/MayhemYDG/iltorb/compare/1.0.7...1.0.8
349-
[1.0.7]: https://github.com/MayhemYDG/iltorb/compare/1.0.6...1.0.7
350-
[1.0.6]: https://github.com/MayhemYDG/iltorb/compare/1.0.5...1.0.6
351-
[1.0.5]: https://github.com/MayhemYDG/iltorb/compare/1.0.4...1.0.5
352-
[1.0.4]: https://github.com/MayhemYDG/iltorb/compare/1.0.3...1.0.4
353-
[1.0.3]: https://github.com/MayhemYDG/iltorb/compare/1.0.2...1.0.3
354-
[1.0.2]: https://github.com/MayhemYDG/iltorb/compare/1.0.1...1.0.2
355-
[1.0.1]: https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1
356-
[1.0.1]: https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0
313+
[2.4.5]: https://github.com/nstepien/iltorb/compare/v2.4.4...v2.4.5
314+
[2.4.4]: https://github.com/nstepien/iltorb/compare/v2.4.3...v2.4.4
315+
[2.4.3]: https://github.com/nstepien/iltorb/compare/v2.4.2...v2.4.3
316+
[2.4.2]: https://github.com/nstepien/iltorb/compare/v2.4.1...v2.4.2
317+
[2.4.1]: https://github.com/nstepien/iltorb/compare/v2.4.0...v2.4.1
318+
[2.4.0]: https://github.com/nstepien/iltorb/compare/v2.3.2...v2.4.0
319+
[2.3.2]: https://github.com/nstepien/iltorb/compare/v2.3.1...v2.3.2
320+
[2.3.1]: https://github.com/nstepien/iltorb/compare/v2.3.0...v2.3.1
321+
[2.3.0]: https://github.com/nstepien/iltorb/compare/v2.2.0...v2.3.0
322+
[2.2.0]: https://github.com/nstepien/iltorb/compare/v2.1.0...v2.2.0
323+
[2.1.0]: https://github.com/nstepien/iltorb/compare/v2.0.9...v2.1.0
324+
[2.0.9]: https://github.com/nstepien/iltorb/compare/v2.0.8...v2.0.9
325+
[2.0.8]: https://github.com/nstepien/iltorb/compare/v2.0.7...v2.0.8
326+
[2.0.7]: https://github.com/nstepien/iltorb/compare/v2.0.6...v2.0.7
327+
[2.0.6]: https://github.com/nstepien/iltorb/compare/v2.0.5...v2.0.6
328+
[2.0.5]: https://github.com/nstepien/iltorb/compare/v2.0.4...v2.0.5
329+
[2.0.4]: https://github.com/nstepien/iltorb/compare/v2.0.3...v2.0.4
330+
[2.0.3]: https://github.com/nstepien/iltorb/compare/v2.0.2...v2.0.3
331+
[2.0.2]: https://github.com/nstepien/iltorb/compare/v2.0.1...v2.0.2
332+
[2.0.1]: https://github.com/nstepien/iltorb/compare/v2.0.0...v2.0.1
333+
[2.0.0]: https://github.com/nstepien/iltorb/compare/v1.3.10...v2.0.0
334+
[1.3.10]: https://github.com/nstepien/iltorb/compare/v1.3.9...v1.3.10
335+
[1.3.9]: https://github.com/nstepien/iltorb/compare/v1.3.8...v1.3.9
336+
[1.3.8]: https://github.com/nstepien/iltorb/compare/v1.3.7...v1.3.8
337+
[1.3.7]: https://github.com/nstepien/iltorb/compare/1.3.6...v1.3.7
338+
[1.3.6]: https://github.com/nstepien/iltorb/compare/1.3.5...1.3.6
339+
[1.3.5]: https://github.com/nstepien/iltorb/compare/1.3.4...1.3.5
340+
[1.3.4]: https://github.com/nstepien/iltorb/compare/1.3.3...1.3.4
341+
[1.3.3]: https://github.com/nstepien/iltorb/compare/1.3.2...1.3.3
342+
[1.3.2]: https://github.com/nstepien/iltorb/compare/1.3.1...1.3.2
343+
[1.3.1]: https://github.com/nstepien/iltorb/compare/1.3.0...1.3.1
344+
[1.3.0]: https://github.com/nstepien/iltorb/compare/1.2.1...1.3.0
345+
[1.2.1]: https://github.com/nstepien/iltorb/compare/1.2.0...1.2.1
346+
[1.2.0]: https://github.com/nstepien/iltorb/compare/1.1.0...1.2.0
347+
[1.1.0]: https://github.com/nstepien/iltorb/compare/1.0.13...1.1.0
348+
[1.0.13]: https://github.com/nstepien/iltorb/compare/1.0.12...1.0.13
349+
[1.0.12]: https://github.com/nstepien/iltorb/compare/1.0.11...1.0.12
350+
[1.0.11]: https://github.com/nstepien/iltorb/compare/1.0.10...1.0.11
351+
[1.0.10]: https://github.com/nstepien/iltorb/compare/1.0.9...1.0.10
352+
[1.0.9]: https://github.com/nstepien/iltorb/compare/1.0.8...1.0.9
353+
[1.0.8]: https://github.com/nstepien/iltorb/compare/1.0.7...1.0.8
354+
[1.0.7]: https://github.com/nstepien/iltorb/compare/1.0.6...1.0.7
355+
[1.0.6]: https://github.com/nstepien/iltorb/compare/1.0.5...1.0.6
356+
[1.0.5]: https://github.com/nstepien/iltorb/compare/1.0.4...1.0.5
357+
[1.0.4]: https://github.com/nstepien/iltorb/compare/1.0.3...1.0.4
358+
[1.0.3]: https://github.com/nstepien/iltorb/compare/1.0.2...1.0.3
359+
[1.0.2]: https://github.com/nstepien/iltorb/compare/1.0.1...1.0.2
360+
[1.0.1]: https://github.com/nstepien/iltorb/compare/1.0.0...1.0.1
361+
[1.0.1]: https://github.com/nstepien/iltorb/releases/tag/1.0.0
357362

358363
[v1.0.7]: https://github.com/google/brotli/releases/tag/v1.0.7
359364
[v1.0.5]: https://github.com/google/brotli/releases/tag/v1.0.5

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm install iltorb
1717

1818
### Prerequisites for Building
1919

20-
The following is required to build from source or when a [pre-compiled binary](https://github.com/MayhemYDG/iltorb/releases) does not exist.
20+
The following is required to build from source or when a [pre-compiled binary](https://github.com/nstepien/iltorb/releases) does not exist.
2121

2222
- Python 2.7
2323
- 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 = {
165165

166166
[npm-badge]: https://img.shields.io/npm/v/iltorb.svg
167167
[npm-url]: https://www.npmjs.com/package/iltorb
168-
[travis-badge]: https://img.shields.io/travis/MayhemYDG/iltorb.svg
169-
[travis-url]: https://travis-ci.org/MayhemYDG/iltorb
170-
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/ysib4o1bfey84lqk/branch/master?svg=true
168+
[travis-badge]: https://img.shields.io/travis/nstepien/iltorb.svg
169+
[travis-url]: https://travis-ci.org/nstepien/iltorb
170+
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/5x96vn5561bixics/branch/master?svg=true
171171
[appveyor-url]: https://ci.appveyor.com/project/MayhemYDG/iltorb
172-
[circleci-badge]: https://circleci.com/gh/MayhemYDG/iltorb/tree/master.svg?style=shield
173-
[circleci-url]: https://circleci.com/gh/MayhemYDG/iltorb/tree/master
172+
[circleci-badge]: https://circleci.com/gh/nstepien/iltorb/tree/master.svg?style=shield
173+
[circleci-url]: https://circleci.com/gh/nstepien/iltorb/tree/master

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "iltorb",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "Brotli compression/decompression with native bindings",
5-
"homepage": "https://github.com/MayhemYDG/iltorb",
6-
"bugs": "https://github.com/MayhemYDG/iltorb/issues",
5+
"homepage": "https://github.com/nstepien/iltorb",
6+
"bugs": "https://github.com/nstepien/iltorb/issues",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/MayhemYDG/iltorb.git"
9+
"url": "git://github.com/nstepien/iltorb.git"
1010
},
1111
"main": "index.js",
1212
"keywords": [
@@ -38,17 +38,17 @@
3838
"detect-libc": "^1.0.3",
3939
"nan": "^2.14.0",
4040
"npmlog": "^4.1.2",
41-
"prebuild-install": "^5.3.2",
41+
"prebuild-install": "^5.3.3",
4242
"which-pm-runs": "^1.0.0"
4343
},
4444
"devDependencies": {
4545
"ava": "^2.4.0",
46-
"cross-env": "^6.0.3",
46+
"cross-env": "^7.0.0",
4747
"cross-spawn": "^7.0.1",
48-
"node-abi": "^2.12.0",
49-
"node-gyp": "^6.0.0",
48+
"node-abi": "^2.13.0",
49+
"node-gyp": "^6.1.0",
5050
"npm-run-path-compat": "^2.0.3",
51-
"prebuild": "^9.1.1"
51+
"prebuild": "^10.0.0"
5252
},
5353
"scripts": {
5454
"install": "node ./scripts/install.js || node-gyp rebuild",
@@ -62,7 +62,7 @@
6262
"module_name": "iltorb",
6363
"module_path": "./build/bindings",
6464
"remote_path": "v{version}",
65-
"host": "https://github.com/MayhemYDG/iltorb/releases/download/"
65+
"host": "https://github.com/nstepien/iltorb/releases/download/"
6666
},
6767
"license": "MIT"
6868
}

0 commit comments

Comments
 (0)