Releases: ryparker/schematized
Releases · ryparker/schematized
v1.9.0
1.9.0 (2021-01-01)
Features
- schema-builder.ts: added sorting of key on
toSchema()
(39e964b)
v1.8.9
1.8.9 (2020-12-23)
Bug Fixes
- package.json, yarn.lock: bumped deps and locked AJV version to v6 (cf7db91)
v1.8.8
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
1.8.7 (2020-11-20)
Bug Fixes
- package.json: upgraded yarn deps (520d124)
v1.8.6
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
1.8.5 (2020-08-13)
Bug Fixes
- max/min limits: min/max were inaccurate if unset or 0 (caa0fe6)
v1.8.4
1.8.4 (2020-08-13)
Bug Fixes
- objects, patternproperties: objects with only patternProps will no longer have undefined props (71d0e5d)
v1.8.3
1.8.3 (2020-08-12)
Bug Fixes
- strategies/*: null strategy values will be ignored (dd3d6d8)
v1.8.2
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
1.8.1 (2020-08-12)
Performance Improvements
- removed unnecessary toschema() declarations: also bumped deps (df9e42c)