Skip to content

v0.10.0 — content-enumeration features now work

Choose a tag to compare

@jdevalk jdevalk released this 14 Apr 17:08
· 2 commits to main since this release

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:

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-error on the NLWeb rel contribution and per-call type casts in llms.ts / schema/endpoints.ts.
  • The "known broken" README warning.

Full Changelog: v0.9.0...v0.10.0