Closed lemon24 closed 2 years ago
This is to track all the backwards compatibility breaks we want to do in 3.0.
Things that require deprecation warnings pre-3.0:
tuple[str]
Things that do not require / can't have deprecation warnings pre-3.0:
.reader.mark_as_read
.reader.mark-as-read
plugin_func(reader)
To do for object_id -> resource_id:
3.0 released, resolving.
This is to track all the backwards compatibility breaks we want to do in 3.0.
Things that require deprecation warnings pre-3.0:
tuple[str]
; https://github.com/lemon24/reader/issues/266#issuecomment-1013740696Things that do not require / can't have deprecation warnings pre-3.0:
.reader.mark_as_read
to.reader.mark-as-read
plugin_func(reader)
exceptions in make_reader() should be wrapped in PluginError