Skip to content

Releases: jinyus/dart_beacon

v0.41.0

06 Mar 02:05
Compare
Choose a tag to compare

What's Changed

  • Add PeriodicBeacon by @jinyus in #87
  • [Feat] Add FutureBeacon.toFuture() resetIfError option by @jinyus in #88

Full Changelog: v0.40.0...v0.41.0

v0.40.0

04 Mar 05:05
Compare
Choose a tag to compare

What's Changed

  • Add synchronous option to wrap, buffer, bufferTime, debounce, throttle, filtered, and map methods by @jinyus in #82
  • Add toStream() that allows configuring autbatch behavior by @jinyus in #83
  • Change duration to a positional argument for chaining methods by @jinyus in #84
  • Implement Disposable from basic_interfaces by @jinyus in #85
  • Add BeaconController by @jinyus in #86

Full Changelog: v0.39.1...v0.40.0

v0.39.1

01 Mar 20:07
44a3fc5
Compare
Choose a tag to compare

What's Changed

  • Minor refactor for convience and performance by @jinyus in #79
  • Fix: Detach context from finalizer when beacon is disposed. by @jinyus in #80
  • Add counter example with lite_ref by @jinyus in #81

Full Changelog: v0.39.0...v0.39.1

v0.39.0

23 Feb 12:40
Compare
Choose a tag to compare

What's Changed

  • Implement cascading disposal and block writes to disposed beacons by @jinyus in #76
  • Add tests for streamRaw beacon by @jinyus in #78

Full Changelog: v0.38.0...v0.39.0

v0.38.0

20 Feb 03:49
Compare
Choose a tag to compare

What's Changed

  • Improve .next() and remove deprecated method ,toStream() by @jinyus in #75

Full Changelog: v0.37.0...v0.38.0

v0.37.0

20 Feb 01:00
Compare
Choose a tag to compare

What's Changed

  • Refactor/async_stream by @jinyus in #73
  • Refactor scheduler logic to handle idle phase in Flutter by @jinyus in #74

Full Changelog: v0.36.0...v0.37.0

v0.36.0

18 Feb 21:48
Compare
Choose a tag to compare

What's Changed

  • Add autosleep to streambeacons by @jinyus in #72

Full Changelog: v0.35.0...v0.36.0

v0.35.0

17 Feb 22:13
Compare
Choose a tag to compare

What's Changed

  • [Breaking] Filter function is now required for when chaining by @jinyus in #71

Full Changelog: v0.34.4...v0.35.0

v0.34.4

17 Feb 15:54
Compare
Choose a tag to compare

What's Changed

  • Refactor delegate assignment in BeaconWrapper by @jinyus in #70

Full Changelog: v0.34.3...v0.34.4

v0.34.3

17 Feb 05:24
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add map to chain methods by @jinyus in #68

Full Changelog: v0.34.2...v0.34.3