1 DataSource Release Notes
3 **** version 2.3.0 ****
5 * DataSource requests over XHR no longer automatically insert a "?" in the URIs
6 between the host and the query. Implementers should explicitly include the
7 question mark if it is required by your server. Please refer to the DataTable XHR
8 examples for implementation details.
10 * DataSource provides the following static type conversion methods:
11 DataSource.parseDate(), DataSource.parseNumber(), and DataSource.parseString().
12 These are executed in the scope of the DataSource instance.
14 * DataSource now supports the following values for the property xhrConnMode:
18 "ignoreStaleResponses"
23 **** version 2.2.2 ***
29 **** version 2.2.1 ***
31 * Fixed parseTextData() to longer reverse-order data or truncate first record.
32 * Fixed bug where data values of 0 (zero) were being converted to empty string.
33 * Fixed erroneous undefined values created by parseDataArray().
34 * Callback functions now receive an additional argument in the form of a boolean
35 to indicate data error.
36 * Support for nested JSON data.
37 * Support for responseShema.fields.converter to take string response and custom
39 * Added static converter methods YAHOO.util.DataSource.convertNumber and
40 YAHOO.util.DataSource.convertDate.
41 * Improved type checking with YAHOO.lang.
45 **** version 2.2.0 ***