1. efd709f Fix doc comment references among other new lints (#253) by Kevin Moore · 1 year, 7 months ago
  2. ca45fc4 update CI config; prep for publishing (#251) by Devon Carew · 1 year, 7 months ago 1.17.0
  3. 414ffa1 Add elementAtOrNull extensions (#217) by Yuxiang Liu · 1 year, 11 months ago
  4. f9b433d Introduce a new lastBy() function (#223) by Marc Plano-Lesay · 1 year, 11 months ago
  5. 69766da Add complexity bound on binary search methods (#239) by Nate Bosch · 2 years ago
  6. 5b43ad7 Fix analysis issue with latest dev release (#236) by Kevin Moore · 2 years, 1 month ago
  7. e83c373 fixed maxBy compare param signature (#224) by Enrico Zamagni · 2 years, 1 month ago
  8. c1a07e4 Add a comment about NaN in min/max extensions (#234) by Sandro Lovnički · 2 years, 1 month ago
  9. 2bbb27b Prepare to publish (#233) by Nate Bosch · 2 years, 2 months ago 1.16.0
  10. e1407da enable the avoid_dynamic_calls lint (#232) by Devon Carew · 2 years, 2 months ago
  11. c8b249a Add an Iterable.slice() extension (#191) by Natalie Weizenbaum · 2 years, 4 months ago
  12. a0d2815 docs: fix documentation typos (#225) by Albert Mañosa · 2 years, 6 months ago
  13. 71fb216 Remove unnecessary severity changes (#221) by Nate Bosch · 2 years, 7 months ago
  14. f8493d1 Fix typo in dart analyze command (#222) by Nate Bosch · 2 years, 7 months ago
  15. 13c076f Change "dartfmt" -> "dart format". (#220) by Bob Nystrom · 2 years, 7 months ago
  16. 66d66c4 Restore an explicit null return (#219) by Nate Bosch · 2 years, 8 months ago
  17. 603f9e0 Drop nullability from _UnorderedEquality generic (#215) by Nate Bosch · 2 years, 8 months ago
  18. cd46e19 Removed unnecessary nullable type in maxBy (#181) by Afsar Pasha · 2 years, 8 months ago
  19. 4fe20c4 Add changelog entry for BoolList. (#210) by Lasse R.H. Nielsen · 2 years, 8 months ago
  20. e4d6c89 fix #189 (.max, .maxOrNull, .min, .minOrNull) for Iterable<int> and Iterable<double> (#212) by Tim Whiting · 2 years, 8 months ago
  21. 716e734 Fix the splitBetween example in the doc (#213) by fieldinrain · 2 years, 8 months ago
  22. 712794f update deep collection tests to show the state of the world re:symmetric equality (#209) by Jacob MacDonald · 2 years, 8 months ago
  23. a4c941a Go back to previous unpublished version (#211) by Nate Bosch · 2 years, 8 months ago
  24. f835b93 Fix pre-existing HintCode.UNNECESSARY_TYPE_CHECK_TRUE (#206) by Konstantin Scheglov · 2 years, 8 months ago
  25. cd51464 Add BoolList class. (#120) by AAAbramenko · 2 years, 8 months ago
  26. 31f33cf Dart format with latest SDK (#204) by Kevin Moore · 2 years, 10 months ago
  27. 75a7a55 Revert "Add `count` and `countWhere` extensions. (#196)" (#201) by Nate Bosch · 2 years, 10 months ago
  28. 04eb292 Migrate package to use `lints` package instead of `pedantic` package. (#197) by Lasse R.H. Nielsen · 2 years, 10 months ago
  29. ae0725c Add `count` and `countWhere` extensions. (#196) by Lasse R.H. Nielsen · 3 years ago
  30. 139c4e2 Fix new unused import diagnostic (#198) by Nate Bosch · 3 years ago
  31. 3c4db06 Use a stable sort algorithm for Iterable.sortedBy (#192) by Xavier H · 3 years ago
  32. b0d31cd Fix newly enforced lint (#190) by Kevin Moore · 3 years ago
  33. 7a7cc0a Update LICENSE (#187) by Franklin Yow · 3 years, 1 month ago
  34. e11907c Fix typo in argument name (#186) by Nate Bosch · 3 years, 1 month ago
  35. 9967dcd Prepare to publish stable null safety (#178) by Nate Bosch · 3 years, 3 months ago 1.15.0
  36. a79d521 Revert "Remove unnecessary import (#175)" (#177) by Nate Bosch · 3 years, 3 months ago
  37. c054372 Remove redundant const from examples (#176) by Nate Bosch · 3 years, 4 months ago
  38. b386f6c Remove unnecessary import (#175) by Sam Rawlins · 3 years, 4 months ago
  39. 52e87e2 CI: print Dart version, use pub run test (#169) by Kevin Moore · 3 years, 6 months ago
  40. 94fa188 Move to GitHub Actions for CI (#167) by Kevin Moore · 3 years, 6 months ago
  41. db36808 Delete .test_config (#168) by Kevin Moore · 3 years, 6 months ago
  42. 488dc9d remove redundant experiment (#165) by Phil Quitslund · 3 years, 6 months ago
  43. eda5243 Bump SDK constraints for pub (#37) (#164) by Nate Bosch · 3 years, 6 months ago 1.15.0-nullsafety.5
  44. e4bb038 Update pubspec.yaml by Kevin Moore · 3 years, 6 months ago
  45. 306e555 Fix typo in expandIndexed (#160) by Nate Bosch · 3 years, 6 months ago
  46. f74a4e1 remove git overrdies (#163) by Jacob MacDonald · 3 years, 6 months ago 1.15.0-nullsafety.4
  47. f74a29b Allow prerelease versions of the 2.12 sdk (#162) by Jacob MacDonald · 3 years, 6 months ago
  48. 60e6ee2 Add `choose` extension method to iterable, choosing a number of elements at random. (#158) by Lasse R.H. Nielsen · 3 years, 7 months ago
  49. 7d44763 Add extension methods to package:collection. (#135) by Lasse R.H. Nielsen · 3 years, 7 months ago
  50. 898c839 General clean-up and tweaks. (#157) by Lasse R.H. Nielsen · 3 years, 7 months ago
  51. 52e2195 Avoid public `late final` field (#156) by Nate Bosch · 3 years, 7 months ago
  52. b836c70 Add `unorderedElements` getter to PriorityQueue. (#155) by Lasse R.H. Nielsen · 3 years, 7 months ago
  53. 68a5cc2 Prepare for the 2.11 dev SDKs (#154) by Nate Bosch · 3 years, 7 months ago 1.15.0-nullsafety.3
  54. f094e3a Add a changelog entry for `toUnorderedList` (#153) by Nate Bosch · 3 years, 7 months ago
  55. 65d3e58 Add `toUnorderedList` to `PriorityQueue`. (#152) by Lasse R.H. Nielsen · 3 years, 8 months ago
  56. 585f04e Dart 2.10 fixes (#151) by Kevin Moore · 3 years, 10 months ago
  57. 5836936 depend on 2.10 branch for sdk packages (#150) by Jacob MacDonald · 3 years, 10 months ago 1.15.0-nullsafety.2
  58. 2be81da update typed_data dep (#149) by Jacob MacDonald · 3 years, 10 months ago
  59. 9a9f7ef prep the release for 2.10 dev sdk (#147) by Jacob MacDonald · 3 years, 10 months ago
  60. 652b432 prepare for the 2.9 stable sdk release of package:collection (#148) by Jacob MacDonald · 3 years, 10 months ago 1.15.0-nullsafety.1
  61. 6dc8058 Remove inferred generic method invocation types (#145) by Nate Bosch · 3 years, 10 months ago
  62. ad8a05a rename version to -nullsafety (#146) by Jacob MacDonald · 3 years, 10 months ago 1.15.0-nullsafety
  63. 80f5b6d Merge the null_safety branch into master (#143) by Jacob MacDonald · 3 years, 10 months ago 1.15.0-nnbd
  64. 00540dc Prepare to publish (#141) by Nate Bosch · 3 years, 11 months ago 1.14.13
  65. d5f8001 Remove isDart2 utility (#132) by Nate Bosch · 4 years, 1 month ago
  66. d659d18 Rewrite doc comments to refer to TypeError (#131) by Nate Bosch · 4 years, 1 month ago
  67. 51f5d6c Replace a use of putIfAbsent with ??= (#125) by William Hesse · 4 years, 2 months ago
  68. 8722484 Remove author from pubspec by Kevin Moore · 4 years, 2 months ago
  69. bfe17fe Remove 'Say Define' (#122) by David Lloyd · 4 years, 2 months ago
  70. 7be42e0 Refactor UnionSet deduplicating iterable (#117) by Nate Bosch · 4 years, 3 months ago
  71. 403f7b5 Remove new keyword from code samples (#116) by Nate Bosch · 4 years, 4 months ago
  72. db9f04d Deprecate the mapMap utility (#114) by Nate Bosch · 4 years, 4 months ago
  73. dbd2d99 Remove private typedefs (#115) by Nate Bosch · 4 years, 4 months ago
  74. dd49163 Fix newly enforced package:pedantic lints (#112) by Nate Bosch · 4 years, 5 months ago
  75. 32f22a5 CombinedMapView.keys fix (#110) by Jacob MacDonald · 4 years, 9 months ago v1.14.12
  76. b43f26c Fix lints (#108) by Kevin Moore · 4 years, 10 months ago
  77. 889132a Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 (#106) by Sam Rawlins · 5 years ago
  78. 219d530 fix new pedantic lint (#105) by Kevin Moore · 5 years ago
  79. 654295e Enable and fix pedantic and dartfmt lints by Kevin Moore · 5 years ago
  80. 04740a7 Removed unused build dev_dependencies by Kevin Moore · 5 years ago
  81. 6fd6b23 remove dart_test.yaml by Kevin Moore · 5 years ago
  82. 9736af6 Travis: test oldest support SDK (#103) by Kevin Moore · 5 years ago
  83. e9ad11b dev dep: latest build_web_compilers (#102) by Kevin Moore · 5 years ago
  84. 97cb745 Support the latest build_runner (#101) by Kevin Moore · 6 years ago
  85. c0f6db8 Correctly describe this as a Set not a Map in docs (#100) by Steve Alexander · 6 years ago
  86. 7e9f730 Allow SDK versions to <3.0.0 (#99) by Patrice Chalin · 6 years ago 1.14.11
  87. 6b66e9b misc: update dev_dependencies (#98) by Kevin Moore · 6 years ago
  88. d1ce17a misc(test): support latest build_web_compilers (#96) by Kevin Moore · 6 years ago
  89. 5c01f4e Remove uses of `retype` (#95) by Lasse R.H. Nielsen · 6 years ago 1.14.10
  90. 0a34d50 Fix 2 tests (#93) by Lasse R.H. Nielsen · 6 years ago
  91. 8d01e36 Fix some Dart 2 runtime test errors (#92) by Natalie Weizenbaum · 6 years ago
  92. eae4081 Fix the parameter names in overridden methods to match the source (#90) by Kevin Moore · 6 years ago
  93. d3db386 Fix versioning (revision instead of minor). (#89) by Matan Lurey · 6 years ago 1.14.9
  94. 07bb52e Fix cast and retype implementations. (#88) by Matan Lurey · 6 years ago
  95. ac08b43 Deleted typed wrappers, use Dart 2 instead. (#86) by Matan Lurey · 6 years ago
  96. 9ad39ba Prepare to release 1.14.7. (#85) by Matan Lurey · 6 years ago 1.14.7
  97. 2e1473f Implement the rest of the TODOs. (#84) by Matan Lurey · 6 years ago
  98. c0f85b2 Add .cast, .retype across the package. (#82) by Matan Lurey · 6 years ago
  99. ad07511 Add DDC test coverage, enable skipped tests. (#83) by Matan Lurey · 6 years ago
  100. cb46a69 Start implementing Dart 2.0 collection methods. (#77) by Matan Lurey · 6 years ago