Commit graph

132 commits

Author SHA1 Message Date
alisdair sullivan
c203b7762d bump to v1.2.1 to fix solidus escaping issue 2012-04-26 13:48:12 -07:00
Bob Ippolito
6ff1471550 handle escaped solidus correctly per JSON spec 2012-04-26 13:04:17 -07:00
alisdair sullivan
8f9dcd3cc5 update readme for 1.2 2012-04-22 21:30:54 -07:00
alisdair sullivan
0acec78044 Merge branch 'develop' 2012-04-22 21:28:28 -07:00
alisdair sullivan
439f934ebb readme typo 2012-04-06 09:13:42 -07:00
alisdair sullivan
a9b36522bd post decode documented in readme 2012-04-06 09:12:00 -07:00
alisdair sullivan
66ea9f847b merge feature/preencode 2012-04-06 08:10:45 -07:00
alisdair sullivan
76723ce736 semantic change to way pre_encode works 2012-04-06 08:09:52 -07:00
alisdair sullivan
78ca4e4bd9 change lists to array for clarity 2012-04-04 20:57:39 -07:00
alisdair sullivan
5e87f02fc5 update README to include info on pre_encoders 2012-04-04 20:13:46 -07:00
alisdair sullivan
447e0b1356 README fixes and clarifications 2012-04-01 17:40:47 -07:00
alisdair sullivan
1a791f2a78 replace old option flag names with new option flag names, and clarify a couple of them 2012-03-31 21:58:45 -07:00
alisdair sullivan
7c31e9643e remove mention of meck from README.markdown 2012-03-31 12:36:18 -07:00
alisdair sullivan
8ff3454d88 point test status to master, not develop 2012-03-30 23:24:11 -07:00
alisdair sullivan
4581bca902 document new flags 2012-03-29 21:59:07 -07:00
alisdair sullivan
a6dee16904 bump version to 1.1.2 2012-03-29 21:48:24 -07:00
alisdair sullivan
c8ff83a394 add relax option, a synonym for [loose_unicode, single_quotes, comments, ignore_bad_escapes] 2012-03-29 00:24:31 -07:00
alisdair sullivan
f909a5bc6d document ignore_bad_escapes 2012-03-29 00:20:12 -07:00
alisdair sullivan
73f4dadde5 document dirty_strings in README 2012-03-29 00:05:09 -07:00
alisdair sullivan
d964d4b12f bump version to v1.1.1 2012-03-27 16:58:06 -07:00
alisdair sullivan
c28bd854f6 travis ci status pointer to develop branch 2012-03-27 16:51:23 -07:00
alisdair sullivan
bd6202e618 v1.1 2012-03-27 16:49:25 -07:00
alisdair sullivan
146c69ac19 add dmitry kolesnikov to acknowledgements 2012-03-27 15:52:06 -07:00
alisdair sullivan
134460cf6a update README to reflect slightly looser restrictions on what constitutes a valid string 2012-03-26 19:44:41 -07:00
alisdair sullivan
02489dc752 updates contribs 2012-03-25 13:19:22 -07:00
alisdair sullivan
26acdc29ee bump to v1.0.2 2012-03-25 13:10:37 -07:00
alisdair sullivan
e43a7f63c7 freeze for 1.1rc and add steve strong to acknowledgements 2012-03-21 05:42:54 -07:00
alisdair sullivan
efe6039c53 freezing for 1.1rc 2012-03-21 05:38:08 -07:00
alisdair sullivan
f6089a0892 readme updates and clarifications 2012-03-21 05:38:08 -07:00
alisdair sullivan
23a2faa1ba typo in readme 2012-03-21 05:38:08 -07:00
alisdair sullivan
83cd03f6a3 readme fixes for github's markdown 2012-03-21 05:37:33 -07:00
alisdair sullivan
a89b1d3531 largely rewritten readme, hopefully more useful 2012-03-21 05:37:33 -07:00
alisdair sullivan
1d5b9e7410 the option single_quotes in functions dealing with json inputs now allows json that uses single quotes to deliminate keys and strings to be processed, note that this changes the escaping rules slightly 2012-03-21 05:26:19 -07:00
alisdair sullivan
b3d9f5e6ff bump version to 1.0.1 for rebar fix 2012-03-21 05:25:11 -07:00
alisdair sullivan
35cfd552d1 1.0 release 2012-03-15 21:22:08 -07:00
alisdair sullivan
6a86513b84 Modify source layout to be more standard, moving test cases to ./priv/test_cases
Remove rebar in favour of using system rebar

Remove makefile
2012-03-14 11:42:35 -07:00
alisdair sullivan
62aef415e1 documentation update 2012-03-07 21:34:51 -08:00
alisdair sullivan
bd5084e60d minor cleanup of source tree in prep for release 2012-03-07 21:15:02 -08:00
alisdair sullivan
ce98e1d884 add travis-ci build status indicator 2012-03-06 21:47:46 -08:00
alisdair sullivan
461851a070 update README to reflect new build/test instructions 2012-03-06 00:28:59 -08:00
alisdair sullivan
90520b9c0c clarification in json -> erlang mapping section of README 2012-03-05 19:44:01 -08:00
alisdair sullivan
ec295a888b new is_term function that mirrors is_json for erlang terms 2012-03-04 18:40:00 -08:00
alisdair sullivan
3cbabec80e markdown and erlang typespecs don't always get along 2012-03-02 23:01:28 -08:00
alisdair sullivan
63faf04115 factor out gen_json 2012-03-02 22:53:45 -08:00
alisdair sullivan
77794238f3 bump version to 1.0rc and updates README 2012-01-31 21:43:08 -08:00
alisdair sullivan
443a2cbe7f doc updates 2012-01-24 23:44:46 -08:00
alisdair sullivan
093baaf515 add documentation for is_json 2011-12-14 21:32:17 -08:00
alisdair sullivan
ffa2aa6ce9 add note about streaming mode to README, allow incomplete returns from json_to_term and format 2011-12-14 21:07:50 -08:00
alisdair sullivan
cef8ccd5c2 documents current behaviour of {labels, ...} option, should not be regarded as a stable api 2011-12-01 22:25:49 -08:00
alisdair sullivan
51732e5357 more adjustments for github parsing 2011-11-30 22:27:26 -08:00