Skip to content

Releases: artemyarulin/react-native-xml

parseString and error handling

23 Oct 14:08
Compare
Choose a tag to compare

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

21 Sep 14:37
Compare
Choose a tag to compare

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

17 Jul 13:29
Compare
Choose a tag to compare
0.0.3

Remove strict version depencency from React

Fixed callback results

21 Jun 09:30
Compare
Choose a tag to compare

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

First release

21 Jun 06:52
Compare
Choose a tag to compare

besick find functionality should work