Skip to content

v0.9.0

Compare
Choose a tag to compare
@Icemic Icemic released this 02 May 17:55
· 26 commits to main since this release

New Features

  • optimize BigInt conversion by adding support for short BigInt
  • add methods to check if OwnedJsValue is BigInt and ShortBigInt
  • add support for ShortBigInt in deserialization

Commit Statistics

  • 3 commits contributed to the release.
  • 41 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Optimize BigInt conversion by adding support for short BigInt (55eb87f)
    • Add methods to check if OwnedJsValue is BigInt and ShortBigInt (8f7d601)
    • Add support for ShortBigInt in deserialization (8298fcc)