Skip to content

Release 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pbcornell pbcornell released this 25 Jan 22:38
· 202 commits to master since this release
  • added Type.validate(), which returns validation details
  • added support for content: closed
  • file-based tests to assert validation details
  • API changes:
    • updated Authority.readerFor(): Reader to iteratorFor(): Iterator<IonValue>
    • Schema.getType(name) now returns null when a type isn't found (instead of throwing)
    • removed IonSchemaSystem.getIonSystem()
    • removed IonSchemaSystem.loadSchema(Reader)
    • removed Schema.getType(IonSymbol)