Skip to content

Releases: ryparker/schematized

v1.9.0

01 Jan 21:18
Compare
Choose a tag to compare

1.9.0 (2021-01-01)

Features

  • schema-builder.ts: added sorting of key on toSchema() (39e964b)

v1.8.9

23 Dec 18:09
Compare
Choose a tag to compare

1.8.9 (2020-12-23)

Bug Fixes

  • package.json, yarn.lock: bumped deps and locked AJV version to v6 (cf7db91)

v1.8.8

20 Nov 19:55
Compare
Choose a tag to compare

1.8.8 (2020-11-20)

Bug Fixes

  • package.json: resolved to "mem": "^4.0", (4be8699)
  • yarn.lock: updated yarn lock (d6e45c0)

v1.8.7

20 Nov 18:55
Compare
Choose a tag to compare

1.8.7 (2020-11-20)

Bug Fixes

  • package.json: upgraded yarn deps (520d124)

v1.8.6

20 Nov 18:46
Compare
Choose a tag to compare

1.8.6 (2020-11-20)

Bug Fixes

  • commitizen: added commitizen config (543f61b)
  • package.json: added conventional-changelog-conventionalcommits (bbb161e)
  • package.json: upgraded deps (f5dd8c0)
  • package.json, .github/*: fixed semantic-release config for main branch (5cb9554)
  • schema-node.ts: fix XO linter errors (00e876b)

v1.8.5

13 Aug 16:55
Compare
Choose a tag to compare

1.8.5 (2020-08-13)

Bug Fixes

  • max/min limits: min/max were inaccurate if unset or 0 (caa0fe6)

v1.8.4

13 Aug 16:20
Compare
Choose a tag to compare

1.8.4 (2020-08-13)

Bug Fixes

  • objects, patternproperties: objects with only patternProps will no longer have undefined props (71d0e5d)

v1.8.3

12 Aug 20:46
Compare
Choose a tag to compare

1.8.3 (2020-08-12)

Bug Fixes

  • strategies/*: null strategy values will be ignored (dd3d6d8)

v1.8.2

12 Aug 16:04
Compare
Choose a tag to compare

1.8.2 (2020-08-12)

Bug Fixes

  • array and string strategies: fix for empty arrays being schematized as "items:undefined" (4233772)

v1.8.1

12 Aug 15:36
Compare
Choose a tag to compare

1.8.1 (2020-08-12)

Performance Improvements

  • removed unnecessary toschema() declarations: also bumped deps (df9e42c)