Revision history for Perl extension JSONP.
1.2
- fix of a bug converting void arrays in null on serialization to json
1.1
- addition of "append" method, removal of imported methods from CGI
1.0
- fix regression causing HTTP 500 because references to login and aaa sub were not skipped during serialization
0.99
- introduced dependency from Scalar::Utils for better performance, added stack method, updated license information in POD, added min perl version in Makefile
0.98
- updated POD documentation - added module Want as dependency
0.97
- use ExtUtils::MakeMaker for ditribution build
0.96
- module now unpacks to its own directory
0.95
- updated dependencies on Makefile, allow root object "private" attributes (beginning with underscore) to be serialized when debug is active
0.94
- trying to get rid of FAILs on perl *BSD perl versions on Perl testers
0.93
- do not return underscore keys on serialization
0.92
- addition of alternatives syntax for "use VERSION" for stubborn old perl compilers
0.91
- management of JSON encoding of JSONP-blessed arrays in tree, allowance of "session" and "params" keys in elements tree deeper than the highest one
0.90
- accept null strings in autovivification feature when called with functional syntax - drop support to Perl 5.8.x
0.89
- version numbers...
0.88
- corrections to POD syntax
0.87
- fixed typo on logout sub member variable when passed by name
0.86
- POD documentation updates
0.85
- found and resolved bug that was returning blessed objects instead of actual leaf value, in special "Want" case, resolved bug about undefined _debug attribute
0.84
- found and resolved the dreaded bug that was turning null strings in blessed objects, some other code cleanup
0.83
- addition of serialize method, to directly export an object branch into a JSON string
0.82
- addition of graft method, to directly slurp JSON strings as subtree objects
0.81
- automatic bless upon assignment of array structures too
0.80
- made Want module usage optional
- made contructor as lightweight as possible deferring properties settings to last minute
- decoupled Want module usage from constructor
- automatic bless of trees assigned with lvalue notation
0.79
- added lvalue syntax for leaf assignments, leaf-to-node substituction by Want module usage, non-web instantiation
0.78
- added TO_JSON for booleans and a warnings about using undefs with convenience notation feature
0.77
- typo in this very file
0.76
- various bugfixes, addition of logout, html, and sendfile methods. Change on semantics of query method
0.75
- various bugfixes
0.74
- fix bug on missing decoding where getting session from auth
0.73
- fix returned authentication status upon login (this time for real)
0.72
- fix returned authentication status upon login
0.71
- fixed typo
0.70
- addition of "authenticated" boolean on root of json response
0.62
- bugfix: aaa was getting called for saving session even if the user is not authenticated
0.61
- now query params are also retrievable through an hash
- options methods are now callable with an optional bool argument
0.51
- fixed required version (was 5.14, now 5.8) and prerequisite modules in Makefile
0.5 Fri Jan 10 22:00:47 2014
- original version; created by h2xs 1.23 with options
-AX --skip-exporter --use-new-tests -n JSONP