1. fc616ff Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#334) by dependabot[bot] · 3 months ago master
  2. 1aff3be Test on dart2wasm (#333) by Kevin Moore · 3 months ago
  3. 2d57a82 Avoid setRange with potentially incompatible types (#320) by Nate Bosch · 5 months ago
  4. f309148 Latest lints, require Dart 3.1, use mixin (#322) by Kevin Moore · 5 months ago
  5. e8d7e92 Bump actions/checkout from 4.1.0 to 4.1.1 (#318) by dependabot[bot] · 6 months ago
  6. 1f5c234 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#319) by dependabot[bot] · 6 months ago
  7. d27bfaf Bump actions/checkout from 3.6.0 to 4.1.0 (#314) by dependabot[bot] · 7 months ago
  8. 5d568ae Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#313) by dependabot[bot] · 7 months ago
  9. 91afde4 Bump actions/checkout from 3.5.3 to 3.6.0 (#311) by dependabot[bot] · 8 months ago
  10. 1a9b7eb Minor typo fix (#304) by ebraminio · 8 months ago
  11. 1ed009e Make sure .sample()'s result is randomized in more cases (#302) by ebraminio · 8 months ago
  12. 0707609 Fix changelog and version (#303) by Nate Bosch · 8 months ago
  13. 8bcb6af Add IterableExtension.shuffled (#298) by ebraminio · 8 months ago
  14. 0a2885a prep for publishing 1.18.0 (#299) by Devon Carew · 9 months ago v1.18.0
  15. db343da Bump actions/checkout from 3.5.2 to 3.5.3 (#295) by dependabot[bot] · 10 months ago
  16. a37bd51 Fix bugs in `ListExtensions.slice` and `ListSlice.slice`. (#290) by Lasse R.H. Nielsen · 11 months ago
  17. f949b09 `CanonicalizedMap`: new `copy`, `toMap` and `toMapOfCanonicalKeys` methods (#261) by Graciliano Monteiro Passos · 11 months ago
  18. db2da48 blast_repo fixes (#288) by Devon Carew · 11 months ago
  19. 6abff47 Bump actions/checkout from 3.5.0 to 3.5.2 (#282) by dependabot[bot] · 12 months ago v1.17.2
  20. bf27520 Add topics to pubspec (#285) by Michael Thomsen · 12 months ago
  21. 26e3e67 Accept SDK version above 3.0. (#281) by Lasse R.H. Nielsen · 12 months ago
  22. 9db854d Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#278) by dependabot[bot] · 1 year, 1 month ago
  23. 30fd0f8 Bump actions/checkout from 3.3.0 to 3.5.0 (#277) by dependabot[bot] · 1 year, 1 month ago
  24. 0d0e184 Bump dart-lang/setup-dart from 1.3 to 1.4 (#268) by dependabot[bot] · 1 year, 3 months ago
  25. d0897af Bump actions/checkout from 3.2.0 to 3.3.0 (#269) by dependabot[bot] · 1 year, 3 months ago
  26. a566328 add a publish script; prep to publish (#267) by Devon Carew · 1 year, 3 months ago v1.17.1
  27. 85e987c Bump actions/checkout from 3.1.0 to 3.2.0 (#262) by dependabot[bot] · 1 year, 4 months ago
  28. cdb11d4 Change `CastError` to `TypeError`, since the former is deprecated. (#258) by Lasse R.H. Nielsen · 1 year, 4 months ago
  29. caf6802 Tweak docs for split extensions (#256) by Nate Bosch · 1 year, 5 months ago
  30. efd709f Fix doc comment references among other new lints (#253) by Kevin Moore · 1 year, 6 months ago
  31. ca45fc4 update CI config; prep for publishing (#251) by Devon Carew · 1 year, 6 months ago 1.17.0
  32. 414ffa1 Add elementAtOrNull extensions (#217) by Yuxiang Liu · 1 year, 11 months ago
  33. f9b433d Introduce a new lastBy() function (#223) by Marc Plano-Lesay · 1 year, 11 months ago
  34. 69766da Add complexity bound on binary search methods (#239) by Nate Bosch · 1 year, 11 months ago
  35. 5b43ad7 Fix analysis issue with latest dev release (#236) by Kevin Moore · 2 years ago
  36. e83c373 fixed maxBy compare param signature (#224) by Enrico Zamagni · 2 years ago
  37. c1a07e4 Add a comment about NaN in min/max extensions (#234) by Sandro Lovnički · 2 years ago
  38. 2bbb27b Prepare to publish (#233) by Nate Bosch · 2 years, 1 month ago 1.16.0
  39. e1407da enable the avoid_dynamic_calls lint (#232) by Devon Carew · 2 years, 2 months ago
  40. c8b249a Add an Iterable.slice() extension (#191) by Natalie Weizenbaum · 2 years, 4 months ago
  41. a0d2815 docs: fix documentation typos (#225) by Albert Mañosa · 2 years, 5 months ago
  42. 71fb216 Remove unnecessary severity changes (#221) by Nate Bosch · 2 years, 7 months ago
  43. f8493d1 Fix typo in dart analyze command (#222) by Nate Bosch · 2 years, 7 months ago
  44. 13c076f Change "dartfmt" -> "dart format". (#220) by Bob Nystrom · 2 years, 7 months ago
  45. 66d66c4 Restore an explicit null return (#219) by Nate Bosch · 2 years, 7 months ago
  46. 603f9e0 Drop nullability from _UnorderedEquality generic (#215) by Nate Bosch · 2 years, 7 months ago
  47. cd46e19 Removed unnecessary nullable type in maxBy (#181) by Afsar Pasha · 2 years, 7 months ago
  48. 4fe20c4 Add changelog entry for BoolList. (#210) by Lasse R.H. Nielsen · 2 years, 7 months ago
  49. e4d6c89 fix #189 (.max, .maxOrNull, .min, .minOrNull) for Iterable<int> and Iterable<double> (#212) by Tim Whiting · 2 years, 7 months ago
  50. 716e734 Fix the splitBetween example in the doc (#213) by fieldinrain · 2 years, 7 months ago
  51. 712794f update deep collection tests to show the state of the world re:symmetric equality (#209) by Jacob MacDonald · 2 years, 7 months ago
  52. a4c941a Go back to previous unpublished version (#211) by Nate Bosch · 2 years, 7 months ago
  53. f835b93 Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE (#206) by Konstantin Scheglov · 2 years, 7 months ago
  54. cd51464 Add BoolList class. (#120) by AAAbramenko · 2 years, 8 months ago
  55. 31f33cf Dart format with latest SDK (#204) by Kevin Moore · 2 years, 9 months ago
  56. 75a7a55 Revert "Add `count` and `countWhere` extensions. (#196)" (#201) by Nate Bosch · 2 years, 10 months ago
  57. 04eb292 Migrate package to use `lints` package instead of `pedantic` package. (#197) by Lasse R.H. Nielsen · 2 years, 10 months ago
  58. ae0725c Add `count` and `countWhere` extensions. (#196) by Lasse R.H. Nielsen · 2 years, 11 months ago
  59. 139c4e2 Fix new unused import diagnostic (#198) by Nate Bosch · 2 years, 11 months ago
  60. 3c4db06 Use a stable sort algorithm for Iterable.sortedBy (#192) by Xavier H · 3 years ago
  61. b0d31cd Fix newly enforced lint (#190) by Kevin Moore · 3 years ago
  62. 7a7cc0a Update LICENSE (#187) by Franklin Yow · 3 years, 1 month ago
  63. e11907c Fix typo in argument name (#186) by Nate Bosch · 3 years, 1 month ago
  64. 9967dcd Prepare to publish stable null safety (#178) by Nate Bosch · 3 years, 3 months ago 1.15.0
  65. a79d521 Revert "Remove unnecessary import (#175)" (#177) by Nate Bosch · 3 years, 3 months ago
  66. c054372 Remove redundant const from examples (#176) by Nate Bosch · 3 years, 3 months ago
  67. b386f6c Remove unnecessary import (#175) by Sam Rawlins · 3 years, 4 months ago
  68. 52e87e2 CI: print Dart version, use pub run test (#169) by Kevin Moore · 3 years, 5 months ago
  69. 94fa188 Move to GitHub Actions for CI (#167) by Kevin Moore · 3 years, 5 months ago
  70. db36808 Delete .test_config (#168) by Kevin Moore · 3 years, 5 months ago
  71. 488dc9d remove redundant experiment (#165) by Phil Quitslund · 3 years, 5 months ago
  72. eda5243 Bump SDK constraints for pub (#37) (#164) by Nate Bosch · 3 years, 6 months ago 1.15.0-nullsafety.5
  73. e4bb038 Update pubspec.yaml by Kevin Moore · 3 years, 6 months ago
  74. 306e555 Fix typo in expandIndexed (#160) by Nate Bosch · 3 years, 6 months ago
  75. f74a4e1 remove git overrdies (#163) by Jacob MacDonald · 3 years, 6 months ago 1.15.0-nullsafety.4
  76. f74a29b Allow prerelease versions of the 2.12 sdk (#162) by Jacob MacDonald · 3 years, 6 months ago
  77. 60e6ee2 Add `choose` extension method to iterable, choosing a number of elements at random. (#158) by Lasse R.H. Nielsen · 3 years, 6 months ago
  78. 7d44763 Add extension methods to package:collection. (#135) by Lasse R.H. Nielsen · 3 years, 7 months ago
  79. 898c839 General clean-up and tweaks. (#157) by Lasse R.H. Nielsen · 3 years, 7 months ago
  80. 52e2195 Avoid public `late final` field (#156) by Nate Bosch · 3 years, 7 months ago
  81. b836c70 Add `unorderedElements` getter to PriorityQueue. (#155) by Lasse R.H. Nielsen · 3 years, 7 months ago
  82. 68a5cc2 Prepare for the 2.11 dev SDKs (#154) by Nate Bosch · 3 years, 7 months ago 1.15.0-nullsafety.3
  83. f094e3a Add a changelog entry for `toUnorderedList` (#153) by Nate Bosch · 3 years, 7 months ago
  84. 65d3e58 Add `toUnorderedList` to `PriorityQueue`. (#152) by Lasse R.H. Nielsen · 3 years, 7 months ago
  85. 585f04e Dart 2.10 fixes (#151) by Kevin Moore · 3 years, 9 months ago
  86. 5836936 depend on 2.10 branch for sdk packages (#150) by Jacob MacDonald · 3 years, 9 months ago 1.15.0-nullsafety.2
  87. 2be81da update typed_data dep (#149) by Jacob MacDonald · 3 years, 9 months ago
  88. 9a9f7ef prep the release for 2.10 dev sdk (#147) by Jacob MacDonald · 3 years, 9 months ago
  89. 652b432 prepare for the 2.9 stable sdk release of package:collection (#148) by Jacob MacDonald · 3 years, 9 months ago 1.15.0-nullsafety.1
  90. 6dc8058 Remove inferred generic method invocation types (#145) by Nate Bosch · 3 years, 9 months ago
  91. ad8a05a rename version to -nullsafety (#146) by Jacob MacDonald · 3 years, 9 months ago 1.15.0-nullsafety
  92. 80f5b6d Merge the null_safety branch into master (#143) by Jacob MacDonald · 3 years, 10 months ago 1.15.0-nnbd
  93. 00540dc Prepare to publish (#141) by Nate Bosch · 3 years, 10 months ago 1.14.13
  94. d5f8001 Remove isDart2 utility (#132) by Nate Bosch · 4 years, 1 month ago
  95. d659d18 Rewrite doc comments to refer to TypeError (#131) by Nate Bosch · 4 years, 1 month ago
  96. 51f5d6c Replace a use of putIfAbsent with ??= (#125) by William Hesse · 4 years, 1 month ago
  97. 8722484 Remove author from pubspec by Kevin Moore · 4 years, 1 month ago
  98. bfe17fe Remove 'Say Define' (#122) by David Lloyd · 4 years, 1 month ago
  99. 7be42e0 Refactor UnionSet deduplicating iterable (#117) by Nate Bosch · 4 years, 3 months ago
  100. 403f7b5 Remove new keyword from code samples (#116) by Nate Bosch · 4 years, 3 months ago