Commit graph

657 commits

Author SHA1 Message Date
alisdair sullivan
11d2d0bae1 minor fixes for illegal utf8 sequences and better testing thereof 2012-03-21 05:37:33 -07:00
alisdair sullivan
036dd72ecf minor fixes for illegal utf8 sequences and better testing thereof 2012-03-21 05:37:33 -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
0c04e485a3 fixes wrongheaded and stupid escaping of strings 2012-03-21 05:36:39 -07:00
alisdair sullivan
1870a74d76 apply loose_unicode option to decoder 2012-03-21 05:36:39 -07:00
alisdair sullivan
e36858d1ba apply escape_forward_slash option to decoding as well as encoding 2012-03-21 05:36:39 -07:00
alisdair sullivan
e3c883457f allow c and c++ style comments anywhere whitespace is legal 2012-03-21 05:36:39 -07:00
alisdair sullivan
d2950ab8c7 remove all ?_assert and replace with ?_assertFoo's 2012-03-21 05:36:39 -07:00
alisdair sullivan
aef1f71690 add 'no_jsonp_escapes' flag/option to not escape u+2028 and u+2029 2012-03-21 05:36:38 -07:00
alisdair sullivan
8dafdb32b3 escape strings and keys in the encoder 2012-03-21 05:36:38 -07:00
alisdair sullivan
97a7d295f1 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:35:16 -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
f782983b5b Merge pull request #6 from srstrong/master
rebar.config tweak for compatibility with latest rebar
2012-03-21 05:24:08 -07:00
alisdair sullivan
46767102e1 freezing for 1.1rc 2012-03-21 05:20:41 -07:00
alisdair sullivan
be89f5f395 corrected handling of malformed utf8 sequences 2012-03-21 05:19:47 -07:00
Steve Strong
af9ab22e53 Added rebar 2012-03-21 12:43:40 +01:00
alisdair sullivan
1453687080 readme updates and clarifications 2012-03-21 04:34:33 -07:00
alisdair sullivan
e103ddbed2 typo in readme 2012-03-21 00:00:34 -07:00
alisdair sullivan
c9ea2975bd whitelist allowed codepoints rather than blacklist disallowed codepoints in jsx_encoder 2012-03-20 23:58:22 -07:00
alisdair sullivan
0b789147a5 remove export_all flag 2012-03-20 23:18:39 -07:00
alisdair sullivan
863f868824 Merge branch 'fix/illegalutf' into develop 2012-03-20 23:18:09 -07:00
alisdair sullivan
f8f436e0a0 ok, now it's fixed for older releases 2012-03-20 23:17:57 -07:00
alisdair sullivan
4572d8d30a Merge branch 'fix/illegalutf' into develop 2012-03-20 23:13:36 -07:00
alisdair sullivan
07c1f5716c finally found actual cause of otp r14x bug 2012-03-20 23:13:27 -07:00
alisdair sullivan
99d37675b5 Merge branch 'fix/illegalutf' into develop 2012-03-20 23:07:21 -07:00
alisdair sullivan
b406afaa77 remove rogue function head 2012-03-20 23:07:13 -07:00
alisdair sullivan
0e74011a3d Merge branch 'fix/illegalutf' into develop 2012-03-20 23:00:50 -07:00
alisdair sullivan
66add159b5 fix for older erts that don't allow noncharacters 2012-03-20 23:00:33 -07:00
alisdair sullivan
c922c002b3 merge in fix/illegalutf 2012-03-20 22:54:10 -07:00
alisdair sullivan
9d4edd6c4d fix for older erts versions where the private space reserved characters are not recognized 2012-03-20 22:53:18 -07:00
alisdair sullivan
aa919ce500 minor fixes for illegal utf8 sequences and better testing thereof 2012-03-20 22:47:16 -07:00
alisdair sullivan
1028a229c5 minor fixes for illegal utf8 sequences and better testing thereof 2012-03-20 22:42:58 -07:00
alisdair sullivan
95e0c20e0d readme fixes for github's markdown 2012-03-20 19:42:03 -07:00
alisdair sullivan
b40a1f3713 Merge branch 'feature/betterreadme' into develop 2012-03-20 19:37:37 -07:00
alisdair sullivan
6f63b1183f largely rewritten readme, hopefully more useful 2012-03-20 19:37:02 -07:00
alisdair sullivan
a8254887f5 fixes wrongheaded and stupid escaping of strings 2012-03-20 19:36:27 -07:00
alisdair sullivan
5e20760656 apply loose_unicode option to decoder 2012-03-19 16:01:58 -07:00
alisdair sullivan
e852286e9b apply escape_forward_slash option to decoding as well as encoding 2012-03-19 15:57:00 -07:00
alisdair sullivan
8487bcc650 allow c and c++ style comments anywhere whitespace is legal 2012-03-19 14:34:07 -07:00
Steve Strong
7936ece490 Updated rebar.config to specify branch 2012-03-18 21:44:45 +01:00
alisdair sullivan
732dd40747 remove all ?_assert and replace with ?_assertFoo's 2012-03-16 15:34:57 -07:00
alisdair sullivan
6392808d31 add 'no_jsonp_escapes' flag/option to not escape u+2028 and u+2029 2012-03-15 23:06:19 -07:00
alisdair sullivan
30b5cea06d escape strings and keys in the encoder 2012-03-15 22:56:21 -07:00
alisdair sullivan
195a4edb7d rebase develop off master 2012-03-15 21:47:48 -07:00
alisdair sullivan
bf16fb5472 Merge branch 'develop' of github.com:talentdeficit/jsx into develop 2012-03-15 21:25:37 -07:00
alisdair sullivan
dd917eb471 supress unused var errors 2012-03-15 21:23:51 -07:00
alisdair sullivan
a065730380 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-15 21:23:51 -07:00
alisdair sullivan
35cfd552d1 1.0 release 2012-03-15 21:22:08 -07:00