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: Refactor RSS parsing and release workflows
Replaces legacy XML parsing with Cheerio-based generic RSS parsers for Substack and Goodreads feeds. Adds new library modules, updates type definitions, and provides detailed documentation. Overhauls GitHub Actions workflows for version bumping, release, and semantic version checks. Updates PR template and .gitignore, and removes obsolete code.
* chore: Update dependencies in package-lock.json
Upgraded various Babel, esbuild, and ESLint-related packages to their latest versions and replaced deprecated dependencies. This improves compatibility, security, and stability of the project.
* chore: Remove unused fetch-mock imports from app tests
Cleaned up app.test.ts by removing unused fetch-mock-jest imports and calls. This prepares the file for future test implementations.
* chore: Add basic test for parseRssItems function
Introduces an initial test for the parseRssItems function, verifying its ability to parse a simple RSS feed and extract title, description, and link fields.
* chore: Fix import path for parseRssItems in tests
Updated the import statement in app.test.ts to correctly reference the module index. This ensures the tests use the intended source file.
* chore: bump version to v2.0.0
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments