1. cde00b8 Fix a StreamGroup bug when a component stream's listen() throws (#173) by Natalie Weizenbaum · 4 years, 7 months ago 2.6.1
  2. 2d77b8e Fix docs in FutureGroup (#171) by Nate Bosch · 4 years, 7 months ago 2.6.0
  3. 06774f5 Remove extra newlines in CHANGELOG (#170) by Nate Bosch · 4 years, 7 months ago
  4. d900d07 Add a StreamSink.rejectErrors() extension method (#169) by Natalie Weizenbaum · 4 years, 7 months ago
  5. fec63e8 Add a StreamCloser transformer (#166) by Natalie Weizenbaum · 4 years, 7 months ago
  6. 81cc68f Add StreamGroup.onIdle and StreamGroup.isIdle (#164) by Natalie Weizenbaum · 4 years, 7 months ago
  7. 18dfa91 Style tweaks in stream_queue.dart (#167) by Nate Bosch · 4 years, 7 months ago
  8. bf12b8f Add isClosed getters to StreamGroup and FutureGroup (#165) by Natalie Weizenbaum · 4 years, 7 months ago
  9. 376c0fe Add ChunkedStreamReader (#161) by Jonas Finnemann Jensen · 4 years, 7 months ago
  10. 80e3964 Update LICENSE (#162) by Franklin Yow · 4 years, 7 months ago
  11. 7380ff5 Fix typo (#159) by mnordine · 4 years, 8 months ago
  12. de4480d Use the name that matches no library directive (#158) by Nate Bosch · 4 years, 8 months ago
  13. 1ac6fae Fix new pedantic lints, test on oldest supported SDK (#155) by Kevin Moore · 4 years, 8 months ago
  14. 376d418 Prepare to publish stable null safety (#153) by Nate Bosch · 4 years, 9 months ago 2.5.0
  15. e4d75c1 Revert "Various clean-ups and null-safety improvements. (#140)" (#152) by Nate Bosch · 4 years, 10 months ago
  16. 8e32089 Add package of the week video (#150) by Todd Volkert · 4 years, 10 months ago
  17. 21c9044 Migrate to GitHub Actions (#149) by Alexander Thomas · 5 years ago
  18. d61025f Delete .test_config (#144) by Kevin Moore · 5 years ago
  19. 05b9553 Various clean-ups and null-safety improvements. (#140) by Lasse R.H. Nielsen · 5 years ago
  20. b23d0d2 Bump SDK constraints for pub (#143) by Nate Bosch · 5 years ago 2.5.0-nullsafety.3
  21. 695b3ac Migrate to runZonedGuarded (#142) by Nate Bosch · 5 years ago
  22. 08508d4 Allow 2.12.0 dev SDK versions (#141) by Nate Bosch · 5 years ago 2.5.0-nullsafety.2
  23. 6d2de25 Invalidate async cache on exception (#132) by Bencze Balázs · 5 years ago
  24. 38ace5f Avoid a `late final` field without initializer (#139) by Nate Bosch · 5 years ago
  25. 50e01d2 Prepare for the 2.11 dev SDKs (#138) by Nate Bosch · 5 years ago 2.5.0-nullsafety.1
  26. 3fedad2 Remove references to the deprecated CastError. (#118) by Lasse R.H. Nielsen · 5 years ago
  27. 9aca508 Update git deps for merged packages (#137) by Nate Bosch · 5 years ago
  28. cccc8aa Resolve null safety migration TODOS (#135) by Nate Bosch · 5 years ago
  29. ab56d82 Remove unused dart:async import. (#134) by Michael R Fairhurst · 5 years ago
  30. 22e502b CI: Test on dev branch (#131) by Kevin Moore · 5 years ago 2.5.0-nullsafety
  31. 9c57459 restore dev_dependencies and overrides of those (#130) by Jacob MacDonald · 5 years ago
  32. 128c461 update for the 2.10 dev sdk (#129) by Jacob MacDonald · 5 years ago
  33. 1755e24 add tests for .then with a nullable T (#128) by Jacob MacDonald · 5 years ago
  34. 6b90f45 Fix error in CancelableOperation.then (#127) by William Hesse · 5 years ago
  35. 1ed48b6 update collection/meta deps to the published versions (#126) by Jacob MacDonald · 5 years ago
  36. 5a43734 Merge null_safety branch into master (#125) by Jacob MacDonald · 5 years ago
  37. e0c41e0 Make StreamQueue start listening immediately to broadcast streams. (#119) by Lasse R.H. Nielsen · 5 years ago 2.4.2
  38. f708371 Prepare to publish (#107) by Nate Bosch · 6 years ago 2.4.1
  39. c7eb685 Expand docs for isCompleted (#104) by Nate Bosch · 6 years ago
  40. 06f4a1d Travis: do browser testing on Chrome (#106) by Kevin Moore · 6 years ago
  41. c0985d1 Cast use of StreamSubscription.cancel result through dynamic (#105) by Leaf Petersen · 6 years ago
  42. 60390e2 Remove lints enabled by pkg:pedantic (#103) by Kevin Moore · 6 years ago
  43. fd5b81f Deprecate Delegating*.typed utilities (#99) by Nate Bosch · 6 years ago
  44. 36a0ae0 Remove a stale TODO (#100) by Nate Bosch · 6 years ago
  45. 4ec10c6 Fix implicit casts (#97) by Nate Bosch · 6 years ago
  46. c1e7227 Use a Completer of void (#96) by Nate Bosch · 6 years ago
  47. e30af94 Drop optional new from docs (#94) by Nate Bosch · 6 years ago
  48. 724c37f Drop unused author field from pubspec (#93) by Nate Bosch · 6 years ago
  49. f5d9cb2 Fix newly enforced package:pedantic lints (#92) by Nate Bosch · 6 years ago
  50. 3c78ad9 Check ordering in StreamGroup.merege tests (#91) by Nate Bosch · 6 years ago
  51. 7d35ce9 Add StreamGroup.mergeBroadcast (#90) by Nate Bosch · 6 years ago 2.4.0
  52. 8389aaa fix outdated doc links by Kevin Moore · 6 years ago
  53. 5f2aece Implement RestartableTimer.tick (#89) by Nate Bosch · 6 years ago 2.3.0
  54. 71b5777 Fix references to dartdocs.org and pub.dartlang.org (#87) by Kevin Moore · 6 years ago
  55. e7b3f55 Merge pull request #86 from srawlins/missing-return by Sam Rawlins · 6 years ago
  56. 086e812 Merge branch 'master' into missing-return by Sam Rawlins · 6 years ago
  57. 326f1b2 fmt by Sam Rawlins · 6 years ago
  58. a8f2009 Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 by Sam Rawlins · 6 years ago
  59. 6a660be Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 by Sam Rawlins · 6 years ago
  60. 1c5668e Enable and fix pedantic lints - except for unawaited_futures by Kevin Moore · 7 years ago
  61. 766c1c9 Drop dependencies on build_runner, etc – not used! by Kevin Moore · 7 years ago
  62. a54d8b5 drop unused file by Kevin Moore · 7 years ago
  63. 50a856f Implement CancelableOperation.then (#83) by Graham Rogers · 7 years ago 2.2.0
  64. 16c7ecd Add isCanceled/Completed to CancelableOperation (#79) by Nate Bosch · 7 years ago 2.1.0
  65. d0c4092 Test oldest SDK version on Travis (#76) by Kevin Moore · 7 years ago
  66. 529983f Run dartfmt --fix to drop unnecessary new/const (#74) by Nate Bosch · 7 years ago
  67. 0f4c6fb Fix CancelableOperation.valueOrCancellation's type signature (#68) by Dwayne Slater · 7 years ago
  68. f902e28 Merge _StreamQueue into StreamQueue (#73) by Nate Bosch · 7 years ago
  69. 30e9ccc dev dep: latest build_web_compilers (#71) by Kevin Moore · 7 years ago
  70. 08e8836 support the latest pkg:build_runner (#69) by Kevin Moore · 7 years ago
  71. 5f9558d Allow SDK versions <3.0.0 (#67) by Patrice Chalin · 7 years ago 2.0.8
  72. 777aca1 Merge pull request #65 from MichaelRFairhurst/fix-await-void by Michael R Fairhurst · 7 years ago
  73. 967bfeb Format stream_queue_test.dart by Mike Fairhurst · 7 years ago
  74. afcf496 Fix awaits only, making cache.invalidate return a future can be separate by Mike Fairhurst · 7 years ago
  75. 7df1ab0 Fix awaits only, making cache.invalidate return a future can be separate by Mike Fairhurst · 7 years ago
  76. c5792ce Do even less to "fix" `invalidate`. Return `Null`, which is awaitable. by Mike Fairhurst · 7 years ago
  77. 54cfeb9 Delete typed future, use Dart 2 instead. (#55) by Matan Lurey · 7 years ago
  78. 591ead3 Update .gitignore to new `dart_tool` pub cache (#60) by BC Ko · 7 years ago
  79. 8068be3 Fix places awaiting void, for dart 2. by Mike Fairhurst · 7 years ago
  80. 1106a5b misc: update build_runner dep and update one test file for dartfmt (#64) by Kevin Moore · 7 years ago
  81. eba4fd9 Enable prefer_typing_uninitialized_variables (#63) by Nate Bosch · 7 years ago
  82. 1be9432 Remove upper case constants (#56) by Lasse R.H. Nielsen · 8 years ago 2.0.7
  83. 7fb80b6 Fix Dart 2 runtime errors (#58) by Natalie Weizenbaum · 8 years ago
  84. bc7e4a7 Declare support for the latest fake_async (#59) by Natalie Weizenbaum · 8 years ago
  85. c6809e7 Forward DelegatingStream.typed to Stream.cast (#54) by Leaf Petersen · 8 years ago 2.0.6
  86. a5b1e66 Merge pull request #51 from dart-lang/stream-queue-cast-errors by Bob Nystrom · 8 years ago 2.0.5
  87. 2541aa5 Code font in CHANGELOG.md. by Bob Nystrom · 8 years ago
  88. b974506 Fix runtime cast errors in StreamQueue. by Bob Nystrom · 8 years ago
  89. 256386f Add deps for build_runner (#50) by Nate Bosch · 8 years ago
  90. f411b49 Stop testing Dartium (#47) by Kevin Moore · 8 years ago
  91. d2e984b Updates for Dart 2.0 core library changes (wave 2.2) (#45) by Leaf Petersen · 8 years ago 2.0.4
  92. f500b18 Fix a StreamQueue bug (#44) by Natalie Weizenbaum · 8 years ago 2.0.3
  93. 5437008 Merge pull request #43 from dart-lang/libs by Keerti Parthasarathy · 8 years ago 2.0.2
  94. bb1291d Update SDK contraint lower bound to 2.0.0-dev.15.0 by keertip · 8 years ago
  95. 161891e Update SDK constraint by keertip · 8 years ago
  96. bf52132 Update travis to run only on dev, pub get fails on stable by keertip · 8 years ago
  97. 4947164 Update for Dart 2.0 changes to Timer by keertip · 8 years ago
  98. 57b36b3 Merge pull request #42 from dart-lang/kevmoo-patch-1 by Lasse R.H. Nielsen · 8 years ago
  99. 459bba9 Rename .analysis_options to analysis_options.yaml by Kevin Moore · 8 years ago
  100. 0d6c764 Fix a fuzzy arrow warning (#41) by Natalie Weizenbaum · 8 years ago 2.0.1