Skip to content

Commit 0b6f7c3

Browse files
committed
Create CHANGELOG.md
1 parent b612ba4 commit 0b6f7c3

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [0.2.0] - 2023-04-24
6+
7+
### Changed
8+
9+
- Switched to Gradle.
10+
- Added support for JSON Schema draft 2019-09 and 2020-12.
11+
- Internal dependency version bumps.
12+
- Test suite cleanup.
13+
14+
### Fixed
15+
16+
- Fixed the `time` format inference in `FormatInferrers.dateTime()` to better adhere to the JSON Schema standard. It is trivial to restore the original behavior with a custom implementation of `FormatInferrer`.
17+
18+
## [0.1.5] - 2022-03-10
19+
20+
### Changed
21+
22+
- Switched to Maven Wrapper.
23+
- Internal dependency version bumps.
24+
25+
## [0.1.4] - 2021-07-21
26+
27+
## [0.1.3] - 2021-05-21
28+
29+
### Changed
30+
31+
- Internal dependency version bumps.
32+
33+
### Fixed
34+
35+
- Fixed errors when building for JDK 11 and 12. See [#6](https://github.com/saasquatch/json-schema-inferrer/pull/6).
36+
37+
## [0.1.2] - 2020-03-12
38+
39+
### Changed
40+
41+
- Internal dependency version bumps.
42+
43+
## [0.1.1] - 2020-02-27
44+
45+
[Unreleased]: https://github.com/saasquatch/squatch-android/compare/0.2.0...HEAD
46+
47+
[0.0.6]: https://github.com/saasquatch/squatch-android/compare/0.1.5...0.2.0
48+
49+
[0.0.5]: https://github.com/saasquatch/squatch-android/compare/0.1.4...0.1.5
50+
51+
[0.0.4]: https://github.com/saasquatch/squatch-android/compare/0.1.3...0.1.4
52+
53+
[0.0.3]: https://github.com/saasquatch/squatch-android/compare/0.1.2...0.1.3
54+
55+
[0.0.2]: https://github.com/saasquatch/squatch-android/compare/0.1.1...0.1.2
56+
57+
[0.0.1]: https://github.com/saasquatch/squatch-android/releases/tag/0.1.1

0 commit comments

Comments
 (0)