Vitaly Puzrin
8e73b4f069
Added example with sending utf-8 data
2016-08-25 02:18:21 +03:00
Vitaly Puzrin
728979dd0f
Added object compression example, closes #85
2016-08-24 23:41:08 +03:00
Vitaly Puzrin
653c0b00d8
1.0.3 released
2016-07-25 22:40:34 +03:00
Vitaly Puzrin
a3ef715c35
Browser files rebuild
2016-07-25 22:40:11 +03:00
Vitaly Puzrin
d53e2219e3
1.0.2 released
2016-07-21 23:25:23 +03:00
Vitaly Puzrin
5cd899a6f3
Browser files rebuild
2016-07-21 23:24:46 +03:00
Vitaly Puzrin
93d2f86dce
changelog update
2016-07-21 23:21:53 +03:00
Kirill Efimov
a70b86c8c7
Fix test compatibility with old nodes
2016-07-21 15:13:46 +03:00
Kirill Efimov
4a07e05823
Fixed wrong offset for d_buf
( closes #78 )
2016-07-21 14:45:54 +03:00
Vitaly Puzrin
9790b3cb64
Merge pull request #79 from thenickdude/master
...
Support non-bash shells in "make browserify"
2016-07-21 11:56:11 +04:00
Nicholas Sherlock
585aea34e0
Support non-bash shells in "make browserify"
...
This fixes "-n" to do what it's supposed to do instead of printing a literal "-n" to the file in OS X.
http://stackoverflow.com/a/25840639/14431
2016-07-21 19:51:35 +12:00
Vitaly Puzrin
78603f42fc
1.0.1 released
2016-04-01 17:25:20 +03:00
Vitaly Puzrin
c5222ac756
Browser files rebuild
2016-04-01 17:25:08 +03:00
Vitaly Puzrin
d884686332
minor code cleanup
2016-03-31 06:26:10 +03:00
Vitaly Puzrin
b40c7cd0ab
Merge pull request #77 from dignifiedquire/dict
...
Implement dictionary handling
2016-03-31 06:55:18 +04:00
dignifiedquire
ffaf7c8252
Implement dictionary handling.
...
This adds the methods
- `deflateSetDictionary`
- `inflateSetDictionary`
as well as calling `setDictionary` at the right point when passing
the a `dictionary` option to one of
- `pako.deflate`
- `new pako.Deflate`
- `pako.inflate`
- `new pako.Inflate`
2016-03-30 15:44:16 -04:00
Vitaly Puzrin
9c82f8001e
Merge pull request #74 from alippai/patch-1
...
Update license range
2016-03-16 12:28:05 +03:00
Ádám Lippai
984f2721ed
Update license range
2016-02-23 17:12:49 +01:00
Vitaly Puzrin
c3cf4566da
1.0.0 released
2016-02-17 12:09:06 +03:00
Vitaly Puzrin
a25bfa041a
browser files rebuild
2016-02-17 12:02:05 +03:00
Vitaly Puzrin
02af90ea69
npm published files list config update
2016-02-17 11:40:15 +03:00
Vitaly Puzrin
10ecbab0be
Docs update, close #37
2016-02-17 11:36:01 +03:00
Vitaly Puzrin
8436aa863e
changelog rename & update
2016-02-17 11:17:12 +03:00
Vitaly Puzrin
2b3ad4b5d4
Disable IE6/7 tests - unstable at saucelabs
2016-02-17 11:14:13 +03:00
Vitaly Puzrin
50cd07afc4
Remove .js
extention in require() use. Close #71
2016-02-17 10:48:46 +03:00
Vitaly Puzrin
99a2e4efdc
Allow create Deflate/Inflate instances without new
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
500bc5d042
Coding Style & eslint rules update
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
7385ffd8da
Merge pull request #67 from xmikus01/patch-1
...
Typo in README.md
2015-10-07 22:48:44 +03:00
Petr Mikusek
0748c24c72
Typo in README.md
2015-10-07 21:45:16 +02:00
Vitaly Puzrin
0281467179
Merge pull request #66 from xmikus01/patch-1
...
Fix typo s/alrorythm/algorithm/
2015-10-04 01:06:45 +03:00
Petr Mikusek
c52b517d92
Fix typo s/alrorythm/algorithm/
2015-10-03 23:44:37 +02:00
Vitaly Puzrin
08c5cfb4fe
0.2.8 released
2015-09-14 15:16:43 +03:00
Vitaly Puzrin
26ebc2d048
Browser files rebuild
2015-09-14 15:16:17 +03:00
Vitaly Puzrin
5f728b177d
code/comments cleanup
2015-09-14 15:01:53 +03:00
nik
2c504a0865
fix inflate wrapper check condition, issue #65
2015-09-14 14:46:53 +03:00
Vitaly Puzrin
2bef4935c7
rename window -> s_window, close #60
2015-09-13 14:23:40 +03:00
Vitaly Puzrin
3d02fb105c
Added IE6 testing
2015-09-13 03:23:03 +03:00
Vitaly Puzrin
705b072edf
Increased timeouts to pass IE 7/8 tests
2015-09-13 03:06:04 +03:00
Vitaly Puzrin
6fa3101b48
Pinned mocha version for compatibility with old IEs
2015-09-13 02:57:37 +03:00
Vitaly Puzrin
8070869d8c
0.2.7 released
2015-06-09 22:57:26 +03:00
Vitaly Puzrin
54a8b34cd9
Browser files rebuild
2015-06-09 22:56:43 +03:00
Vitaly Puzrin
e77b84ea95
Merge pull request #57 from TinoLange/flushfix
...
Patch: pako and Z_SYNC_FLUSH
2015-06-09 22:53:23 +03:00
Tino Lange
0d64e15c82
- high-level wrapper: add documentation for recently introduced Z_SYNC_FLUSH
2015-06-09 21:07:48 +02:00
Tino Lange
a75010e2cc
- high-level wrapper: make {in,de}flate.push(data, Z_SYNC_FLUSH) working
...
(will fix issue #34 )
2015-06-09 20:38:12 +02:00
Vitaly Puzrin
ddaf928aec
Typo fix, closes #52
2015-04-13 17:39:20 +03:00
Vitaly Puzrin
cf7da48212
Use docker container for travis tests
2015-03-24 05:31:47 +03:00
Vitaly Puzrin
cff11fc91b
Replaced jshint with eslint & updated CS
2015-03-24 05:28:20 +03:00
Vitaly Puzrin
4ace00c10b
0.2.6 released
2015-03-24 04:44:11 +03:00
Vitaly Puzrin
fae8ad56d0
Browser files rebuild
2015-03-24 04:42:12 +03:00
Vitaly Puzrin
c6f03f4522
Allow ArrayBuffer input, closes #49
2015-03-24 03:46:30 +03:00