Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: dart-lang/fixnum

v1.1.0

30 Jan 20:50
96ca1fe
Compare
Choose a tag to compare
  • Add tryParseRadix, tryParseInt and tryParseHex static methods
    to both Int32 and Int64.
  • Document exception and overflow behavior of parse functions,
    and of toHexString.
  • Make Int32 parse functions consistent with documentation (accept
    leading minus sign, do not accept empty inputs).
  • Update the minimum SDK constraint to 2.19.
  • Update to package:lints 2.0.0.