Commit graph

84 commits

Author SHA1 Message Date
alisdair sullivan
3074d4865b v2.8.0 2015-10-08 23:03:54 -07:00
alisdair sullivan
cdd01c6eac add JSX_FORCE_MAPS flag for forcing decoding to maps 2015-10-08 22:58:03 -07:00
alisdair sullivan
7090494686 v2.7.2 2015-09-17 15:27:21 -05:00
alisdair sullivan
99c81f88b9 v2.7.1 2015-08-20 09:22:23 -07:00
alisdair sullivan
91b3c47e1b add tvv's contributions to CHANGES and README 2015-08-08 17:46:51 -07:00
alisdair sullivan
f6d6bc25a0 update to v2.7.0 2015-08-04 11:00:24 -07:00
alisdair sullivan
e382aca486 document return_tail 2015-08-04 10:58:44 -07:00
alisdair sullivan
1bacdd44bd update contributors list: 2015-08-04 10:46:45 -07:00
alisdair sullivan
a79477d910 point develop branch README travis indicator at right branch 2015-07-07 14:03:47 -07:00
alisdair sullivan
46f246dc3a Merge branch 'develop' 2015-06-11 19:56:40 -07:00
alisdair sullivan
c86b56795b v2.6.2 2015-06-11 19:54:29 -07:00
alisdair sullivan
58b9887780 v2.6.1 2015-05-12 15:17:05 -07:00
alisdair sullivan
d98df17dd7 v2.6.0 2015-04-20 20:04:21 -07:00
alisdair sullivan
56880ce519 v2.6.0 2015-04-20 20:00:23 -07:00
alisdair sullivan
2008e989c8 v2.6.0 2015-04-20 19:56:13 -07:00
alisdair sullivan
47ce39f040 v2.5.3 2015-04-20 16:24:43 -07:00
alisdair sullivan
cb3b25e1e5 v2.5.3 2015-04-20 16:24:30 -07:00
Sergey Yelin
76df65b19d Update README.md
Remove unused spec from encode/1,2 doc
2015-04-15 18:05:35 +03:00
alisdair sullivan
eb8dab979b Merge branch 'master' into develop 2015-03-15 12:29:27 -07:00
alisdair sullivan
327f0d2875 v2.5.2 2015-03-15 12:06:10 -07:00
alisdair sullivan
9706401c0e v2.5.1 2015-03-03 10:45:23 -08:00
alisdair sullivan
018c724b53 v2.5.1 2015-03-03 10:44:36 -08:00
alisdair sullivan
84f4b7fb40 assume all datetimes are UTC time and add timezone designator to
generated iso8601 strings
2015-03-03 10:43:04 -08:00
alisdair sullivan
0babda82d3 v2.5.0 2015-02-25 20:40:17 -08:00
alisdair sullivan
f6641a445f switch travis indicator back to develop 2014-12-09 16:42:08 -08:00
alisdair sullivan
e751e3324f v2.4.0 2014-12-09 16:27:15 -08:00
alisdair sullivan
8f62b3adf1 v2.4.0 2014-12-09 16:24:09 -08:00
alisdair sullivan
f932cb155a v2.3.1 2014-12-07 15:49:28 -08:00
alisdair sullivan
edf8181d6e Merge tag 'v2.3.1' into develop
Conflicts:
	README.md
2014-12-07 15:47:34 -08:00
alisdair sullivan
5317596ebe v2.3.1 2014-12-07 15:38:59 -08:00
alisdair sullivan
16aef3b1d0 README fixups
add example for `return_maps` and remove note about `jsxn`
2014-12-07 15:37:24 -08:00
alisdair sullivan
9842a00b4d strip out checks for repeated keys in generated json. no one cares
about repeated keys
2014-12-07 07:59:51 +00:00
alisdair sullivan
173a0a8aad Merge branch 'develop' 2014-12-04 14:25:31 +00:00
alisdair sullivan
d2a7064e4e README fixups
add example for `return_maps` and remove note about `jsxn`
2014-12-04 14:24:54 +00:00
alisdair sullivan
87e87c03f4 point travis indicator to master branch 2014-12-04 14:22:39 +00:00
alisdair sullivan
c1d794f7a9 v2.3.0
let's not hype it up too much
2014-12-03 23:16:41 -08:00
alisdair sullivan
edee5931a4 perform uescape escaping in the decoder (for json -> whatever
transformation)`
2014-12-03 23:02:02 -08:00
alisdair sullivan
9528216d15 allow unicode noncharacters and reserved space characters in json
strings

fixes #67
2014-12-01 19:43:07 +00:00
alisdair sullivan
5f5e85914d v2.2 2014-11-24 19:18:10 -08:00
alisdair sullivan
5ada4c3cfc document uescape option in README 2014-11-24 19:16:20 -08:00
alisdair sullivan
3e80f475f5 document return_maps in README 2014-11-24 19:15:20 -08:00
alisdair sullivan
6b333396a3 add maps_support/0 function that reports whether jsx was
compiled with maps support or not
2014-10-28 04:46:10 +00:00
alisdair sullivan
4d549dd8a9 v2.1.1 2014-08-27 05:45:12 -07:00
alisdair sullivan
c15315fc28 document repeat_keys 2014-08-26 22:37:53 -07:00
alisdair sullivan
53f51c26ed v2.1 2014-08-19 17:53:22 -07:00
alisdair sullivan
78f48db162 parser (and encoder) accept calendar:datetime() tuples and
convert into iso8601 strings
2014-08-19 17:50:07 -07:00
alisdair sullivan
6b43609730 allow a single trailing comma in objects or arrays 2014-08-19 17:47:44 -07:00
alisdair sullivan
c25bb49902 use end_json to end streaming when in streaming mode in addition
to `end_stream`
2014-08-13 23:00:35 -07:00
alisdair sullivan
fb311b202b fix some typos, misstatements and errors in README 2014-06-16 23:45:25 +00:00
alisdair sullivan
4ad9c38cb9 prevent json objects with repeated keys from being emitted from the
parser
2014-06-15 22:12:07 +00:00