UNPKG

1.57 kBMarkdownView Raw
12.1.0 / 2016-07-14
2------------------
3
4- Internal parsers api cleanup - switch from callbacks to events.
5- Fixed "write after end" error under heavy load.
6
7
82.0.1 / 2016-07-01
9------------------
10
11- Fixed bug in streams cleanup condition.
12
13
142.0.0 / 2016-06-25
15------------------
16
17- SVG support
18- width/height now can be float (with fractional part)
19- Return dimention units ('px' everywhere except SVG)
20
21
221.2.1 / 2016-05-30
23------------------
24
25- Stream: posponed callback to avoid possible races on forced stream close.
26
27
281.2.0 / 2016-05-28
29------------------
30
31- Added `.sync.probe()` method.
32- Splited to separate files (simplify browserification).
33- Faster return on positive result & faster resource release.
34- Fix stream error handling.
35- 100% tests coverage.
36
37
381.1.0 / 2016-05-25
39------------------
40
41- Added promise support.
42- Use `readable-stream` instead of `stream`.
43- Reorganised internal files structure & tests.
44
45
461.0.6 / 2016-04-13
47------------------
48
49- Fixed parser crashes on zero length data & offsets.
50
51
521.0.5 / 2015-12-15
53------------------
54
55- Increased http request timeout to 30 seconds.
56- Don't check SSL sertificates.
57
58
591.0.4 / 2015-09-22
60------------------
61
62- Fixed crash on empty JPEG markers.
63
64
651.0.3 / 2015-09-19
66------------------
67
68- Fixed catch internal exceptions from `request`.
69
70
711.0.2 / 2015-09-16
72------------------
73
74- Added `ECONTENT` error code for parse errors.
75
76
771.0.1 / 2015-09-14
78------------------
79
80- Return image length when possible.
81- Support URLs in dev helper script.
82
83
841.0.0 / 2015-09-12
85------------------
86
87- First release.