File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Change Log
3
3
4
4
5
+ ## 0.3.1: 2017/07/07
6
+
7
+ https://github.com/imaya/zlib.js/compare/0.3.0...0.3.1
8
+
9
+ ### etc
10
+
11
+ - Distribution files reduction in npm package
12
+ - code cleanup
13
+
14
+
15
+ -------------------------------------------------------------------------------
16
+
17
+
5
18
## 0.3.0: 2017/06/01
6
19
7
20
https://github.com/imaya/zlib.js/compare/0.2.0...0.3.0
@@ -21,6 +34,9 @@ https://github.com/imaya/zlib.js/compare/0.2.0...0.3.0
21
34
- Testing framework: Migate to Karma and mocha from BusterJS
22
35
23
36
37
+ -------------------------------------------------------------------------------
38
+
39
+
24
40
## 0.1.9, 0.2.0: 2014/02/21
25
41
26
42
https://github.com/imaya/zlib.js/compare/0.1.8...0.2.0
Original file line number Diff line number Diff line change 5
5
},
6
6
"name" : " zlibjs" ,
7
7
"description" : " zlib, gzip and zip implementation in JavaScript" ,
8
- "version" : " 0.3.0 " ,
8
+ "version" : " 0.3.1 " ,
9
9
"license" : " MIT" ,
10
10
"main" : " ./bin/node-zlib.js" ,
11
11
"homepage" : " https://github.com/imaya/zlib.js" ,
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >zlib.js</id >
5
- <version >0.3.0 </version >
5
+ <version >0.3.1 </version >
6
6
<title >zlib.js</title >
7
7
<authors >imaya</authors >
8
8
<owners >imaya</owners >
You can’t perform that action at this time.
0 commit comments