Skip to content

Releases: jacob-alford/schemata-ts

1.2.3 | EsModule Compat

02 Feb 20:14
763989e
Compare
Choose a tag to compare

Minor patch to bolster NPM / Node / Bundler module compatibility. Recent versions of Node support es-modules, but fp-ts does not; though fp-ts does have es-modules they are not formatted properly for node. This patch ensures that node is pinned to schemata-ts common-js emissions, and browsers can tree shake schemata-ts and fp-ts.

Tested with:

  1. Node.js running on .mjs files
  2. Node.js running on .js files
  3. Create-React-App (webpack) typescript es-modules
  4. Vite (react-ts)

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

07 Jan 19:37
Compare
Choose a tag to compare

Move types field of package.json to top of exports listing

Full Changelog: 1.2.1...1.2.2

1.2.1

07 Jan 19:12
27ed73d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0 JSON Schema

05 Jan 03:35
0ab5162
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0 Happy Holidays!

20 Dec 04:43
4723b3e
Compare
Choose a tag to compare

This update comes with one new schema, NonEmptyArray and three new schemable typeclasses, Printer, JsonSerializer, and JsonDeserializer.

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

07 Dec 01:09
6cd0f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

27 Nov 23:36
660117c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...1.0.0

0.1.1

24 Oct 01:05
8be1229
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

22 Oct 22:41
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

0.1.0

What's Changed

  • Name change: schemable-ts-types -> schema-ts
  • Fix .gitignore of docs, remove existing checked-in docs by @skeate in #121

Full Changelog: 0.0.4...0.1.0

0.0.4

11 Oct 00:11
2de1e73
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

New Modules

Miscellaneous

Full Changelog: 0.0.3...0.0.4