Commit graph

96 commits

Author SHA1 Message Date
alisdair sullivan
a46d25129a fix typo in README example 2012-05-23 22:46:17 -07:00
alisdair sullivan
656a2777d8 README formatting 2012-05-23 22:25:07 -07:00
alisdair sullivan
44d1c196a2 bump to v1.3 2012-05-23 22:17:36 -07:00
alisdair sullivan
2aa8cd2894 README updated for v1.3, to_term and to_json replaced by decode and encode respectively 2012-05-23 22:01:07 -07:00
alisdair sullivan
9b86657951 remove unused link and fix toc link to encoder and decoder 2012-05-22 21:44:43 -07:00
alisdair sullivan
34fb38e0a5 remove third level of toc 2012-05-22 21:42:47 -07:00
alisdair sullivan
2d148c423d remove all superfluous anchors 2012-05-22 21:41:07 -07:00
alisdair sullivan
b19c1a4689 fix travis ci status indicator 2012-05-20 17:10:07 -07:00
alisdair sullivan
f511aeba70 expanded examples in quickstart 2012-05-20 16:59:11 -07:00
alisdair sullivan
d0fad06d1f remove unsightly indentation from quickstart examples 2012-05-17 23:07:09 -07:00
alisdair sullivan
a2929c3108 update to use sinan or rebar to build/test 2012-05-17 23:05:13 -07:00
alisdair sullivan
3c15c0fd8c change rebar formatting in quickstart 2012-05-10 23:46:42 -07:00
alisdair sullivan
2041d91231 reformat readme to better mirror erlang docs 2012-05-10 23:43:31 -07:00
alisdair sullivan
86f216d086 minor format fix in README 2012-04-26 13:50:03 -07:00
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