Releases: amazon-ion/ion-schema-rust
Releases · amazon-ion/ion-schema-rust
v0.15.0
v0.14.1
v0.14.0
v0.13.0
v0.12.0
What's Changed
- fix(ion-schema): add non_exhaustive to ViolationCode enum by @etolbakov in #213
- Adds support for
get_imported_type
,get_type
andget_built_in_or_defined_type
by @desaikd in #215
New Contributors
- @etolbakov made their first contribution in #213
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.0
v0.9.1
v0.9.0
v0.8.0
What's Changed
- modifies
wasm-schema-sandbox
to use flattened violations by @desaikd in #172 - adds implementation of
ieee754_float
constraint by @desaikd in #174 - adds implementation of annotations constraint ISL 2.0 by @desaikd in #175
- adds implementation of regex constraint ISL 2.0 by @desaikd in #176
- adds changes for timestamp ranges ISL 2.0 by @desaikd in #177
- adds changes for logic and length constraints ISL 2.0 by @desaikd in #178
- adds fixes for ISL 2.0 open content by @desaikd in #180
- adds
new_schema()
forSchemaSystem
and minor ISL model fixes by @desaikd in #182 - adds implementation for
WriteToIsl
by @desaikd in #183 - adds an example of serializing ISL model into schema by @desaikd in #185
Full Changelog: v0.7.0...v0.8.0