Skip to content

v0.1.4: Graceful empty mappings, accurate hierarchy docs

Choose a tag to compare

@cyanheads cyanheads released this 20 Jun 00:01
· 2 commits to main since this release
v0.1.4
b16d7dc

Graceful empty mappings, accurate hierarchy docs

map_codes treats a resolvable code with no edge as a successful empty
result; the tool docs now describe PCS browse and depth-1 walking accurately.

Changed:

  • map_codes parents/children documented as depth-1 — immediate neighbor only (#7)
  • browse_hierarchy ICD-10-PCS docs corrected: only the top-level Section axis is browsable (#4)
  • @types/node ^25.9.3 → ^26.0.0

Fixed:

  • map_codes returns hits: [] with a notice for a resolvable code with no edge in the requested direction; no_mapping reserved for an unresolvable source (#5)
  • check_code names RxNorm as not bundled for out-of-scope numeric codes instead of "No RXNORM code matches"; browse_hierarchy RXNORM notice aligned (#8)

73 tests pass; bun run devcheck clean.