README revision 670e2754802f86ef17868bcb9ef2f26b8d57bdc2
3.3.0
* Added support for locator property to DataSchema.JSON resultFields
* definitions: {key:"Title", locator:"result.title"}
3.2.0
* Set custom parser execution scope to be DataSchema instance.
3.1.1
* No changes.
3.1.0
* Added support for nested schemas.
* Added support for XPath resultListLocator, instead of requiring the use
of 'getElementsByTagName'.
* Improved support for DOM elements in DataSchema.XML when IE
xmldoc.selectNodes(String) fails.
* Field list is now optional for DataSchema.JSON. If omitted, all response
data is returned.
* Fixed a bug in field resolution where null might be discovered along the
resolution path. Now exits gracefully rather than throwing an error.
3.0.0
* Support for DOM elements in DataSchema.XML.
3.0.0 beta 1
* Initial release.