v0.10.0 — content-enumeration features now work
Requires emdash@^0.5.0
peerDependencies.emdash is now pinned to ^0.5.0. The three upstream PRs this plugin's content-enumeration features were waiting on all ship in that release:
- emdash-cms/emdash#536 —
slug/status/publishedAtonContentItem - emdash-cms/emdash#539 —
localeonContentItem - emdash-cms/emdash#540 —
where: { status?, locale? }onContentListOptions
Upgrade EmDash to ^0.5.0 before upgrading this plugin, or the peer check will complain.
Fixed
llms.txt(v0.6.0) now returns a real body with every published entry, grouped by collection. Previously returned an empty body on every real site because the iteration was reading stripped fields.- Schema map (v0.7.0) now returns the full list of published URLs. Previously returned
{items: []}for the same reason. - Fuzzy Redirects (v0.8.0) candidate list is now populated, so the suggester actually suggests. The other half (capturing original 404 URLs rather than the rewritten
/404) is still tracked in emdash-cms/emdash#525.
Removed
- Transient
@ts-expect-erroron the NLWebrelcontribution and per-call type casts inllms.ts/schema/endpoints.ts. - The "known broken" README warning.
Full Changelog: v0.9.0...v0.10.0