Skip to content

Commit bdfebe9

Browse files
committed
Version bump: 1.0.6
1 parent 3cc703e commit bdfebe9

File tree

2 files changed

+127
-2
lines changed

2 files changed

+127
-2
lines changed

Changes

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,176 @@
1-
commit a99b5e69007763e229cc98ecab56eac6aa20522e
1+
commit 36fe72a6cdf9dd23da39030617b403202f370369
2+
Author: Mark Nunberg <[email protected]>
3+
Date: Mon Jul 6 16:11:56 2015 -0700
4+
5+
Update embeddded jsonsl
6+
7+
commit b12c325c8d2427f7816c5f956e8fa181c51d865d
8+
Author: Mark Nunberg <[email protected]>
9+
Date: Mon Jul 6 16:11:07 2015 -0700
10+
11+
Version bump: 1.0.6
12+
13+
commit f88d28651aed9f31bd16c895d9f51bc06cec8f5a
214
Author: Mark Nunberg <[email protected]>
315
Date: Tue Feb 24 12:35:14 2015 -0500
416

517
Release 1.0.5
618

19+
commit f20c381f72051b179ea1ea310f4c184b12f4a4c3
20+
Author: Mark Nunberg <[email protected]>
21+
Date: Tue Feb 24 12:51:09 2015 -0500
22+
23+
RT-102273: Don't crash on undef
24+
25+
commit c25904231e7a4fd9d6abbc70a2ddf35beca5bddd
26+
Author: Mark Nunberg <[email protected]>
27+
Date: Tue Feb 24 10:20:03 2015 -0800
28+
29+
Embed jsonsl source code in library
30+
31+
commit 125ff23a3397420817799ca517c17447a23fd1bc
32+
Author: Mark Nunberg <[email protected]>
33+
Date: Tue Feb 24 10:16:30 2015 -0800
34+
35+
Bump to 1.0.4
36+
37+
commit b243a7aed99aa5a507bd8a9a7f2915c7ce400ac1
38+
Author: Mark Nunberg <[email protected]>
39+
Date: Sun Dec 21 21:55:39 2014 -0800
40+
41+
Use stock version of jsonsl
42+
43+
I accidentally used by development tree.
44+
745
commit 40158ca94f6ec87635c91101214d03c00b5f495e
846
Author: Mark Nunberg <[email protected]>
947
Date: Sun Dec 21 07:50:08 2014 -0800
1048

1149
Release version 1.0.3
1250

51+
commit 6cabb3c4fbcde64a379f4a84ea17dca88a39be3d
52+
Author: Mark Nunberg <[email protected]>
53+
Date: Sun Nov 30 11:08:08 2014 -0800
54+
55+
Add simple 'json_sl' script (like 'json_pp', 'json_xs', etc.)
56+
57+
commit ecef06059a38c95025eea2eb0216b9fb94f1c0ce
58+
Author: Mark Nunberg <[email protected]>
59+
Date: Sun Nov 30 11:06:20 2014 -0800
60+
61+
Add .gitignore
62+
63+
commit b6b1bbcc32d71de4fe0ba4af9d87a7f3f96ebe29
64+
Author: Mark Nunberg <[email protected]>
65+
Date: Sun Nov 30 11:01:57 2014 -0800
66+
67+
RT #100564: Mark HV as containing UTF8 keys when necessary
68+
69+
https://rt.cpan.org/Ticket/Display.html?id=100564
70+
1371
commit 3e33df65c1c64479f41906ce809a3fd7ffa07c24
1472
Author: Mark Nunberg <[email protected]>
1573
Date: Tue Jul 22 11:14:16 2014 -0700
1674

1775
Bump to version 1.0.2
1876

77+
commit 20a3362268b09ab4ff0784400530cf198d898b55
78+
Author: Mark Nunberg <[email protected]>
79+
Date: Tue Jul 22 11:12:44 2014 -0700
80+
81+
Explicitly set state objects to NOMATCH if they don't match
82+
83+
Since the state object potentially contains older state data from a
84+
previous parse, we might erroneously think the object is a match. Don't
85+
do this!
86+
1987
commit 8795e8fa085b6efbbcb0ba9a0fd7f081e80eea40
2088
Author: Mark Nunberg <[email protected]>
2189
Date: Fri Apr 5 12:47:35 2013 -0700
2290

