frappe 0.4.0+4 copy "frappe: ^0.4.0+4" to clipboard
frappe: ^0.4.0+4 copied to clipboard

outdated

A functional reactive programming library for Dart. Frappé extends the functionality of Dart's streams, and introduces new concepts like properties/signals.

Changelog #

Note: Patch versions that only include documentation changes are omitted.

0.4.0+3 (03/09/2015) #

  • Fix an issue where the stream returned by Property.asEventStream() would still behave like a property [#38]

0.4.0 (03/02/2015) #

  • Fix an issue where EventStreams wouldn't be the same type of stream as its source [#17]
  • Transformation methods on Property or EventStream now return the same type of Reactable
  • Add Reactable.concat()
  • Add Reactable.concatAll()
  • Add Reactable.doAction()
  • Add Reactable.mergeAll()
  • Add Reactable.sampleOn()
  • Add Reactable.sampleEachPeriod()
  • Add Reactable.selectFirst()
  • Add Reactable.startWith()
  • Add Reactable.startWithValues()
  • Add Reactable.zip()
  • Add EventStream.empty() constructor
  • Add EventStream.fromValue() constructor
  • Add EventStream.periodic() constructor
  • Bug fixes in Reactable.isWaitingOn()
  • Deprecate Reactable.asStream(), it's now Reactable.asEventStream()
  • Deprecate Property operator overrides, equals(), >, >=, <, <=, +, -, *, /
  • Property.and() and Property.or() can now accept any stream
  • Property.not() has been moved to Reactable
  • Remove type declerations for Reactable.scan()

0.3.2+1 (01/10/2015) #

0
likes
0
pub points
27%
popularity

Publisher

unverified uploader

A functional reactive programming library for Dart. Frappé extends the functionality of Dart's streams, and introduces new concepts like properties/signals.

Homepage

License

unknown (LICENSE)

Dependencies

stream_transformers

More

Packages that depend on frappe