-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
98 lines (68 loc) · 2.59 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2023-11-21 mxmanghi
* Increment to 1.8.1 to mark changes introduced to
build with Tcl 9.0
* Update to latest tcl.m4 version
2017-03-15 pm-conej
* yajl "number" should reject invalid arguments (#22)
* Increment to 1.6.2
2016-06-21 bovine
* Increment to 1.6.1
2014-07-23 gahr
* A string allocated by yajl_get_error is never freed.
2014-07-22 gahr
* Mute a compiler warning about parseHandle not being initialized.
2014-07-21 gonwalf
* json2huddle parser
* Increment to 1.6
2014-07-08 gahr
* Allow extra constructor parameters to be passed to json2dict.
* Update TEA and update pkg-config to match yajl's CFLAGS/LIBS
2014-03-17 gahr
* Slight performance improvement
2013-12-05 karl
* Add "parse2dict" method to created yajltcl objects. Version bump to 1.5.
* Switch ::yajl::json2dict to internally use parse2dict method
2013-11-08 bovine
* Update and tag for 1.4 release
2013-11-08 gahr
* API of integer_callback changed the other way around
2013-06-24 karl
* Use "delete" method rather than rename object to "" to delete
intermediate yajltcl objects when turning arrays into json, etc.
Update example in README.md too.
2013-01-10 dongola7
* Fixing some memory leaks when creating and destroying yajl objects.
2012-07-31 karl
* Update and tag for 1.3 release.
2012-07-06 karl
* Comments.
2012-06-26 bovine
* Improve performance of json2dict method by reducing copying
2012-02-15 bovine
* Make the "parse" command output "bool" commands instead of "boolean"
to avoid roundtrip failure (Issue 5)
2011-11-01 bovine
* Make "number" command reject blank arguments as invalid (Issue 4)
2011-10-31 bovine
* Add json parsing into simple key/value dict compatible format (Issue 3)
2011-05-02 bovine
* Add "delete" convenience function.
2011-01-19 karl
* Tag 1.2 for release.
2011-01-13 karl
* Add convenience functions into the new ::yajl namespace: array_to_json,
add_array_to_json, pgresult_tuples_to_json, and pg_select_to_json
2010-08-12 karl
* Upgrade to Tcl Extension Architecture (TEA) 3.8.
2010-04-08 karl
* Make the int that's the source of the unique ID for objects created with
#auto static so that objects created with #auto will actually have
unique IDs.
2010-04-03 karl
* Add support for parsing. Supports -checkUTF8 and -allowComments options.
2010-04-02 karl
* Make yajl-tcl -beautify and -indent options configurable in the Tcl
API. (yajl create #auto -beautify 1 -indent "\t")
* Version bump to 11
2010-03-23 karl
* Initial release