feat(feed): Support custom feedUrl for feeds and use it as the self-link in RSS/Atom/JSON; update docs

This commit is contained in:
2025-11-01 03:35:45 +00:00
parent 289483ba0a
commit 4ed892ddc2
5 changed files with 45 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfeed',
version: '1.3.0',
version: '1.4.0',
description: 'A library for creating and parsing various feed formats.'
}