github arktypeio/arktype arktype@2.0.0-dev.26

latest releases: @arktype/util@0.44.1, @ark/util@0.44.1, @ark/type@2.1.6...
pre-release9 months ago

Improved string default parsing

String defaults are now parsed more efficiently by the core string parser. They can include arbitrary whitespace and give more specific errors.

Fix a resolution issue on certain cyclic unions

// Now resolves correctly
const types = scope({
	TypeWithKeywords: "ArraySchema",
	Schema: "number|ArraySchema",
	ArraySchema: {
		"additionalItems?": "Schema"
	}
}).export()

Don't miss a new arktype release

NewReleases is sending notifications on new releases.