-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathCHANGELOG
43 lines (34 loc) · 1.14 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
Version 0.8.4
2022-02-20
Due to https://bishopfox.com/blog/json-interoperability-vulnerabilities for dictionaries a hash-table is _always_ filled in, and duplicate keys raise an error.
Documentation update.
Version 0.8.2
2020-11-08
Maintainer change
Encode empty arrays and objects on a single line
Add space after an object's key's colon
Indentation handling simplified
Always parse as DOUBLE-FLOATs
Fix WITH-OBJECT-ELEMENT followed by ENCODE
Version 0.7.6
2016-01-26
Revert Rick's changes for alist/plist behavior (Hans Huebner)
Version 0.7.5
2015-06-14
Fixed release script (Hans Huebner)
Version 0.7.4
2015-06-14
Remove post-release.sh that updated c-l.net (Hans Huebner)
Version 0.7.3
2015-06-14
Fix #28 Add ENCODE-OBJECT-SLOTS (Thayne McCombs)
Update html documentation (Hans Huebner)
update documentation link (Hans Huebner)
Documentation work (Hans Huebner)
Version 0.7.2
2014-12-05
Avoid using e notation because Lisp, JS and JSON numeral syntaxes are incompatible. (Grim Schjetne)
readd encode-object/encode-slots API with proper documentation (Philipp Matthias Schaefer)
Version 0.7.1
2014-11-04
Remove unused ENCODE-SLOTS and ENCODE-OBJECT stubs