Skip to content

v0.9.3

Compare
Choose a tag to compare
@Icemic Icemic released this 10 Aug 01:17
· 9 commits to main since this release

New Features

  • add conversion from OwnedJsValue for Option (thanks to @chmln)

Bug Fixes

  • enhance serialization for i64 and u64 types in Serializer (@Icemic)
  • handle u64 conversion for number between MAX_SAFE_INTEGER and i64::MAX (@Icemic)
  • wrong impl on TryFrom for HashMap<K, V> (@Icemic)

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Enhance serialization for i64 and u64 types in Serializer (6669860)
    • Handle u64 conversion for number between MAX_SAFE_INTEGER and i64::MAX (4c53a36)
    • Wrong impl on TryFrom for HashMap<K, V> (32497e2)
    • Merge pull request #14 from chmln/feat/add-option-conversion (1fc3f7b)
    • Add conversion from OwnedJsValue for Option (44a6ed6)