1. 9b415a2 Prepare to publish (#214) by Nate Bosch · 3 years, 7 months ago 2.9.0
  2. 3f58c32 Change the default propagateCancel argument (#213) by Nate Bosch · 3 years, 8 months ago
  3. b18c73e Deprecate `AsyncCache.fetchStream`. (#209) by Lasse R.H. Nielsen · 3 years, 8 months ago
  4. 9309ebe Make ephemeral async cache clear sooner. (#207) by Lasse R.H. Nielsen · 3 years, 8 months ago
  5. 82094ce Revert change of visible behavior in `CancelableOperation`. (#208) by Lasse R.H. Nielsen · 3 years, 8 months ago
  6. 1a3ee49 Avoid leaking unreachable listeners on `CancelableOperation`. (#206) by Lasse R.H. Nielsen · 3 years, 8 months ago
  7. d733a5a Clean up `CancelableOperation`. (#204) by Lasse R.H. Nielsen · 3 years, 8 months ago
  8. 8060c71 Update test to not assume completion happens synchronously. (#203) by Lasse R.H. Nielsen · 3 years, 8 months ago
  9. 8088615 update some StreamController apis to Future<void> from Future<dynamic> (#198) by Jacob MacDonald · 4 years, 1 month ago
  10. e660b9c Let `firstOrNull` extension method wait for `cancel` to complete. (#196) by Lasse R.H. Nielsen · 4 years, 2 months ago
  11. c642203 Fix an ArgumentError constructor call (#197) by Nate Bosch · 4 years, 2 months ago
  12. fe6d946 Add additional CancelableOperation utilities (#194) by Natalie Weizenbaum · 4 years, 2 months ago
  13. ecb3835 Add StreamExtensions.firstOrNull (#195) by Natalie Weizenbaum · 4 years, 2 months ago
  14. 65b1d98 Stop depending on pkg:charcode and pkg:pedantic. (#191) by Lasse R.H. Nielsen · 4 years, 3 months ago
  15. 88cc607 Deprecate the sink_base classes. (#193) by Lasse R.H. Nielsen · 4 years, 3 months ago 2.8.2
  16. f77b130 Prepare to publish (again) (#190) by Nate Bosch · 4 years, 4 months ago 2.8.1
  17. 25a7e2e Avoid missing streams when relistening to broadcast StreamGroup (#184) by Do Tuan Anh · 4 years, 4 months ago
  18. 4a1e1d8 Add *SinkBase classes for implementing custom sinks (#188) by Natalie Weizenbaum · 4 years, 4 months ago 2.8.0
  19. 56c8629 Dart format with latest SDK (#189) by Kevin Moore · 4 years, 4 months ago
  20. 8193eac Avoid eager copying with BytesBuilder (#186) by Nate Bosch · 4 years, 4 months ago
  21. b8850b3 Use BytesBuilder for collectBytes (#185) by Nate Bosch · 4 years, 4 months ago
  22. 27e3a92 Faster ChunkedStreamReader. (#182) by Jonas Finnemann Jensen · 4 years, 5 months ago
  23. f1c8882 Add doc comment on Stream.slices (#180) by Nate Bosch · 4 years, 6 months ago 2.7.0
  24. 92e7119 Add a Stream.slices extension method (#175) by Natalie Weizenbaum · 4 years, 6 months ago
  25. b9dcd78 Make isComplete reflect result availability (#178) by Nate Bosch · 4 years, 6 months ago
  26. 49464c3 Don't invoke onValue for a canceled operation (#177) by Nate Bosch · 4 years, 6 months ago
  27. 5737ad7 Code review changes for #173 (#174) by Natalie Weizenbaum · 4 years, 6 months ago
  28. cde00b8 Fix a StreamGroup bug when a component stream's listen() throws (#173) by Natalie Weizenbaum · 4 years, 7 months ago 2.6.1
  29. 2d77b8e Fix docs in FutureGroup (#171) by Nate Bosch · 4 years, 7 months ago 2.6.0
  30. 06774f5 Remove extra newlines in CHANGELOG (#170) by Nate Bosch · 4 years, 7 months ago
  31. d900d07 Add a StreamSink.rejectErrors() extension method (#169) by Natalie Weizenbaum · 4 years, 7 months ago
  32. fec63e8 Add a StreamCloser transformer (#166) by Natalie Weizenbaum · 4 years, 7 months ago
  33. 81cc68f Add StreamGroup.onIdle and StreamGroup.isIdle (#164) by Natalie Weizenbaum · 4 years, 7 months ago
  34. 18dfa91 Style tweaks in stream_queue.dart (#167) by Nate Bosch · 4 years, 7 months ago
  35. bf12b8f Add isClosed getters to StreamGroup and FutureGroup (#165) by Natalie Weizenbaum · 4 years, 7 months ago
  36. 376c0fe Add ChunkedStreamReader (#161) by Jonas Finnemann Jensen · 4 years, 7 months ago
  37. 80e3964 Update LICENSE (#162) by Franklin Yow · 4 years, 7 months ago
  38. 7380ff5 Fix typo (#159) by mnordine · 4 years, 8 months ago
  39. de4480d Use the name that matches no library directive (#158) by Nate Bosch · 4 years, 8 months ago
  40. 1ac6fae Fix new pedantic lints, test on oldest supported SDK (#155) by Kevin Moore · 4 years, 8 months ago
  41. 376d418 Prepare to publish stable null safety (#153) by Nate Bosch · 4 years, 9 months ago 2.5.0
  42. e4d75c1 Revert "Various clean-ups and null-safety improvements. (#140)" (#152) by Nate Bosch · 4 years, 10 months ago
  43. 8e32089 Add package of the week video (#150) by Todd Volkert · 4 years, 10 months ago
  44. 21c9044 Migrate to GitHub Actions (#149) by Alexander Thomas · 4 years, 11 months ago
  45. d61025f Delete .test_config (#144) by Kevin Moore · 5 years ago
  46. 05b9553 Various clean-ups and null-safety improvements. (#140) by Lasse R.H. Nielsen · 5 years ago
  47. b23d0d2 Bump SDK constraints for pub (#143) by Nate Bosch · 5 years ago 2.5.0-nullsafety.3
  48. 695b3ac Migrate to runZonedGuarded (#142) by Nate Bosch · 5 years ago
  49. 08508d4 Allow 2.12.0 dev SDK versions (#141) by Nate Bosch · 5 years ago 2.5.0-nullsafety.2
  50. 6d2de25 Invalidate async cache on exception (#132) by Bencze Balázs · 5 years ago
  51. 38ace5f Avoid a `late final` field without initializer (#139) by Nate Bosch · 5 years ago
  52. 50e01d2 Prepare for the 2.11 dev SDKs (#138) by Nate Bosch · 5 years ago 2.5.0-nullsafety.1
  53. 3fedad2 Remove references to the deprecated CastError. (#118) by Lasse R.H. Nielsen · 5 years ago
  54. 9aca508 Update git deps for merged packages (#137) by Nate Bosch · 5 years ago
  55. cccc8aa Resolve null safety migration TODOS (#135) by Nate Bosch · 5 years ago
  56. ab56d82 Remove unused dart:async import. (#134) by Michael R Fairhurst · 5 years ago
  57. 22e502b CI: Test on dev branch (#131) by Kevin Moore · 5 years ago 2.5.0-nullsafety
  58. 9c57459 restore dev_dependencies and overrides of those (#130) by Jacob MacDonald · 5 years ago
  59. 128c461 update for the 2.10 dev sdk (#129) by Jacob MacDonald · 5 years ago
  60. 1755e24 add tests for .then with a nullable T (#128) by Jacob MacDonald · 5 years ago
  61. 6b90f45 Fix error in CancelableOperation.then (#127) by William Hesse · 5 years ago
  62. 1ed48b6 update collection/meta deps to the published versions (#126) by Jacob MacDonald · 5 years ago
  63. 5a43734 Merge null_safety branch into master (#125) by Jacob MacDonald · 5 years ago
  64. e0c41e0 Make StreamQueue start listening immediately to broadcast streams. (#119) by Lasse R.H. Nielsen · 5 years ago 2.4.2
  65. f708371 Prepare to publish (#107) by Nate Bosch · 6 years ago 2.4.1
  66. c7eb685 Expand docs for isCompleted (#104) by Nate Bosch · 6 years ago
  67. 06f4a1d Travis: do browser testing on Chrome (#106) by Kevin Moore · 6 years ago
  68. c0985d1 Cast use of StreamSubscription.cancel result through dynamic (#105) by Leaf Petersen · 6 years ago
  69. 60390e2 Remove lints enabled by pkg:pedantic (#103) by Kevin Moore · 6 years ago
  70. fd5b81f Deprecate Delegating*.typed utilities (#99) by Nate Bosch · 6 years ago
  71. 36a0ae0 Remove a stale TODO (#100) by Nate Bosch · 6 years ago
  72. 4ec10c6 Fix implicit casts (#97) by Nate Bosch · 6 years ago
  73. c1e7227 Use a Completer of void (#96) by Nate Bosch · 6 years ago
  74. e30af94 Drop optional new from docs (#94) by Nate Bosch · 6 years ago
  75. 724c37f Drop unused author field from pubspec (#93) by Nate Bosch · 6 years ago
  76. f5d9cb2 Fix newly enforced package:pedantic lints (#92) by Nate Bosch · 6 years ago
  77. 3c78ad9 Check ordering in StreamGroup.merege tests (#91) by Nate Bosch · 6 years ago
  78. 7d35ce9 Add StreamGroup.mergeBroadcast (#90) by Nate Bosch · 6 years ago 2.4.0
  79. 8389aaa fix outdated doc links by Kevin Moore · 6 years ago
  80. 5f2aece Implement RestartableTimer.tick (#89) by Nate Bosch · 6 years ago 2.3.0
  81. 71b5777 Fix references to dartdocs.org and pub.dartlang.org (#87) by Kevin Moore · 6 years ago
  82. e7b3f55 Merge pull request #86 from srawlins/missing-return by Sam Rawlins · 6 years ago
  83. 086e812 Merge branch 'master' into missing-return by Sam Rawlins · 6 years ago
  84. 326f1b2 fmt by Sam Rawlins · 6 years ago
  85. a8f2009 Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 by Sam Rawlins · 6 years ago
  86. 6a660be Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 by Sam Rawlins · 6 years ago
  87. 1c5668e Enable and fix pedantic lints - except for unawaited_futures by Kevin Moore · 7 years ago
  88. 766c1c9 Drop dependencies on build_runner, etc – not used! by Kevin Moore · 7 years ago
  89. a54d8b5 drop unused file by Kevin Moore · 7 years ago
  90. 50a856f Implement CancelableOperation.then (#83) by Graham Rogers · 7 years ago 2.2.0
  91. 16c7ecd Add isCanceled/Completed to CancelableOperation (#79) by Nate Bosch · 7 years ago 2.1.0
  92. d0c4092 Test oldest SDK version on Travis (#76) by Kevin Moore · 7 years ago
  93. 529983f Run dartfmt --fix to drop unnecessary new/const (#74) by Nate Bosch · 7 years ago
  94. 0f4c6fb Fix CancelableOperation.valueOrCancellation's type signature (#68) by Dwayne Slater · 7 years ago
  95. f902e28 Merge _StreamQueue into StreamQueue (#73) by Nate Bosch · 7 years ago
  96. 30e9ccc dev dep: latest build_web_compilers (#71) by Kevin Moore · 7 years ago
  97. 08e8836 support the latest pkg:build_runner (#69) by Kevin Moore · 7 years ago
  98. 5f9558d Allow SDK versions <3.0.0 (#67) by Patrice Chalin · 7 years ago 2.0.8
  99. 777aca1 Merge pull request #65 from MichaelRFairhurst/fix-await-void by Michael R Fairhurst · 7 years ago
  100. 967bfeb Format stream_queue_test.dart by Mike Fairhurst · 7 years ago