jameslawler / react-native-rss-parser

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

Fix getItemPublished function #15

Closed Serra19 closed 4 years ago

Serra19 commented 4 years ago

When an item does not have "updated" field, you're trying to get "published" field but you're not returning it.

jameslawler commented 4 years ago

Thanks for the pull request @Serra19 - I have pushed version 1.5.0 to npm. I spent a bit of time cleaning up the code base in general, so please open an issue if you notice any other problems when upgrading to the latest version and I will fix them as soon as possible.