feat: add lastItemAt field — tracks newest item publish date per blog

Stores the most recent item's published date on the blog document
during feed sync. Exposed in API response alongside lastFetchAt.
Enables sorting/displaying blogs by content freshness rather than
last fetch time.
This commit is contained in:
Ricardo
2026-02-17 17:43:44 +01:00
parent f02d46e76e
commit 4d56d58703
4 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@rmdes/indiekit-endpoint-blogroll",
"version": "1.0.22",
"version": "1.0.23",
"description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.",
"keywords": [
"indiekit",