~ubuntu-branches/ubuntu/jaunty/moodle/jaunty

« back to all changes in this revision

Viewing changes to lib/yui/json/README

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha, Matt Oquist
  • Date: 2009-02-25 15:16:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225151622-0ekt1liwhv2obfza
Tags: 1.9.4.dfsg-0ubuntu1
* Merge with Debian git (Closes LP: #322961, #239481, #334611):
  - use Ubuntu's smarty lib directory for linking
  - use internal yui library 
  - add update-notifier support back in

[Matt Oquist]
  * renamed prerm script
  * significantly rewrote postinst and other maintainer scripts to improve
    user experience and package maintainability
    (Closes LP: #225662, #325450, #327843, #303078, #234609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
JSON Utility - Release Notes
 
2
 
 
3
2.6.0
 
4
    * Security updates
 
5
    * Architecture change to make lang.JSON object more durable
 
6
    * stringify whitelist keys scrubbed for duplicates
 
7
    * Object keys sorted in stringify
 
8
 
 
9
2.5.1
 
10
    * Updated validation regex to address poor unicode escape treatment in FF
 
11
    * Updated special characters RegExp
 
12
    * Changed stringification to account for odd responses to typeof
 
13
 
 
14
2.5.0
 
15
    * Restructured for customization and readability
 
16
    * Extracted isValid method to test a JSON string
 
17
    * Extracted dateToString method to allow overriding with custom serialization format
 
18
    * Added stringToDate method to reconstitute Date instances from default JSON UTC date strings.  Use this in a filter method passed to lang.JSON.parse
 
19
    * fixed walk method so filters are properly applied
 
20
 
 
21
2.4.0
 
22
    * Initial release