src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.datasource.md
changeset 525 89ef5ed3c48b
equal deleted inserted replaced
524:322d0feea350 525:89ef5ed3c48b
       
     1 DataSource Change History
       
     2 =========================
       
     3 
       
     4 3.10.3
       
     5 ------
       
     6 
       
     7 * No changes.
       
     8 
       
     9 3.10.2
       
    10 ------
       
    11 
       
    12 * No changes.
       
    13 
       
    14 3.10.1
       
    15 ------
       
    16 
       
    17 * No changes.
       
    18 
       
    19 3.10.0
       
    20 ------
       
    21 
       
    22 * No changes.
       
    23 
       
    24 3.9.1
       
    25 -----
       
    26 
       
    27 * No changes.
       
    28 
       
    29 3.9.0
       
    30 -----
       
    31 
       
    32 * No changes.
       
    33 
       
    34 3.8.1
       
    35 -----
       
    36 
       
    37 * No changes.
       
    38 
       
    39 3.8.0
       
    40 -----
       
    41 
       
    42 * No changes.
       
    43 
       
    44 3.7.3
       
    45 -----
       
    46 
       
    47 * `datasource-xmlschema` now forces input through the `Y.XML` parser.
       
    48   [Ticket #2532838]
       
    49 
       
    50 3.7.2
       
    51 -----
       
    52 
       
    53 * No changes.
       
    54 
       
    55 3.7.1
       
    56 -----
       
    57 
       
    58 * No changes.
       
    59 
       
    60 3.7.0
       
    61 -----
       
    62 
       
    63 * No changes.
       
    64 
       
    65 3.6.0
       
    66 -----
       
    67 
       
    68 * No changes.
       
    69 
       
    70 3.5.1
       
    71 -----
       
    72 
       
    73   * No changes.
       
    74 
       
    75 3.5.0
       
    76 -----
       
    77 
       
    78   * No changes.
       
    79 
       
    80 
       
    81 3.4.1
       
    82 -----
       
    83 
       
    84   * No changes.
       
    85 
       
    86 
       
    87 3.4.0
       
    88 -----
       
    89 
       
    90 ### datasource-polling
       
    91 
       
    92   * `setInterval` fires first `sendRequest` in a 0ms `setTimout`, then
       
    93     subsequent calls after the configured timeout. [Ticket #2529182]
       
    94 
       
    95 ### datasource-function
       
    96 
       
    97   * success callbacks that throw an error no longer result in the `data` event
       
    98     being fired again. [Ticket #2529824]
       
    99 
       
   100 
       
   101 3.3.0
       
   102 -----
       
   103 
       
   104   * Un-anonymize `DataSource.IO` callback functions. [Ticket #2529466]
       
   105 
       
   106 
       
   107 3.2.0
       
   108 -----
       
   109 
       
   110   * Removed hardcoded `DataSource.IO` from `DataSourceJSONSchema`.
       
   111 
       
   112   * Added ability to cancel underlying IO and Get transactions.
       
   113 
       
   114   * Better `DataSource` error handling.
       
   115 
       
   116   * Added `ioConfig` Attribute to `DataSource.IO`.
       
   117 
       
   118 
       
   119 3.1.1
       
   120 -----
       
   121 
       
   122   * No changes.
       
   123 
       
   124 
       
   125 3.1.0
       
   126 -----
       
   127 
       
   128   * [!] `DataSource`'s `sendRequest()` argument signature has changed in a
       
   129     non-backward-compatible way. It now accepts a single object containing the
       
   130     properties `request`, `callback`, and `cfg`.
       
   131 
       
   132   * `DataSource.Get` bug fixed where it was trying to delete the proxy callback
       
   133     in the wrong location during cleanup.
       
   134 
       
   135   * Changed from array of proxy callbacks to object with guid keys to support
       
   136     services that don't properly handle array indexes in the callback parameter
       
   137     (Twitter).
       
   138 
       
   139   * Code reorganized (API and functionality unaffected).
       
   140 
       
   141 
       
   142 3.0.0
       
   143 -----
       
   144 
       
   145   * `DataSource.IO` now passes request value to IO.
       
   146 
       
   147   * `DataSource.Function` now catches exception and fires error event.
       
   148 
       
   149 
       
   150 3.0.0beta1
       
   151 ------------
       
   152 
       
   153   * Initial release.