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

v1.1.0

Latest
Compare
Choose a tag to compare
@devoncarew devoncarew released this 30 Jan 20:50
· 24 commits to master since this release
96ca1fe
  • 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.