mirror of
https://github.com/danbulant/pngjs
synced 2026-06-19 06:21:13 +00:00
v5.0.0
This commit is contained in:
parent
792e432c9c
commit
c3a2ba2cc5
2 changed files with 10 additions and 1 deletions
|
|
@ -294,6 +294,15 @@ PNG.adjustGamma(png);
|
|||
|
||||
# Changelog
|
||||
|
||||
### 5.0.0 - 15/04/2020
|
||||
|
||||
- Drop support for Node 8
|
||||
- Browserified bundle may now contain ES20(15-20) code if the supported node version supports it. Please run the browserified version through babel if you need to support older browsers.
|
||||
|
||||
### 4.0.1 - 15/04/2020
|
||||
|
||||
- Fix to possible null reference in nextTick of async method
|
||||
|
||||
### 4.0.0 - 09/04/2020
|
||||
|
||||
- Fix issue in newer nodes with using Buffer
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pngjs",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0",
|
||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
|
|||
Loading…
Reference in a new issue