|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
| 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 | + |
5 | 9 | ## [2.4.4] - 2019-10-25 |
6 | 10 | ### Added |
7 | 11 | - Support for Node 13 |
@@ -306,54 +310,55 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p |
306 | 310 |
|
307 | 311 | ## [1.0.0] - 2015-10-18 |
308 | 312 |
|
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 |
357 | 362 |
|
358 | 363 | [v1.0.7]: https://github.com/google/brotli/releases/tag/v1.0.7 |
359 | 364 | [v1.0.5]: https://github.com/google/brotli/releases/tag/v1.0.5 |
|
0 commit comments