Runtypes Versions Save

Runtime validation for static types

v6.7.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pelotom/runtypes/compare/v6.6.0...v6.7.0

v6.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pelotom/runtypes/compare/v6.5.1...v6.6.0

v6.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pelotom/runtypes/compare/v6.5.0...v6.5.1

v6.5.0

2 years ago

What's Changed

Full Changelog: https://github.com/pelotom/runtypes/compare/v6.4.1...v6.5.0

v6.4.1

2 years ago

Bug Fixes

  • Enable static types of Optional in Dictionary (#281)
  • Fix return type of top-level match function (#283)

v6.4.0

2 years ago

Features

  • Add Template runtype (#279)

v6.3.2

2 years ago

Bug Fixes

  • Use globalThis instead of global (#273)

Documentation

  • Add runtyping as a related library (#271)

v6.3.1

2 years ago

Bug Fixes

  • Handle null prototypes in failure messaging (#263)

Refactors

  • Unuse unicode option for regex (#245)

Documentation

  • Add more related libraries (#242)

v6.3.0

3 years ago

Features

  • Add extend helper function to Record (#239)
  • Add predefined Nullish runtype (#241)

v6.2.1

3 years ago

Reverts

  • Revert "Remove workaround for resolved TypeScript issue (#230)" (#233)