Skip to content

Commit 5f81162

Browse files
committed
Add missing dates in changelog
1 parent 409a515 commit 5f81162

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

CHANGELOG.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Fix some anomaly checking with `patternProperties`
1414
- Fix some anomaly checking with `additionalProperties`
1515

16-
## [0.20.1]
16+
## [0.20.1] - 2024-02-28
1717
### Added
1818
- Support for using `treeReduce` with Apache Spark
1919

20-
## [0.20.0]
20+
## [0.20.0] - 2024-02-20
2121
### Fixed
2222
- Fix array uniqueness subset check
2323

2424
### Changed
2525
- Combine numeric schemas in `ProductSchema`
2626
- Use JSON Pointer objects instead of strings
2727

28-
## [0.19.0]
28+
## [0.19.0] - 2023-11-26
2929
### Fixed
3030
- Fix package coordinates
3131

32-
## [0.18.0]
32+
## [0.18.0] - 2023-11-20
3333
### Added
3434
- Testing validation via Bowtie
3535
- Collect anomalies for `patternProperties`
@@ -41,15 +41,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- Declare partial support for `additionalProperties`
4242
- Track Boolean values which are constant
4343

44-
## [0.17.0]
44+
## [0.17.0] - 2023-08-08
4545
### Added
4646
- Add calculation of schema entropy
4747

4848
### Changed
4949
- Switch to draft 2020-12
5050
- Switch back to `prefixItems`
5151

52-
## [0.16.0]
52+
## [0.16.0] - 2023-08-02
5353
### Added
5454
- Add dynamic object transformer
5555
- Add disjoint key transformer
@@ -91,7 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9191
- Fix extreme value anomaly checks in histograms
9292
- Fix tuple schema deserialization from JSON Schema
9393

94-
## [0.15.0]
94+
## [0.15.0] - 2023-04-11
9595
### Changed
9696
- Add namespace to `AnomalyLevel`
9797
- Unknown properties are not anomalous if `additionalProperties` is true
@@ -103,14 +103,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103103
- Correct anomaly detection in `ProductSchema`
104104
- More accurate anomaly detection for `PatternProperty`
105105

106-
## [0.14.0]
106+
## [0.14.0] - 2023-04-04
107107
### Changed
108108
- Move to new package name
109109

110110
### Fixed
111111
- Fix JSONoid version in generated schema
112112

113-
## [0.13.0]
113+
## [0.13.0] - 2023-02-28
114114
### Added
115115
- Allow disabling expansion entirely
116116
- Add possible debug output to CLI
@@ -132,11 +132,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132132
- Exit with non-zero status for invalid arguments
133133
- Allow oblivious expansion with split discovery
134134

135-
## [0.12.2]
135+
## [0.12.2] - 2023-02-24
136136
### Added
137137
- Allow specifying random number seed for reproducible discovery
138138

139-
## [0.12.1]
139+
## [0.12.1] - 2023-02-23
140140
### Added
141141
- Add a property to track the percentage of true Boolean values
142142
- Allow for oblivious expansion without another schema
@@ -148,7 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148148
## Fixed
149149
- Fix missing bash in Docker image
150150

151-
## [0.12.0]
151+
## [0.12.0] - 2023-02-21
152152
### Added
153153
- Add equivalence relation which checks types
154154
- Allow additional ER choices in CLI
@@ -167,7 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167167
- Correctly check UUID format
168168
- Correctly check email format
169169

