Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 790 Bytes

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 790 Bytes

[0.10.0]

  • Added truncate method to String.
  • Added capitalize method to String.

[0.9.0]

  • Added average method to Iterable.

[0.8.1]

  • Added stricter type checks.

[0.8.0]

  • Added ComparableBasics.
  • Added getRange to Iterable.
  • Added isNullOrBlank and isNotNullOrBlank to String?
  • Improved performance of maxBy, minBy and sortBy by adding a cache.

[0.7.0]

Added copyWith, addCalendarDays, and calendarDaysTill to DateTimeBasics.

[0.6.0]

Remove object basics (isNull and isNotNull).

[0.5.1]

Update docs.

[0.5.0]

Updated with null safety.

[0.4.0]

Added MapBasics.get.

[0.3.0]

Added DateTimeBasics.

[0.2.0] - 2020-04-24

Add example and changelog.

[0.1.0] - 2020-04-24

Initial release.