File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog and versioning
2+ ## 0.1.8
3+
4+ ### New Features ✨
5+
6+ - (release) Replace release bot with GH app by @Jeffreyhung in [ #41 ] ( https://github.com/getsentry/json-schema-diff/pull/41 )
7+ - Add enum support with context-aware breaking change detection by @domdomegg in [ #46 ] ( https://github.com/getsentry/json-schema-diff/pull/46 )
8+ - Add string validation support (pattern, minLength, maxLength) by @domdomegg in [ #51 ] ( https://github.com/getsentry/json-schema-diff/pull/51 )
9+ - Support format by @brhutchins in [ #45 ] ( https://github.com/getsentry/json-schema-diff/pull/45 )
10+ - Support custom ids and $defs from draft 2020-12 by @cakemanny in [ #44 ] ( https://github.com/getsentry/json-schema-diff/pull/44 )
11+
12+ ### Internal Changes 🔧
13+
14+ #### Release
15+
16+ - Fix changelog-preview permissions by @BYK in [ #54 ] ( https://github.com/getsentry/json-schema-diff/pull/54 )
17+ - Switch from action-prepare-release to Craft by @BYK in [ #52 ] ( https://github.com/getsentry/json-schema-diff/pull/52 )
18+
19+ #### Other
20+
21+ - Use pull_request_target for changelog preview by @BYK in [ #53 ] ( https://github.com/getsentry/json-schema-diff/pull/53 )
22+
23+ ### Other
24+
25+ - Fix clippy lints by @untitaker in [ #42 ] ( https://github.com/getsentry/json-schema-diff/pull/42 )
26+
227## 0.1.7
328
429### Various fixes & improvements
Original file line number Diff line number Diff line change 11[package ]
22name = " json-schema-diff"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
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