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 +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
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.4.1] - 2018-10-31
6+ ### Added
7+ - Support for Node 11
8+
9+ ### Fixed
10+ - Fixed ` Module did not self-register ` errors, happening when ` require() ` -ing iltorb multiple times, with worker threads for example. #78
11+
12+ ### Changed
13+ - Updated brotli from [ v1.0.5] to [ v1.0.7]
14+
515## [ 2.4.0] - 2018-07-31
616### Changed
717- Updated brotli from [ v1.0.4] to [ v1.0.5]
@@ -278,6 +288,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
278288
279289## [ 1.0.0] - 2015-10-18
280290
291+ [ 2.4.1 ] : https://github.com/MayhemYDG/iltorb/compare/v2.4.0...v2.4.1
281292[ 2.4.0 ] : https://github.com/MayhemYDG/iltorb/compare/v2.3.2...v2.4.0
282293[ 2.3.2 ] : https://github.com/MayhemYDG/iltorb/compare/v2.3.1...v2.3.2
283294[ 2.3.1 ] : https://github.com/MayhemYDG/iltorb/compare/v2.3.0...v2.3.1
@@ -323,6 +334,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
323334[ 1.0.1 ] : https://github.com/MayhemYDG/iltorb/compare/1.0.0...1.0.1
324335[ 1.0.1 ] : https://github.com/MayhemYDG/iltorb/releases/tag/1.0.0
325336
337+ [ v1.0.7 ] : https://github.com/google/brotli/releases/tag/v1.0.7
326338[ v1.0.5 ] : https://github.com/google/brotli/releases/tag/v1.0.5
327339[ v1.0.4 ] : https://github.com/google/brotli/releases/tag/v1.0.4
328340[ v1.0.3 ] : https://github.com/google/brotli/releases/tag/v1.0.3
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ artifacts:
2727install :
2828 - cmd : git submodule update --init --recursive
2929 - ps : Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
30- - cmd : set PATH=%APPDATA%\npm;%PATH%
3130 - ps : >
3231 npm config set progress false
3332 npm config set spin false
Original file line number Diff line number Diff line change 11{
22 "name" : " iltorb" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
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