Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 627 Bytes

[2.1.0]

  • NNBD

[2.0.1]

  • renamed Reactive.addListener to Reactive.listen
  • renamed Reactive.remoreListener to Reactive.forget

[2.0.0]

  • renamed strip to refs
  • renamed fluid to reactive

[1.9.8]

  • added strip

[1.9.0]

  • added ref
  • added context.get()
  • added Ref.bindValue(builder...)
  • added Fluid.bind(builder)
  • removed Binder
  • min sdk: ">=2.6.0 <3.0.0"

[1.0.0]

  • added bond
  • allows fluid to be mixed in with your models

[0.4.0]

  • added fluids

[0.3.0]

  • exposed access store in Scoped

[0.2.0]

  • added fluid

[0.1.0]

  • ready to use

[0.0.1]

  • initial release.