Skip to content

Releases: rohit1901/substack-feed-api

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 13:08
4d4d6c9

What's Changed

  • fix: Extract parseRssItems into its own file by @rohit1901 in #25

Full Changelog: v2.0.1...v2.0.3

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 12:55
ea2fb7f

What's Changed

  • fix: Refactor to generic RSS parser with Cheerio by @rohit1901 in #24

Full Changelog: v2.0.0...v2.0.1

v2.0.0: feat: major refactor (#23)

Choose a tag to compare

@github-actions github-actions released this 30 Jan 10:51
97754fd
* 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>

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 19 May 16:05
1.1.4

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 16:43
1.1.2

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 10:13
1.1.1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 08:50
1.1.0

v1.0.14

Choose a tag to compare

@github-actions github-actions released this 08 Feb 20:25
1.0.14

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 08 Feb 20:06
1.0.13

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 08 Feb 00:07
1.0.10