- Added
truncate
method toString
. - Added
capitalize
method toString
.
- Added
average
method toIterable
.
- Added stricter type checks.
- Added
ComparableBasics
. - Added
getRange
toIterable
. - Added
isNullOrBlank
andisNotNullOrBlank
toString?
- Improved performance of
maxBy
,minBy
andsortBy
by adding a cache.
Added copyWith
, addCalendarDays
, and calendarDaysTill
to DateTimeBasics
.
Remove object basics (isNull
and isNotNull
).
Update docs.
Updated with null safety.
Added MapBasics.get
.
Added DateTimeBasics
.
Add example and changelog.
Initial release.