Skip to content

Releases: fastify/fluent-json-schema

v2.0.3

24 Dec 17:54
Compare
Choose a tag to compare

Fixes

  • Fix missing required properties after .only() #90

v2.0.2

21 Dec 21:06
Compare
Choose a tag to compare

Fixes

  • Fix typo in the typings field in the package.json
  • Fix some other typos after the rename of the package #87

v2.0.1

21 Dec 21:04
Compare
Choose a tag to compare

Features

Renamed fluent-schema to fluent-json-schema #87

v1.1.0

04 Dec 23:05
Compare
Choose a tag to compare

Features

  • @jillesme Add of schema.only(['username', 'password']) to extract a sub schema from a large schema

v1.0.6

01 Dec 22:34
Compare
Choose a tag to compare

Fixes

  • @climba03003 Typescript mismatch for items, additionItems, propertyNames API (#82)

Docs

v1.0.5

26 Oct 19:31
Compare
Choose a tag to compare

Fixes

  • Better typescript types for S.mixed #80

Docs

  • fix wrong AJV link #81

v1.0.4

20 Jun 13:27
Compare
Choose a tag to compare

features

  • Add chained .extend e.g. S.object().extend(S.object()).extend(S.object()) #76

v1.0.3

02 Jun 21:15
Compare
Choose a tag to compare

Bugs

  • fix allows using .extend and propagate isFluentSchema prop after the schema has been extended #74
  • fix regression #73 (breaks required properties array when extend is used)

v1.0.2

17 May 16:36
Compare
Choose a tag to compare

Bugs

  • Allow empty array as the default value for a prop (#70) @salmanm
  • Better merge strategy for extending the schema #65 @aboutlo

v1.0.1

08 May 19:24
Compare
Choose a tag to compare

Bugs

  • Added types for FORMATS #66 @dfee
  • Fix doc reference links and other doc improvements #68 @satazor