forked from Nykakin/chompjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
46 lines (33 loc) · 998 Bytes
/
CHANGELOG
File metadata and controls
46 lines (33 loc) · 998 Bytes
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
1.1.5
* Correctly handle malformed quotations (#31)
1.1.4
* Performance improvement (#19)
* Handle numeric keys (#20)
* Refactor error handling (#29)
1.1.3
* Avoid an infinite loop on malformed input (#27)
1.1.2
* Handle comments in JavaScript code (#22)
1.1.1
* Fix instalation bug (headers moved to a different dir)
1.1.0
* Parser refactored and rewritten in order to simplify code and improve speed
* Allow handling JavaScript functions and other strange stuff such as regexes (#16)
* Allow passing down json.loads parameters
* Allow handling hexadecimal, octal and binary literals (#12)
1.0.17
* Handle memory corruption on unclosed quotations (#13)
1.0.16
* Handle floats with leading zeros (#10)
1.0.15
* Handle $ and _ characters at the beginning of keys (#9)
1.0.14
* Handle "undefined" keyword in JavaScript objects (#7)
1.0.13
* Handle escaped quotations correctly (#6)
1.0.12
* Handle windows newlines (#5)
1.0.11
* Handle jsonlines (#3)
1.0.1
* Handle Unicode in keys (#2)