Skip to content

v1.0.0

Compare
Choose a tag to compare
@pbcornell pbcornell released this 04 Jun 22:47
· 15 commits to master since this release
07bdad5

This release provides full support for hashing all Ion values.

Changes

  • Now depends on ion-dotnet v1.0.0
  • IIonHashReader inherits breaking interface changes to IIonReader made in ion-dotnet v1.0.0. Specifically: GetTypeAnnotations() now returns string[]. The new GetTypeAnnotationSymbols() API provides the same functionality that GetTypeAnnotations() previously provided.
  • Adds API documentation (#37)

Bug Fixes

  • Removes logic that was causing annotations to be duplicated during hashing (#28)

Associated milestone: M2

Full list of commits: v0.9.0-beta...v1.0.0