Release 1.0.0
This release is a complete implementation of the Ion Schema Specification, and includes the following changes since the previous release:
- re-implements the regex constraint with java.util.regex.Pattern while not exposing Pattern's extra features (#119)
- NOTE: with this change, the use of regex features not explicitly defined in the Ion Schema Specification should no longer work, and may produce an error
- adds test to verify inline type import behavior (and absence of type name conflicts) (#124)
Bugs fixed:
- adds correct propagation of type aliases when importing a schema (#123)
Associated milestone: M4
Full list of changes: v0.8.0-alpha...v1.0.0