Revision history for Perl extension Catalyst::View::JSON
0.10 Sun Jul 30 23:46:43 JST 2006
- Updated document (Thanks to John Wang)
- Switch Content-Type to application/json the standard other than Opera
- Mention Encode::UCS::JavaScript in POD
0.09 Thu Apr 20 22:16:19 JST 2006
- Added Helper class (Thanks to Komatsu)
0.08 Tue Jan 10 13:31:39 UTC 2006
- Added Opera hack (Content-Type: applcation/x-javascript)
(Thanks to kazeburo)
0.07 Tue Jan 10 13:00:19 UTC 2006
- Now able to use JSON::Syck as a converter by passing
json_driver as 'JSON::Syck'
0.06 Tue Jan 10 09:04:34 UTC 2006
- Oops, 0.05 was broken. Fixed encode() problem and added test
cases for them.
0.05 Tue Jan 10 08:51:02 UTC 2006
- Added encoding option (default utf-8) to tackle with Safari
multibytes problem. Content-Type is now text/javascript (no +json)
(Thanks to kazeburo)
0.04 Sun Jan 8 17:06:56 UTC 2006
- Added scalar support to expose_hash and updated the
document.
0.03 Sun Jan 8 16:36:36 UTC 2006
- Added sanitization of callback function names to avoid XSS
thingy.
0.02 Wed Jan 4 10:41:28 UTC 2006
- Include the tests file on distribution
0.01 Wed Jan 4 09:27:33 2006
- original version