Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 883 Bytes

0.4.0

Added

  • Copying method toReplaced and toReplacedWhere for replacing a specific element in an iterable.
  • min and minBy methods for finding min element in an iterable.
  • chunk method for chunking elements to some lists according a size.

Other

  • Looser SDK version limitation.

0.3.0

BREAKING CHANGES

  • If you are using hide or show to partial import, note that maxBy is moved to Max and uniqueBy is moved to Unique.

Added

  • splice for mutating list like ESMAScript.
  • Some copying version methods for Dart SDK and splice.

0.2.0

Added

  • dropNull for type-friendly dropping null elements in an nullable iterable.

Documentation

  • Change the descriptions in pubspec, README and generated documentation.
  • Fix unresolved doc reference.
  • Fix installation step in Dart project.

0.1.0

  • Initial version.