Valita Versions Save

A typesafe validation & parsing library for TypeScript.

v0.3.8

1 month ago

Patch Changes

  • d2f85db Thanks @jviide! - Fix release automation, name scripts bump/release instead of version/publish

v0.3.6

2 months ago
  • Generate provenance statements for npm.
  • Functions passed to .chain(...), .map(...) and .assert(...) now receive a second parameter, useful for forwarding the current parsing mode to .try(...).

v0.3.5

2 months ago

v0.3.4

2 months ago
  • Add more docstrings.

v0.3.3

2 months ago
  • Add rudimentary docstrings to some exports.

v0.3.2

2 months ago

v0.3.1

2 months ago
  • Add required files for JSR.

v0.3.0

8 months ago
  • BREAKING: Node.js requirement has been updated to v16.
  • Add package.json "exports" field for Bun.

v0.2.10

8 months ago
  • Remove a dangling piece of code introduced in 95ea060b9e1965c7d807feba31fa5a0c6c729409 (thank you @arv for noticing it!)

v0.2.9

8 months ago
  • Fix issue #53
  • Documentation updates (#44, thanks to @dimatakoy!)