Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 431 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 431 Bytes

2.1.0

  • Add distinctUntilChanged operator

2.0.0

  • ** Breaking Change**: Remove fatalErrorOn* operators
  • ** Breaking Change**: Remove guarantees from catchOnEmpty operators

1.2.0

  • Add unit tests
  • Move to RxSwiftCommunity
  • Deprecate 'fatalErrorOn*' operators

1.1.0

  • During release builds fatalError are logged
  • Use guards

1.0.0

  • First public release
  • Add all documentation

0.1.1

  • Initial release