002fb6dfb3c0f32b2be7b241465918b1b520a323 |
|
09-Jul-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Allow schemas with no resultsListLocator
Did not trigger failure handler in 3.3.0. Fixes #2530510 |
df5496ef3926fd0ea425cd4aa5eb278364c98d5c |
|
25-Jun-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Add utf-8 locators, optional listLocator, and more
The "more" is support for locators that look like nested
paths failing over to simple properties. So field
{ key: "foo", locator: "foo.bar" } will look first for
record.foo.bar for a value, but if nothing is found, it
will look for record["foo.bar"]. If a value is found there,
it will not look for the nested value for subsequent records.
Leaving out resultListLocator from the schema will try to
use the input data as the results array if it is an array. |
c77d701a41f1b77424b988c2e63f2a8e6829c7e6 |
|
19-Apr-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Normalize YUI config for tests. filter from url.
Use the query string filter={raw|debug} to override
min default filter applied to YUI config. |
83051cc2f61c3e17f61b8f8f409a69c057db0e6b |
|
19-Nov-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
DataSchema tests.
[ref #2529214] Unit test for nested schema within JSON schema field
definition.
Also update perf tests. |
670e2754802f86ef17868bcb9ef2f26b8d57bdc2 |
|
19-Nov-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
[fix #2528429] DataSchema.JSON field locator.
Add support for locator property to resultFields definitions:
{key:"Title",locator:"result.title"} |
4922efa846185f8503d58aa880150b2fdc6a8db4 |
|
29-Oct-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
Tests cleanup: Y.get -> Y.one |
8947d1099a91880ec4e5be929041b1cebb9a3a55 |
|
16-Sep-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
Major cleanup. |
303f7fa80c85cc2236cb9138d002e0da34431d5e |
|
09-Jul-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
Name Test Suites and Test Runner.
So the test report shows a pretty name instead of a guid. |
c28f85fdfe5f4318a887f384ac1e58d40414fdba |
|
02-Mar-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
yui-skin-sam => yui3-skin-sam |
d3ac39f387c773c28001a1323aa85082051965ae |
|
26-Nov-2009 |
mattsnider <mattesnider@gmail.com> |
Dataschema now supports nested schema and XPath resultListLocators. Additionally, 2 new tests have been added and the README updated |
76b9b3b05a68c452ec0c0e066634aa05d974a8d6 |
|
08-Aug-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
[fix bug #2528157] Support for DOM elements in DataSchema.XML. |
1f73723bab97072987e7edcd04e55e8e4e91c633 |
|
11-Jun-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Bug fix and test: JSON DataSchema was returning an extra empty result. |
794306317ce13d2254200b81efe95eb2ab9401eb |
|
23-May-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Perf tests. |