src/cm/media/js/lib/yui/yui3.0.0/releasenotes/README.cookie
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
Module Name: "cookie"
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
Documentation: http://developer.yahoo.com/yui/3/cookie
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
3.0.0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
  * No changes.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
3.0.0b1
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
  * Synchronized with 2.x version of cookie:
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
    * Changes formatting of date from toGMTString() to toUTCString() (trac# 2527892). 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
    * Updated remove() so that it no longer modifies the options object that is passed in (trac# 2527838).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
    * Changed behavior for Boolean cookies (those that don't contain an equals sign). Previously, calling Cookie.get() on a Boolean cookie would return the name of the cookie. Now, it returns an empty string. This is necessary because IE doesn't store an equals sign when the cookie value is empty ("info=" becomes just "info").
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    14
    * Added Cookie.exists() to allow for easier Boolean cookie detection.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    15
    * Removed check for cookie value before parsing. Previously, parsing checked for name=value, now it parses anything that is passed in.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
    * Removing the last subcookie with removeSub() now removes the cookie if the removeIfEmpty option is set to true (trac# 2527954)
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
    * Added option to disable url encoding/decoding by passing options.raw to set() and get() (trac# 2527953).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
    * Changed get() to take an options object with raw and converter properties, if a function is passed instead of an object then it is used as the converter for backward compatibility (trac# 2527953).  
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
    
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    20
3.0.0PR2
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    21
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
  * Synchronized with latest 2.x version of cookie.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    24
3.0.0PR1 - Initial release
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    25