Skip to content

4.3.3

Compare
Choose a tag to compare
@daegalus daegalus released this 11 Jan 06:04
· 37 commits to main since this release

v4.3.3

  • Fix UUIDv7 in Javascript
    • Using bitshifts on anything over 32bits get truncated. Switched to a more naive solution for now. Hopefully dart2wasm fixes things.
  • Remove unnecessary _randomData() functions
  • Add fixnum package to handle issues in v6, time, and javascript.

Full Changelog: 4.3.2...4.3.3