Skip to content

0.20.1

Compare
Choose a tag to compare
@matanlurey matanlurey released this 29 Nov 03:07
· 78 commits to master since this release

0.20.1

  • Add Observable<List|Set|Map>.unmodifiable for immutable collections
  • Add Observable<List|Set|Map>.EMPTY for empty immutable collections
    • This can be used as an optimization for libraries that always
      need to return an observable collection, but don't want to
      allocate a new instance to represent an empty immutable.