Releases: DZakh/rescript-json-schema
Releases · DZakh/rescript-json-schema
v6.2.0
v6.1.0
Added support for rescript-schema
V8
Full Changelog: v6.0.1...v6.1.0
v6.0.1
- Include
rescript.json
to published files - Fix online converter
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Update rescript-schema
to use V7
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- Migrate to
rescript-schema
(previouslyrescript-struct
) - Renamed
toStruct
->toRescriptSchema
- Correct Vite configuration to fix broken GitHub Pages for online converter by @smorimoto in #9
New Contributors
- @smorimoto made their first contribution in #9
Full Changelog: v4.0.0...v5.0.0
v3.1.0
Support rescript@11
in uncurried mode.
Full Changelog: v3.0.0...v3.1.0
v4.0.0
v3.0.0
Changes
- Added online converter of JSON Schema to rescript-struct.
- Added
JSONSchema.toStruct
- Added
JSONSchema.validate
- Built-in refinements are represented in the created JSON Schema
- Added
JSONSchema7.Mutable
module
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
-
Added complete type definition for the
http://json-schema.org/draft-07/schema#
-
Renamed module
JsonSchema
toJSONSchema
To align withrescript-core
'sJSON
module. -
Replace
raw
withextend
-
Update peer dependencies:
rescript-struct@4.0.x
-
Removed
description
in favor ofS.describe
-
Added CI and test coverage
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Fix usage with
commonjs
- Remove
deepmerge
from dependencies - Update
rescript-struct
peer dependency
Full Changelog: v1.0.1...v1.1.0