1
0
Fork 0
js-yaml-schema/docs/api
ssube 800f6bb5b2
feat(schema): remove include type from default schema
BREAKING CHANGE: the include type requires a significant subset of
the synchronous fs API to be provided when creating a schema, even
if the include type is never used. Since the resolution must be
synchronous, the include type is limited to local fs and memory
access, and not very useful with network loading. It has been
removed from the default schema, but can be included by calling
`createIncludeSchema` instead.
2021-07-10 15:12:59 -05:00
..
index.md feat(type): add env, include, regexp, and stream 2019-11-13 08:20:34 -06:00
js-yaml-schema.createinclude.md feat(schema): remove include type from default schema 2021-07-10 15:12:59 -05:00
js-yaml-schema.createschema.md feat(schema): remove include type from default schema 2021-07-10 15:12:59 -05:00
js-yaml-schema.envtype.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.includeoptions.exists.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.includeoptions.join.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.includeoptions.md feat(schema): remove include type from default schema 2021-07-10 15:12:59 -05:00
js-yaml-schema.includeoptions.read.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.includeoptions.resolve.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.includeoptions.schema.md update: api-extractor 2021-03-27 19:33:56 -05:00
js-yaml-schema.md feat(schema): remove include type from default schema 2021-07-10 15:12:59 -05:00
js-yaml-schema.regexptype.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00
js-yaml-schema.schemaoptions.base.md fix: selectively copy mutable schema options 2021-04-17 18:57:18 -05:00
js-yaml-schema.schemaoptions.md feat(schema): remove include type from default schema 2021-07-10 15:12:59 -05:00
js-yaml-schema.streamtype.md feat: switch to instantiated API, add `createSchema` entrypoint 2020-08-08 20:01:34 -05:00