-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
70 lines (36 loc) · 1.16 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2025.02.01, Version 3.0.0
* process large input buffers (Andrzej Szombierski)
* fix tests under Node v18 (Andrzej Szombierski)
* remove hide, flush and debug options
* replace new Buffer with Buffer.alloc
* use eslint instead of jshint
2019.04.03, Version 2.0.2
* readme: typo in example
2019.04.03, Version 2.0.1
* update example in readme
2019.04.03, Version 2.0.0
* support objectMode option and default to false
2017.11.23, Version 1.0.1
* update readme use markdown syntax highlighting
2017.04.25, Version 1.0.0
* fix running with Node 6.9.1 and test with assert
* state ndjson compatibility
2016.01.06, Version 0.0.6
* add new option maxDocs
* fix maxBuffer, now checks total bytes read
2016.01.06, Version 0.0.5
* make internal buffer part of the public api
* make flush optional
2015.12.15, Version 0.0.4
* debug error and data in buffer on parse error
* add item to the todo
2015.03.08, Version 0.0.3
* reset buffer if maxBytes received
* relicense test from MIT to ISC license
2015.01.05, Version 0.0.2
* document events
* relicense from MIT to ISC license
* add TODO to readme
* remove debugging
2014.11.14, Version 0.0.1
* public release