jameslawler / react-native-rss-parser

React Native compatible package to parse RSS feeds
MIT License
86 stars 42 forks source link

Add support for Dublin Core #10

Closed yamatsum closed 5 years ago

yamatsum commented 5 years ago

I added support for Dublin Core(dc). Dc tags are basically used in RSS 1.0, but they are also occasionally used in RSS 2.0.

Also, it may be easier to see if hide the property that value is undefined.

jameslawler commented 5 years ago

Sorry for such a long delay. I reviewed your changes and they look good. Thank you for adding a test too. I will publish a new version to npm with the changes.