170-
## [0.11.0]
170+
## [0.11.0] - 2023-01-13
171171
### Added
172172
- Make definition transformation optional when running via Spark
173173
- Use [DDSketch](https://github.com/DataDog/sketches-java/) for histograms
@@ -186,7 +186,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186186
- Added Scalafix along with some minor rewrites
187187
- Pretty print final JSON schema
188188

189-
## [0.10.0]
189+
## [0.10.0] - 2022-04-15
190190
### Added
191191
- Add intersecting label equivalence relation
192192
- Include serialized HLL in generated schema
@@ -199,48 +199,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199199
### Fixed
200200
- Avoid discovering properties not required in CLI
201201

202-
## [0.9.7]
202+
## [0.9.7] - 2022-03-14
203203
### Added
204204
- Detect anomalies resulting from dependency violations
205205

206-
## [0.9.6]
206+
## [0.9.6] - 2022-03-12
207207
### Fixed
208208
- Fix nested property transformation
209209

210-
## [0.9.5]
210+
## [0.9.5] - 2022-03-12
211211
### Fixed
212212
- Fix property restriction for complex types
213213

214-
## [0.9.4]
214+
## [0.9.4] - 2022-03-11
215215
### Added
216216
- Allow restricting to a subset of properties
217217

218-
## [0.9.3]
218+
## [0.9.3] - 2022-03-09
219219
### Fixed
220220
- Fix Bloom filter deserialization
221221

222-
## [0.9.2]
222+
## [0.9.2] - 2022-03-09
223223
### Added
224224
- Fix `dependentRequired` during conversion
225225

226-
## [0.9.1]
226+
## [0.9.1] - 2022-03-09
227227
### Added
228228
- Support `dependentRequired` during conversion
229229

230-
## [0.9.0]
230+
## [0.9.0] - 2022-03-09
231231
### Fixed
232232
- Correct type anomaly detection
233233

234-
## [0.8.3]
234+
## [0.8.3] - 2022-03-08
235235
### Fixed
236236
- Avoid unnecessary anomaly errors on `patternProperties`
237237

238-
## [0.8.2]
238+
## [0.8.2] - 2022-03-08
239239
### Added
240240
- Serialize/deserialize Bloom filters
241241
- Support `const` when converting schemas
242242

243-
## [0.8.1]
243+
## [0.8.1] - 2022-03-08
244244
### Added
245245
- Allow transformers to work on top-level objects
246246
- Separate transformer to merge schemas containing `allOf`
@@ -253,7 +253,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253253
### Fixed
254254
- Properly detect type anomalies with nested schemas
255255

256-
## [0.8.0]
256+
## [0.8.0] - 2022-02-22
257257
### Added
258258
- Allow merging schemas by intersection instead of union
259259
- Use a base schema in `ProductSchema`
@@ -262,20 +262,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262262
- Restore CLI functionality
263263
- Ensure special schemas are merged correctly
264264

265-
## [0.7.3]
265+
## [0.7.3] - 2022-02-16
266266
### Fixed
267267
- Don't show reference in `ReferenceObjectProperty#toString` to fix circular references
268268
- Support circular references during reference resolution
269269

270-
## [0.7.2]
270+
## [0.7.2] - 2022-02-15
271271
### Fixed
272272
- Added missing `patternProperties` support to `SchemaWalker`
273273

274-
## [0.7.1]
274+
## [0.7.1] - 2022-02-15
275275
### Added
276276
- Support `patternProperties` during object conversion
277277

278-
## [0.7.0]
278+
## [0.7.0] - 2022-02-09
279279
### Added
280280
- Support exclusive min/max during conversion
281281
- Support `allOf` during object conversion
@@ -285,7 +285,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285285
- Add more explicit object conversion errors
286286
- `MultipleOfProperty` renamed to `IntMultipleOfProperty`
287287

288-
## [0.6.3]
288+
## [0.6.3] - 2022-02-08
289289
### Added
290290
- Perform heuristic type detection during object conversion
291291
- Support `additionalItems` during object conversion
@@ -297,23 +297,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297297
### Fixed
298298
- Allow arrays to be converted without item type
299299

300-
## [0.6.2]
300+
## [0.6.2] - 2022-02-04
301301
### Fixed
302302
- Perform definition conversion for all types
303303

304-
## [0.6.1]
304+
## [0.6.1] - 2022-02-04
305305
### Fixed
306306
- Don't require root to be `ObjectSchema` when resolving references
307307

308-
## [0.6.0]
308+
## [0.6.0] - 2022-02-04
309309
### Added
310310
- Show error message when converting with `patternProperties`
311311
- Include definitions when converting to JSONoid objects
312312

313313
### Changed
314314
- Store definitions directly on the `JsonSchema` object, not as a property
315315

316-
## [0.5.5]
316+
## [0.5.5] - 2022-02-03
317317
### Added
318318
- Allow a reference object to be stored for schema references
319319
- Correctly parse `$ref` during object conversion
@@ -322,7 +322,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
322322
### Changed
323323
- Enable Wartremover only for compilation (not tests)
324324

325-
## [0.5.4]
325+
## [0.5.4] - 2022-02-01
326326
### Added
327327
- Support cases where `type` is an array in JSONoid object conversion
328328
- Support enums in JSONoid object conversion
@@ -335,28 +335,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
335335
- Make JSONoid conversion helper methods private
336336
- Don't construct `ProductSchema` with a single element during object conversion
337337

338-
## [0.5.3]
338+
## [0.5.3] - 2022-01-31
339339
### Changed
340340
- Throw a more readable exception if `$ref` or `allOf` are found during conversion
341341
- Assume something is object type during conversion if it has `properties`
342342

343343
### Fixed
344344
- Allow objects with no defined properties when converting to JSONoid
345345

346-
## [0.5.2]
346+
## [0.5.2] - 2022-01-31
347347
### Added
348348
- `NonEquivalenceRelation` which never merges
349349
- Also convert `anyOf` and `oneOf` to `ProductSchema` during conversion
350350

351-
## [0.5.1]
351+
## [0.5.1] - 2022-01-29
352352
### Added
353353
- New `getOrNone` method for `SchemaProperties` which returns an `Option`
354354

355355
### Changed
356356
- Moved ``BuildInfo`` class to inside `discovery` package
357357
- Update assembly JAR configuration to change name
358358

359-
## [0.5.0]
359+
## [0.5.0] - 2022-01-28
360360
### Added
361361
- Histograms are tracked for array and string lengths
362362
- JSON values can be checked for anomalies against a schema
@@ -368,11 +368,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
368368
### Fixed
369369
- Definition replacement now works for `ProductSchema`
370370

371-
## [0.4.2]
371+
## [0.4.2] - 2021-10-15
372372
### Fixed
373373
- Don't include `ProductSchema` counts in generated schema
374374

375-
## [0.4.1]
375+
## [0.4.1] - 2021-10-15
376376
### Added
377377
- Allow `ProductSchema` as a top-level result
378378

0 commit comments

Comments
 (0)