master 0.2.8
Vitaly Puzrin 2015-09-14 15:16:43 +03:00
rodzic 26ebc2d048
commit 08c5cfb4fe
4 zmienionych plików z 16 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
0.2.8 / 2015-09-14
------------------
- Fixed regression after 0.2.4 for edge conditions in inflate wrapper (#65).
Added more tests to cover possible cases.
0.2.7 / 2015-06-09 0.2.7 / 2015-06-09
------------------ ------------------

Wyświetl plik

@ -1,6 +1,6 @@
(The MIT License) (The MIT License)
Copyright (C) 2014 by Vitaly Puzrin Copyright (C) 2014-2015 by Vitaly Puzrin
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

Wyświetl plik

@ -160,9 +160,13 @@ Authors
- Andrey Tupitsin [@anrd83](https://github.com/andr83) - Andrey Tupitsin [@anrd83](https://github.com/andr83)
- Vitaly Puzrin [@puzrin](https://github.com/puzrin) - Vitaly Puzrin [@puzrin](https://github.com/puzrin)
Personal thanks to Vyacheslav Egorov ([@mraleph](https://github.com/mraleph)) Personal thanks to:
for his awesome tutoruals about optimising JS code for v8,
[IRHydra](http://mrale.ph/irhydra/) tool and his advices. - Vyacheslav Egorov ([@mraleph](https://github.com/mraleph)) for his awesome
tutoruals about optimising JS code for v8, [IRHydra](http://mrale.ph/irhydra/)
tool and his advices.
- David Duponchel ([@dduponchel](https://github.com/dduponchel)) for help with
testing.
License License

Wyświetl plik

@ -1,7 +1,7 @@
{ {
"name" : "pako", "name" : "pako",
"description" : "zlib port to javascript - fast, modularized, with browser support", "description" : "zlib port to javascript - fast, modularized, with browser support",
"version" : "0.2.7", "version" : "0.2.8",
"keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "keywords" : [ "zlib", "deflate", "inflate", "gzip" ],
"homepage" : "https://github.com/nodeca/pako", "homepage" : "https://github.com/nodeca/pako",