You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(v2): Add constructors for format-specific parsers
- Add NewParser() constructors for RSS, Atom, and JSON parsers
- Update universal parser to use constructors instead of struct literals
- Remove MaxItems functionality as it was misleading (still read entire feed)
- Update all tests to use constructors
Breaking changes:
- Direct struct initialization of parsers is discouraged
- MaxItems removed from ParseOptions
Closes#248
0 commit comments