2391
v1.0.1
2492

93+
commit 72712d665e0b669c124030c69211721cf2230085
94+
Author: Mark Nunberg <[email protected]>
95+
Date: Fri Apr 5 12:44:10 2013 -0700
96+
97+
Allow callback to attain the root object
98+
99+
commit 454a1e5dc3c33249a8b8b2511854adfce847806f
100+
Author: Mark Nunberg <[email protected]>
101+
Date: Fri Dec 14 15:53:54 2012 -0800
102+
103+
Update MANIFEST to include new tests
104+
25105
commit ae4d2e59e381fcda7473236fcc19b86396b47756
26106
Author: Mark Nunberg <[email protected]>
27107
Date: Fri Dec 14 15:50:54 2012 -0800
28108

29109
Tagged for 1.0 release
30110

111+
commit ce76731db39ff24e0c40764e6d6ece03ab194270
112+
Author: Mark Nunberg <[email protected]>
113+
Date: Fri Dec 14 15:49:01 2012 -0800
114+
115+
Add test for issue #2
116+
117+
commit c551b540545bec5e47a7fbde8d2ee79fdd11edfb
118+
Author: Mark Nunberg <[email protected]>
119+
Date: Fri Dec 14 08:03:00 2012 -0800
120+
121+
JSON-SL[2]: Allow modifiable JSON-null values
122+
31123
commit 07b47fc13b3f729bab3e3f291438696f50f6e62d
32124
Author: Mark Nunberg <[email protected]>
33125
Date: Wed Sep 19 09:53:38 2012 -0700
34126

35127
Prepare for 0.08
36128

129+
commit 55e83030f2e636c3e2304cac2cd7b595e0685486
130+
Author: Mark Nunberg <[email protected]>
131+
Date: Tue Sep 18 10:14:51 2012 -0700
132+
133+
Fix segfault on multiple streams..
134+
37135
commit f7ee3f33f2cc4cf3f6f654707ef451628ef83c79
38136
Author: Mark Nunberg <[email protected]>
39137
Date: Mon Sep 17 11:31:29 2012 -0700
40138

41139
Fix memory leak for array elements
42140

141+
commit 8df1d893a7f5dd51c87aa6852660abde47101a0a
142+
Author: Mark Nunberg <[email protected]>
143+
Date: Sun Apr 8 15:49:40 2012 -0700
144+
145+
Fixed numeric code (allow -0 to be accepted). Bump version
146+
147+
commit ee3f8a2fee00bee3a179a76585c9a562db3764e3
148+
Author: Mark Nunberg <[email protected]>
149+
Date: Sun Apr 8 01:38:01 2012 -0700
150+
151+
Added some tuba tests.
152+
153+
Initialize hashrefs to &PL_sv_undef rather than &PL_sv_placeholder.
154+
Also fixed numeric handling..q
155+
156+
commit 3454ad8ec2fcdc4c66920f638a8b11ba87fcbdb4
157+
Author: Mark Nunberg <[email protected]>
158+
Date: Fri Apr 6 16:37:53 2012 -0700
159+
160+
submodule again?
161+
43162
commit 87f4838c5f5952c0a10fb93149922ed95393ada5
44163
Author: Mark Nunberg <[email protected]>
45164
Date: Fri Apr 6 16:29:03 2012 -0700
46165

47166
submodule test
48167

168+
commit 1a2501d66bd76c7e6b664c03f89690ced9d07d40
169+
Author: Mark Nunberg <[email protected]>
170+
Date: Fri Apr 6 04:56:13 2012 -0700
171+
172+
Tuba tuba tuba. also fixed compiler warnings and some more docs
173+
49174
commit 288c839fdb9e9b2a215460eb66468789a92c00bc
50175
Author: Mark Nunberg <[email protected]>
51176
Date: Wed Apr 4 02:13:14 2012 -0700

lib/JSON/SL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use base qw(Exporter);
1616
our @EXPORT_OK = qw(decode_json unescape_json_string);
1717

1818
BEGIN {
19-
$VERSION = '1.0.5';
19+
$VERSION = '1.0.6';
2020
require XSLoader;
2121
XSLoader::load(__PACKAGE__, $VERSION);
2222
}

0 commit comments

Comments
 (0)