Skip to content

v0.6.0

Compare
Choose a tag to compare
@mbrubeck mbrubeck released this 01 Dec 17:01
· 316 commits to v2 since this release
  • Breaking change: Remove deprecated SmallVecN type aliases and push_all_move method (#77)
  • Breaking change: Make retain pass &mut T to its predicate (#61)
  • Add new methods dedup, dedup_by, and dedup_by_key (#72)
  • Deprecate the VecLike trait in favor of standard library traits (#74)
  • Optimize the Clone and Deserialize implementations to avoid unnecessary reallocation (#71)
  • Optimize extend_from_slice and insert_from_slice to use copy_nonoverlapping (#76)
  • Include the text of the Mozilla Public License in the source repo (#69)
  • Improved documentation (#75)