Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 1.23 KB

6.0.5

  • RxProxyValue.mapKey and Value.mapKey fixes

6.0.4

  • Analyzer fixes

6.0.3

  • Introduced Value and ProxyValue

6.0.2

Breaking changes:

  • StoredValue renamed to RxStoredValue
  • ProxyValue renamed to RxProxyValue
  • RxProxyValue.mapKey and RxValue.proxyMapKey

5.0.1

  • RxList.removeWhere and RxList.retainWhere fixes

5.0.0

  • RxList fixes

4.0.8

  • Emitter bug fixes when events are added after dispose.

Breaking changes:

  • Emitter.on method is removed

4.0.7

  • dispose method

4.0.6

  • Converted RxValue.listenable from getter to property

4.0.5

  • RxListenable
  • RxValue.listenable

4.0.4

  • Emitter.emitRxValue and Emitter.emitRxValues fixes

4.0.3

  • Emitter helpful constructor parameters

4.0.2

  • Emitter.emitRxValues

4.0.1

  • Minor changes

4.0.0

  • RxMapis now implemented Breaking changes:
  • ListChangeNotification renamed to ListChange
  • ListChangeOp renamed to ListOp
  • SetChangeNotification to SetChange
  • SetChangeOp to SetOp
  • Listenable removed

3.0.1

  • Listenable

3.0.0

  • Null safety support

Breaking changes:

Be aware, there are some breaking changes!

2.1.4

  • Upgraded to Dart 2