File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
## [ 4.3.0] - 2020-02-28
15
15
### Changed
16
- - limit collected type attributes by declared "type" (prior to any ` TypeAttributeOverride ` !)
16
+ - Limit collected type attributes by declared "type" (prior to any ` TypeAttributeOverride ` !)
17
17
18
18
### Fixed
19
- - not declare any "type" for ` Object.class ` by default
19
+ - Not declare any "type" for ` Object.class ` by default
20
20
21
21
## [ 4.2.0] - 2020-02-27
22
22
### Added
@@ -30,15 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
31
31
## [ 4.1.0] - 2020-02-18
32
32
### Added
33
- - new ` Option.FLATTENED_ENUMS_FROM_TOSTRING ` , using ` toString() ` instead of ` name() ` as per ` Option.FLATTENED_ENUMS `
33
+ - New ` Option.FLATTENED_ENUMS_FROM_TOSTRING ` , using ` toString() ` instead of ` name() ` as per ` Option.FLATTENED_ENUMS `
34
34
35
35
## [ 4.0.2] - 2020-01-30
36
36
### Fixed
37
- - avoid further characters in definition keys that are not URI-compatible (#19 )
37
+ - Avoid further characters in definition keys that are not URI-compatible (#19 )
38
38
39
39
## [ 4.0.1] - 2020-01-29
40
40
### Fixed
41
- - avoid white-spaces in definition keys
41
+ - Avoid white-spaces in definition keys
42
42
43
43
## [ 4.0.0] - 2020-01-03
44
44
### Added
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.github.victools</groupId >
10
10
<artifactId >jsonschema-generator</artifactId >
11
- <version >4.3.1 -SNAPSHOT</version >
11
+ <version >4.4.0 -SNAPSHOT</version >
12
12
<packaging >jar</packaging >
13
13
14
14
<licenses >
You can’t perform that action at this time.
0 commit comments