Commit Graph

14 Commits

Author SHA1 Message Date
tomsideguide bb78e63272 docs: give every readme the same errors section
- the root, node, wasm, and python readmes each document the failure
  model, a worked example, and a table, in the same slot and shape
- python's covers the exception types it already raises
2026-08-05 18:36:26 +01:00
tomsideguide 8f05b1a3db feat(node): reject with an Error carrying the error code
- `code` on the rejection names the ConvertError variant, so callers
  branch on it rather than on the message text
- napi fills `code` from the error's status, so the rejection is rebuilt
  in Task::reject, the one place with an Env to build a JS error with
- ConvertErrorCode reaches index.d.ts through a dts header file, which
  survives regeneration
2026-08-05 18:36:10 +01:00
tomsideguide 2d3f923973 feat: clean up heading emphasis and table header rows 2026-08-05 17:16:30 +01:00
tomsideguide e884f6163e chore: release v0.1.4 2026-08-05 15:14:53 +01:00
tomsideguide 6eac2b2774 chore: release v0.1.3 2026-08-04 20:50:25 +01:00
tomsideguide aa695d3c7d feat: add an anydoc CLI to the npm package 2026-08-04 20:48:25 +01:00
tomsideguide 58c9ea61b9 docs: name Firecrawl Parse and explain what its OCR adds 2026-08-04 18:43:44 +01:00
tomsideguide 371f47f34a chore: restore the lockfile entries CI's npm expects 2026-08-04 17:19:36 +01:00
tomsideguide c756978d59 chore: release 0.1.2 2026-08-04 17:14:14 +01:00
tomsideguide 2d95950345 ci: create the GitHub release last, with the addons, wheels, and sdist
napi prepublish no longer creates the release as a side effect of the
npm publish (--no-gh-release, so that job drops contents: write). A final
job, gated on all three registry publishes, creates the release with
generated notes and uploads every built artifact.
2026-08-04 17:11:15 +01:00
tomsideguide 5edf4da782 docs: rewrite the READMEs around features, quick starts, and the hosted parse option 2026-08-04 16:45:49 +01:00
tomsideguide edc8726890 chore: regenerate the Node loader for 0.1.1 2026-08-04 16:04:42 +01:00
tomsideguide eb5bee7bc8 chore: release 0.1.1 2026-08-04 15:57:11 +01:00
tomsideguide fafe45c4a4 feat(node): napi bindings published as @firecrawl/anydoc 2026-08-03 13:43:35 +01:00