File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog and versioning
2+ ## 0.1.6
3+
4+ ### Various fixes & improvements
5+
6+ - support const keyword (#27 ) by @6293
7+ - include input values in snapshot for a smooth review (#28 ) by @6293
8+ - chore: consistent return type among methods (#29 ) by @6293
9+ - split testsuite into files (#24 ) by @6293
10+ - split multiple types into anyOf subschema (#20 ) by @6293
11+ - feat: Add support for changes to "required" properties (#19 ) by @lynnagara
12+ - doc: Remove feature list from README (#18 ) by @untitaker
13+
214## 0.1.5
315
416### Various fixes & improvements
Original file line number Diff line number Diff line change 11[package ]
22name = " json-schema-diff"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " Diff changes between JSON schema files."
You can’t perform that action at this time.
0 commit comments