Skip to content

Releases: jacob-alford/schemata-ts

2.2.4

08 Aug 20:38
401ae71
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • fix: type issue with older version of type-fest and TypeScript 5.4+ by @jacob-alford in #315

Full Changelog: 2.2.3...2.2.4

2.2.3

12 Feb 22:33
2c8b79d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.3

2.2.2

16 Dec 01:44
9901d65
Compare
Choose a tag to compare

Patch Changes

Full Changelog: 2.2.1...2.2.2

2.2.1

29 Nov 18:20
2a789ac
Compare
Choose a tag to compare

Patch Changes

Full Changelog: 2.2.0...2.2.1

2.2.0

09 Nov 00:53
7693030
Compare
Choose a tag to compare

Feature Changes

Full Changelog: 2.1.1...2.2.0

2.1.1

10 Oct 16:18
e17e4ad
Compare
Choose a tag to compare

This update fixes a bug where TypeScript fails to infer the type of a Schema when attempting to build a library with declarations which rely on schemata inference while exporting.

Bug Fixes

Full Changelog: 2.1.0...2.1.1

2.1.0 | Schema Transformations

09 Oct 01:44
d9622ef
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where readOnly or deprecated were wrongly excluded when annotating by @jacob-alford

New Features

Deprecations

  • Strict is now deprecated, use Struct({}).strict() instead
  • Partial is now deprecated, use Struct({}).partial() instead
  • Intersection is now deprecated, use Struct({}).extend({}) or Struct({}).intersect() instead

Full Changelog: 2.0.6...2.1.0

2.0.6

25 Aug 20:39
1163da7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5

16 Aug 16:49
c88e46b
Compare
Choose a tag to compare

Patch Changes

Full Changelog: 2.0.4...2.0.5

2.0.4

06 Aug 19:23
90f84b0
Compare
Choose a tag to compare

Patch Changes

Full Changelog: 2.0.3...2.0.4