Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 426 Bytes

CHANGELOG.md

File metadata and controls

11 lines (9 loc) · 426 Bytes

0.0.4

  • Resolved Error in case of web.
    • Problem was about range of number
    • Resolved by replacing int to BigInt for web lib/src/tsid_web.dart
    • Some types are mismatched in tsid_default.dart and tsid_web.dart
      • Probably 'BigInt' will be used instead of 'int' for public methods

0.0.5

  • Added == Operator for the Tsid Comparison Test