reader v1.10 Release Notes

Release Date: 2020-11-20 // over 3 years ago
  • ๐Ÿš€ Released 2020-11-20

    • ๐Ÿ‘‰ Use indexes for :meth:~Reader.get_entries() (recent order); should make calls 10-30% faster. (:issue:134)
    • ๐Ÿ‘ Allow sorting :meth:~Reader.search_entries results randomly. Allow sorting search results randomly in the web application. (:issue:200)
    • ๐Ÿ“œ Reraise unexpected errors caused by parser bugs instead of replacing them with an :exc:AssertionError.
    • โž• Add the sqlite_releases custom parser plugin.
    • ๐Ÿ”จ Refactor the HTTP feed sub-parser to allow reuse by custom parsers.
    • โž• Add a user guide, and improve other parts of the documentation. (:issue:194)