Skip to content

Releases: logfoxai/runtyp

v2.4.5

24 Feb 02:20
2e215f1

Choose a tag to compare

🐛 Bug Fixes

  • package.json repository URL for npm trusted publishing (OIDC) (1540c6d)
  • contents write for autorel tag push (c3ab6d7)
  • trigger deploy (cbb7f73)
  • update dependencies to resolve npm audit vulnerabilities (b2ff8c6)

📚 Documentation

  • tweak title to reflect file size advantages over zod (8dbc8a4)

🔧 Continuous Integration

  • Node 24 in release for npm trusted publishing (OIDC) (7317ceb)
  • Node 22, OIDC release, remove NPM_CONFIG_PROVENANCE, use validate (557a880)

v2.4.4

30 Jan 20:09
ebcd420

Choose a tag to compare

🔧 Continuous Integration

  • only run checks on pull requests (#14) (ebcd420)

v2.4.3

30 Jan 19:57
cafa479

Choose a tag to compare

🐛 Bug Fixes

  • preserve literal types in Infer by using const type parameter (#7) (cafa479)
  • guard Prettify against any/unknown types (#8) (e1acfaf)

chore

  • upgrade typescript-eslint to v7 for TS 5.3+ support (#11) (dc515cb)

v2.4.2

30 Jan 19:39

Choose a tag to compare

🐛 Bug Fixes

v2.4.1

30 Jan 19:22
b0a4227

Choose a tag to compare

🔧 Continuous Integration

v2.4.0

30 Jan 19:06
e2ea063

Choose a tag to compare

🔧 Continuous Integration

  • enable npm provenance for package attestation (#13) (e2ea063)
  • fixed autorel deprecation, updated outdated references in package.json, silenced passing tests (78dafe4)

🐛 Bug Fixes

✨ Features

  • add record() predicate for validating Record<string, T> (#9) (636198c)

v2.3.2

07 Dec 22:55

Choose a tag to compare

📚 Documentation

  • fix link issue for validation errors (79132c1)

v2.3.1

07 Dec 22:52

Choose a tag to compare

🐛 Bug Fixes

  • bump deps for security fixes (b5be66c)
  • remove aerovew sponsorship (91c2ac8)

v2.3.0

09 Nov 22:47

Choose a tag to compare

🐛 Bug Fixes

✨ Features

  • object schema is now optional (478bcf7)

v2.2.0

09 Nov 22:43

Choose a tag to compare

✨ Features