v1.0.0
This release provides full support for hashing all Ion values.
Changes
- Now depends on ion-dotnet v1.0.0
IIonHashReader
inherits breaking interface changes toIIonReader
made in ion-dotnet v1.0.0. Specifically:GetTypeAnnotations()
now returnsstring[]
. The newGetTypeAnnotationSymbols()
API provides the same functionality thatGetTypeAnnotations()
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