Skip to content

Releases: badrap/valita

v0.2.7

07 Aug 02:02
Compare
Choose a tag to compare
  • A maintenance release with some internal refactoring.

v0.2.5

04 Aug 17:54
Compare
Choose a tag to compare
  • A bit of internal refactoring.

v0.2.4

02 Aug 20:24
Compare
Choose a tag to compare
  • Fix a regression that was introduced in v0.2.3 by Yours Truly.

v0.2.3

02 Aug 11:52
Compare
Choose a tag to compare
  • Fix a typo in README.md (#40, thanks to @dimatakoy!)
  • Minor refactoring & optimizations

v0.2.2

28 Jul 16:11
Compare
Choose a tag to compare

v0.2.1

27 May 17:37
Compare
Choose a tag to compare

v0.2.0

06 Mar 04:23
Compare
Choose a tag to compare
  • Breaking: Optionals don't have .parse and .try methods anymore. To create a standalone parser that accepts e.g. either a string or undefined, then v.union(v.string(), v.undefined()) is the recommended way for that.

v0.1.10

19 Feb 22:38
Compare
Choose a tag to compare
v0.1.10

v0.1.9

12 Nov 21:03
Compare
Choose a tag to compare
  • Restore exported types that were accidentally omitted from v0.1.8

v0.1.8

12 Nov 20:49
Compare
Choose a tag to compare
  • Fix type errors when the importer's tsconfig.json has "declaration": true.