Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 568 Bytes

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 568 Bytes

CHANGELOG

0.2.0

Support for Dart 4.0.0

  • Feature
    • Iterable
      • any
      • all

0.1.3

  • Feature
    • num
      • pow
      • sqrt

0.1.2

  • Feature
    • String
      • removePrefix
      • removeSuffix
      • trimText
      • encode
      • toUrlEncoded
    • List<int>
      • toUint8List
      • decode
      • toBase64
      • toUrlEncoded

0.1.1

  • Feature
    • num
    • DateTime
    • Iterable

0.1.0

  • Initial version.