Releases: mrobinsn/go-newznab
Releases · mrobinsn/go-newznab
v1.2.0
v1.1.0
v1.0.0
v0.3.0
WARNING: This release introduces breaking changes!
- New Feature: Build RSS / API url based on called function.
- New Feature: Fetch RSS results (possible to specify count).
- New Feature: Fetch RSS up to a given NZB id.
- New Feature: Parse usenetdate (different to pubdate).
- Breaking Change:
newznab.New(...)
now takes a base URL instead of the full/api
path.
Big thanks to @imba3r for his contributions.
v0.2.0
WARNING: This release introduces breaking changes!
- New Feature: New category constants
- New Feature: Search via imdb and tvdb
- Breaking Change: Methods now take a slice of category ID's to enable multiple category searches
- Improvement: Testing now uses httptest server with local response files
Big thanks to @mattsch for his contributions.