Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

0.3.0

Choose a tag to compare

@julienrf julienrf released this 27 Jul 12:51
· 568 commits to master since this release

Highlights

  • #158 Upgrade to Dotty 0.2
  • #165 Add withFilter
  • #168 Make factories implicitly available

Other changes

  • #148 Fix implementation of length on LinearSeq
  • #150 Remove dropRight and takeRight from Iterator
  • #153 Add @throws annotations ; fix some Iterator implementations
  • #161 Optimize append, prepend, updated on strict immutable Seq collections. Optimize span and unzip on strict Iterable collections.
  • #166 Fix hierarchy of List and LazyList
  • #176 Optimize List operations
  • #177 Fix mutable.HashMap.getOrElseUpdate ; Add more operations on Iterator and optimize concat.

Changelist: 0.2.0...0.3.0