ten::handle class
[scpubgit/TenDotTcl.git] / json / ChangeLog
1 2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
2
3         *
4         * Released and tagged Tcllib 1.14 ========================
5         * 
6
7 2011-11-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
8
9         * json.tcl: [Bug 3426178]: Fixed bug in "list2json",
10         * json.test: reported by <a11426@users.sourceforge.net>.
11         * json.man: Updated testsuite. Bumped version to 1.1.2.
12         * pkgIndex.tcl:
13
14 2011-08-24  Andreas Kupries  <andreask@activestate.com>
15
16         * json_write.man:
17         * json_write.test:
18         * json_write.tcl: [Bug 3396787]: Fixed missing argument to call of
19         * pkgIndex.tcl: [info level], breaking the argument checks. Bumped
20           version to 1.0.1
21
22 2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
23
24         *
25         * Released and tagged Tcllib 1.13 ========================
26         * 
27
28 2011-01-20  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
29
30         * json.tcl (json::parseValue): Fixed a missing -- older 8.4 seems
31         * json.man: to require to handle a dash in $leadingChar. Bumped
32         * pkgIndex.tcl: version to 1.1.1
33
34 2009-12-10  Andreas Kupries  <andreask@activestate.com>
35
36         * json.tcl: [Patch 2909962]: Accepted rewrite of the json parser
37         * json.man: internals by Thomas Maeder
38         * pkgIndex.tcl: <thomasmaeder@users.sourceforge.net>. The new
39           (regex-based) parser is considerably faster than the previous
40           implementation. Bumped version to 1.1.
41
42 2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
43
44         *
45         * Released and tagged Tcllib 1.12 ========================
46         * 
47
48 2009-11-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
49
50         * json_write.tcl: New package 'json::write', supporting the
51         * json_write.test: generation of text in JSON format.
52         * json_write.man: Package version 1.
53         * json_write.pcx:
54         * pkgIndex.tcl: 
55
56 2009-11-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
57
58         * json.tcl: Bumped package to version 1.0.1 due to the bugfix made
59         * pkgIndex.tcl: on 2009-04-18.
60
61 2009-05-26  KATO Kanryu  <kanryu6@users.sourceforge.net>
62
63         * json.test: improved to compare dicts
64
65 2009-04-18  KATO Kanryu  <kanryu6@users.sourceforge.net>
66
67         * json.tcl: fixed to parse last integer
68         * json.test: improved to compare dicts
69
70 2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
71
72         *
73         * Released and tagged Tcllib 1.11.1 ========================
74         * 
75
76 2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
77
78         *
79         * Released and tagged Tcllib 1.11 ========================
80         * 
81
82 2008-06-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
83
84         * json.pcx: New file. Syntax definitions for the public commands
85           of the json package.
86
87 2007-12-05  Andreas Kupries  <andreask@activestate.com>
88
89         * json.test: Brought the test results into sync with the ordered
90           dicts of Tcl 8.5. NOTE: This will cause the combination of Tcl
91           8.4 with a backported dict to fail, at least until either the
92           backported dict does the same ordering, or the tests are split
93           into variants, one for both of the two cases. This fixes [Tcllib
94           SF Bug 1844104], reported by Larry Virden
95           <lvirden@users.sourceforge.net>. Thanks.
96
97 2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
98
99         *
100         * Released and tagged Tcllib 1.10 ========================
101         * 
102
103 2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
104
105         * json.man: Fixed all warnings due to use of now deprecated
106           commands. Added a section about how to give feedback.
107
108 2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
109
110         *
111         * Released and tagged Tcllib 1.9 ========================
112         * 
113
114 2006-08-25  Jeff Hobbs  <jeffh@ActiveState.com>
115
116         * json.test: empty list test cases
117         * json.tcl (json::_json2dict): handle empty list case
118
119 2006-08-18  Andreas Kupries  <andreask@activestate.com>
120
121         * json.man: Added some more keywords to the docs.
122
123 2006-08-17  Jeff Hobbs  <jeffh@ActiveState.com>
124
125         * json.tcl, json.man, json.test, pkgIndex.tcl: json package v1.0
126         Parses JSON formatted text into Tcl dicts.
127         See http://www.json.org/ for format details.