This repository was archived by the owner on Jun 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.2.0] - 2018-03-30
56### Changed
67- Updated brotli from [ v1.0.3] to [ v1.0.4]
78
@@ -253,6 +254,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
253254
254255## [ 1.0.0] - 2015-10-18
255256
257+ [ 2.2.0 ] : https://github.com/MayhemYDG/iltorb/compare/v2.1.0...v2.2.0
256258[ 2.1.0 ] : https://github.com/MayhemYDG/iltorb/compare/v2.0.9...v2.1.0
257259[ 2.0.9 ] : https://github.com/MayhemYDG/iltorb/compare/v2.0.8...v2.0.9
258260[ 2.0.8 ] : https://github.com/MayhemYDG/iltorb/compare/v2.0.7...v2.0.8
@@ -293,7 +295,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
293295[ 1.0.1 ] : https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1
294296[ 1.0.1 ] : https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0
295297
296- [ v1.0.4 ] : https://github.com/google/brotli/releases/tag/ v1.0.4
298+ [ v1.0.4 ] : https://github.com/google/brotli/compare/ v1.0.3...c6333e1e79fb62ea088443f192293f964409b04e
297299[ v1.0.3 ] : https://github.com/google/brotli/releases/tag/v1.0.3
298300[ v1.0.2 ] : https://github.com/google/brotli/releases/tag/v1.0.2
299301[ v1.0.1 ] : https://github.com/google/brotli/releases/tag/v1.0.1
Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ fs.createReadStream('path/to/input')
103103### brotliEncodeParams
104104
105105The ` compress ` , ` compressSync ` and ` compressStream ` methods may accept an optional ` brotliEncodeParams ` object to define some or all of brotli's compression parameters:
106- - [ type definition] ( https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba /c/enc/params.h#L30-L42 )
107- - [ defaults] ( https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba /c/enc/encode.c#L706-L720 )
108- - [ explanations] ( https://github.com/google/brotli/blob/0f3c84e7458d2ef91a29fdf269e8ad016ae694ba /c/include/brotli/encode.h#L133-L205 )
106+ - [ type definition] ( https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e /c/enc/params.h#L30-L42 )
107+ - [ defaults] ( https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e /c/enc/encode.c#L706-L720 )
108+ - [ explanations] ( https://github.com/google/brotli/blob/c6333e1e79fb62ea088443f192293f964409b04e /c/include/brotli/encode.h#L133-L205 )
109109
110110``` javascript
111111const brotliEncodeParams = {
Original file line number Diff line number Diff line change 11{
22 "name" : " iltorb" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Brotli compression/decompression with native bindings" ,
55 "homepage" : " https://github.com/MayhemYDG/iltorb" ,
66 "bugs" : " https://github.com/MayhemYDG/iltorb/issues" ,
You can’t perform that action at this time.
0 commit comments