Vitaly Puzrin
b4d9a94488
Added esm build, #97
2020-11-17 10:01:22 +03:00
Vitaly Puzrin
ab9b7fecde
Update benchmarks info, close #112
2020-11-13 20:25:28 +03:00
Vitaly Puzrin
677ba487ed
Move hasher to separate function
2020-11-12 22:45:21 +03:00
Vitaly Puzrin
5638105893
Moved exported constants to .constants
.
2020-11-12 15:49:20 +03:00
Vitaly Puzrin
cb6d67d157
Rewrite top level wrappers
2020-11-11 18:28:18 +03:00
Vitaly Puzrin
ec116f6f40
Inflate: use max window size by default, #174
2020-11-09 19:24:26 +03:00
Vitaly Puzrin
4e8ff8e74a
Revert #57 , close #196
2020-11-09 00:49:24 +03:00
Vitaly Puzrin
505e36d9f0
Move to es6
2020-11-08 22:23:56 +03:00
Vitaly Puzrin
f681f66fd3
Tweak benchmarks
2020-11-08 02:21:47 +03:00
Vitaly Puzrin
6607dbc18a
Cleanup example
2020-11-07 22:57:35 +03:00
Vitaly Puzrin
9f5e7dcefc
Cleanup tests
2020-11-07 21:00:55 +03:00
Vitaly Puzrin
f5c3c29848
Removed Array
support
2020-11-07 19:52:58 +03:00
Vitaly Puzrin
23563dfae9
Removed binary strings support
2020-11-07 17:42:50 +03:00
Vitaly Puzrin
9c91d1b852
Removed support of Inflate
& Deflate
instance create without new
2020-11-07 16:08:10 +03:00
Vitaly Puzrin
d1f036d2c2
Drop mocha.opts
2020-11-07 15:28:34 +03:00
Vitaly Puzrin
bba67326f7
Remove outdated test to cleanup coverage report
...
- uglify-js not used anymore
2020-11-07 15:24:52 +03:00
Vitaly Puzrin
1f73088efa
Drop Makefile
2020-11-07 15:18:22 +03:00
Vitaly Puzrin
2613521920
Automate doc publish
2020-11-07 15:17:39 +03:00
Vitaly Puzrin
5b28b9ad26
browserify => rollup.js
2020-11-07 14:38:44 +03:00
Vitaly Puzrin
2cfc22b817
Drop bower.json
2020-11-07 13:36:44 +03:00
Vitaly Puzrin
a7257c3aea
eslint: move ignore patterns to main config
2020-11-07 13:33:01 +03:00
Vitaly Puzrin
89b5e653fa
Drop orphaned tests
2020-11-07 13:15:08 +03:00
Vitaly Puzrin
a547a41e92
istanbul => nyc
2020-11-07 13:08:00 +03:00
Vitaly Puzrin
97a1085729
Dev deps bump
2020-11-07 12:52:20 +03:00
Vitaly Puzrin
a51fc3671e
Move benchmark deps to separate place & create usage memo
2020-11-07 10:36:55 +03:00
Vitaly Puzrin
56e68c75dc
Pin node.js version to fix zlib tests
2020-09-14 14:16:17 +03:00
Vitaly Puzrin
c715679bfd
reaadme cleanup
2020-03-16 16:03:33 +03:00
Vitaly Puzrin
a718e4f6e5
1.0.11 released
2020-01-29 10:41:31 +03:00
Vitaly Puzrin
83a6096965
Browser files rebuild
2020-01-29 10:40:52 +03:00
Vitaly Puzrin
d8f85b39d5
Travis-CI: node version bump
2020-01-29 10:38:11 +03:00
Vitaly Puzrin
2fa56efc8f
Fix tests in node 12+, close #179
2020-01-29 10:32:21 +03:00
Vitaly Puzrin
4210cf2667
readme: update titelift info
2019-11-05 07:30:29 +03:00
Vitaly Puzrin
5c917ffea9
changelog format update
2019-11-05 02:59:31 +03:00
Vitaly Puzrin
c5cc5d2f8a
README: add Tidelift link
2019-08-22 04:11:51 +03:00
Vitaly Puzrin
dbab16e12b
Merge pull request #172 from kyranet/patch-1
...
style: Added missing semicolons
2019-07-27 01:27:37 +03:00
Antonio Román
5f38868ddb
style: Added missing semicolons
...
Avoid automated semicolon insertion and made semicolons consistent with the rest of the file.
2019-07-27 00:16:11 +02:00
Vitaly Puzrin
891b5bc096
Create FUNDING.yml
2019-07-26 07:01:34 +03:00
Vitaly Puzrin
69798959ca
1.0.10 released
2019-03-01 00:40:06 +03:00
Vitaly Puzrin
6d519932d2
Browser files rebuild
2019-03-01 00:37:51 +03:00
Vitaly Puzrin
0ce0d886c1
Lock uglify-js to fix minified version, #161
2019-03-01 00:35:30 +03:00
Vitaly Puzrin
f256ab91b5
Add simple minifier test, #161
2019-03-01 00:00:24 +03:00
Vitaly Puzrin
731065b150
1.0.9 released
2019-02-28 22:15:26 +03:00
Vitaly Puzrin
a2def3748f
Browser files rebuild
2019-02-28 22:15:07 +03:00
Vitaly Puzrin
54c6ca95a1
Fix Buffer.from warning in last node.js versions, close #154
2019-02-28 21:51:49 +03:00
Vitaly Puzrin
021f307fa3
1.0.8 released
2019-01-14 21:18:29 +03:00
Vitaly Puzrin
5240997ac1
Browser files rebuild
2019-01-14 21:18:11 +03:00
Vitaly Puzrin
44b15356e4
Fix for raw inflate with dictionary ( #156 )
...
Fixes https://github.com/nodeca/pako/issues/155
`inflateSetDictionary()` is called at different conditions during normal and raw modes, according to http://zlib.net/manual.html#Advanced
Also providing basic tests for raw inflate with directory, and fix for broken test Inflate with dictionary/spdy dictionary
2019-01-14 21:03:52 +03:00
Ľubor Illek
a28d0181cb
Check return code of inflateSetDictionary()
2019-01-14 17:54:51 +01:00
Ľubor Illek
b4f1c205ef
Added basic tests for inflate with dictionary as Uint8Array or ArrayBuffer
2019-01-10 10:38:02 +01:00
Ľubor Illek
cfc92c2fb8
Replaced Buffer() in inflate tests with dictionary.
2019-01-10 01:08:10 +01:00