Skip to content

Conversation

@aim4ik11
Copy link
Contributor

What/Why/How?

Added changelog api function and page to subscribe for rss feed

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

@aim4ik11 aim4ik11 requested a review from RomanHotsiy November 19, 2025 12:58
@aim4ik11 aim4ik11 self-assigned this Nov 19, 2025
@aim4ik11 aim4ik11 linked an issue Nov 19, 2025 that may be closed by this pull request
@RomanHotsiy RomanHotsiy changed the title Changelog rss feed chore: RSS feed for changelog and blog Nov 26, 2025
.filter((cat): cat is BlogCategory => cat !== null);

let authorName: string | undefined;
if (typeof post.author === 'object' && typeof post.author?.name === 'string') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (typeof post.author === 'object' && typeof post.author?.name === 'string') {
if (typeof post.author?.name === 'string') {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed anymore?

@aim4ik11 aim4ik11 merged commit 6c6a918 into main Nov 26, 2025
5 of 6 checks passed
@aim4ik11 aim4ik11 deleted the subscribe-via-rss branch November 26, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Changelog + blog RSS feed subscription

3 participants