We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62303ec commit c60f376Copy full SHA for c60f376
CHANGELOG.md
@@ -6,8 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## 0.2.1 - 2020-11-27
10
+
11
### Fixed
12
- Named schema resolution outside of union variants.
13
+- Implicitly defined named schemas should resolve in union variants [#6](https://github.com/creativcoder/avrow/issues/6)
14
+- Default values in union schema fields in records should parse correctly [#1](https://github.com/creativcoder/avrow/issues/1)
15
16
### Updated
17
- Documentation.
0 commit comments