You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
10
+
## [0.2.0] - 2020-12-30
9
11
### Added
10
12
- Partial DSL renderer that can correctly display the schema-schema.
13
+
- Initial generators and property-based tests for roundtripping schemas through their DSL and JSON forms.
14
+
- Extensions to parser to support several schema forms which aren't demonstrated in the schema-schema.
15
+
- Convenient cargo aliases to improve development and testing workflow.
11
16
12
-
## [0.1.1]
17
+
## Fixed
18
+
- Innaccuracies in snapshot of the schema-schema parsed from DSL form and then rendered in JSON form.
13
19
20
+
## [0.1.1] - 2020-12-28
14
21
### Added
15
22
- Schema types based on submodule-pinned copy of IPDL's [schema-schema](./specs/schemas/schema-schema.ipldsch).
16
23
- Partial DSL parser that can read the schema-schema.
17
24
- Serde deserializers to read IPDL's [reified JSON form of the schema-schema](./specs/schemas/schema-schema.ipldsch.json) and a test verifying correspondence to parsed DSL form.
0 commit comments