Skip to content

docs: update per-package READMEs for 0.2.0#94

Merged
felipesauer merged 1 commit into
mainfrom
docs/per-package-readmes
Jul 8, 2026
Merged

docs: update per-package READMEs for 0.2.0#94
felipesauer merged 1 commit into
mainfrom
docs/per-package-readmes

Conversation

@felipesauer

Copy link
Copy Markdown
Owner

Summary

The per-package READMEs (packages/js, packages/php) — the ones shown on npm and Packagist — still described the pre-0.2.0 surface. This brings both in line with the root README and the 0.2.0 release.

Both packages:

  • Subtitle now lists TOML and CSV/TSV, and mentions schema validation.
  • Supported formats: new TOML and CSV/TSV blocks.
  • New Schema validation section (base types, constraints, each, wildcards, errorsByPath), with a PHP and a TS example.
  • API reference: fromToml / fromCsv / fromTsv.
  • Exception hierarchy: TomlParseException, CsvParseException, SchemaValidationException.

JS only: the Exports list gains the new accessors, SchemaResult, and the new exceptions.

Docs-only — no source or test changes.

The npm and Packagist READMEs (packages/js, packages/php) still described
the pre-0.2.0 surface. Bring them in line with the root README:

- Supported formats: add TOML and CSV/TSV blocks.
- New "Schema validation" section (types, constraints, each, wildcards,
  errorsByPath) for both languages.
- API reference: add fromToml / fromCsv / fromTsv.
- Exception hierarchy: add TomlParseException, CsvParseException,
  SchemaValidationException.
- JS exports list: add the new accessors, SchemaResult, and exceptions.
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@felipesauer felipesauer merged commit 1f131de into main Jul 8, 2026
9 checks passed
@felipesauer felipesauer deleted the docs/per-package-readmes branch July 8, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant