Skip to content

Releases: artemyarulin/react-native-xml

parseString and error handling

Choose a tag to compare

@artemyarulin artemyarulin released this 23 Oct 14:08

New function parseString which will return whole representation of XML as object. See readme for more detiles

BREAKING CHANGES
JS results array would include error as a first element of array and the actual result in the second element

HTML support added

Choose a tag to compare

@artemyarulin artemyarulin released this 21 Sep 14:37

Now you can make XPath queries to XML and to HTML as well

BREAKING CHANGES:
Previously used function find - now is queryXml. Use it as long with new function queryHtml

Remove strict dependency on React Native version

Choose a tag to compare

@artemyarulin artemyarulin released this 17 Jul 13:29
0.0.3

Remove strict version depencency from React

Fixed callback results

Choose a tag to compare

@artemyarulin artemyarulin released this 21 Jun 09:30

Fixed issue when only first result is returned to callback
Method name changed to 'find' for easier reference

First release

Choose a tag to compare

@artemyarulin artemyarulin released this 21 Jun 06:52

besick find functionality should work