Skip to content

v4.1.0

Compare
Choose a tag to compare
@tgregg tgregg released this 02 Dec 21:49
· 61 commits to master since this release

API Changes:

  • Added deleteField method for deleting Struct fields (#623).

Bug Fixes:

  • Shared symbol tables no longer treat Object properties as symbols (#645).
  • Local symbol tables no longer use Objects with default properties to index symbols (#649).
  • Local symbol tables no longer discard duplicate symbols during initialization (#644).

Tweaks:

  • Improved performance when reading binary UInt subfields (#647).

Testing improvements:

  • Migrated from Travis CI to Github Actions.
  • Integrated with ion-test-driver.