1. 31f33cf Dart format with latest SDK (#204) by Kevin Moore · 2 years, 9 months ago
  2. 75a7a55 Revert "Add `count` and `countWhere` extensions. (#196)" (#201) by Nate Bosch · 2 years, 9 months ago
  3. 04eb292 Migrate package to use `lints` package instead of `pedantic` package. (#197) by Lasse R.H. Nielsen · 2 years, 9 months ago
  4. ae0725c Add `count` and `countWhere` extensions. (#196) by Lasse R.H. Nielsen · 2 years, 10 months ago
  5. 139c4e2 Fix new unused import diagnostic (#198) by Nate Bosch · 2 years, 10 months ago
  6. 3c4db06 Use a stable sort algorithm for Iterable.sortedBy (#192) by Xavier H · 2 years, 11 months ago
  7. b0d31cd Fix newly enforced lint (#190) by Kevin Moore · 3 years ago
  8. 7a7cc0a Update LICENSE (#187) by Franklin Yow · 3 years ago
  9. e11907c Fix typo in argument name (#186) by Nate Bosch · 3 years ago
  10. 9967dcd Prepare to publish stable null safety (#178) by Nate Bosch · 3 years, 2 months ago 1.15.0
  11. a79d521 Revert "Remove unnecessary import (#175)" (#177) by Nate Bosch · 3 years, 2 months ago
  12. c054372 Remove redundant const from examples (#176) by Nate Bosch · 3 years, 3 months ago
  13. b386f6c Remove unnecessary import (#175) by Sam Rawlins · 3 years, 3 months ago
  14. 52e87e2 CI: print Dart version, use pub run test (#169) by Kevin Moore · 3 years, 4 months ago
  15. 94fa188 Move to GitHub Actions for CI (#167) by Kevin Moore · 3 years, 5 months ago
  16. db36808 Delete .test_config (#168) by Kevin Moore · 3 years, 5 months ago
  17. 488dc9d remove redundant experiment (#165) by Phil Quitslund · 3 years, 5 months ago
  18. eda5243 Bump SDK constraints for pub (#37) (#164) by Nate Bosch · 3 years, 5 months ago 1.15.0-nullsafety.5
  19. e4bb038 Update pubspec.yaml by Kevin Moore · 3 years, 5 months ago
  20. 306e555 Fix typo in expandIndexed (#160) by Nate Bosch · 3 years, 5 months ago
  21. f74a4e1 remove git overrdies (#163) by Jacob MacDonald · 3 years, 5 months ago 1.15.0-nullsafety.4
  22. f74a29b Allow prerelease versions of the 2.12 sdk (#162) by Jacob MacDonald · 3 years, 5 months ago
  23. 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
  24. 7d44763 Add extension methods to package:collection. (#135) by Lasse R.H. Nielsen · 3 years, 6 months ago
  25. 898c839 General clean-up and tweaks. (#157) by Lasse R.H. Nielsen · 3 years, 6 months ago
  26. 52e2195 Avoid public `late final` field (#156) by Nate Bosch · 3 years, 6 months ago
  27. b836c70 Add `unorderedElements` getter to PriorityQueue. (#155) by Lasse R.H. Nielsen · 3 years, 6 months ago
  28. 68a5cc2 Prepare for the 2.11 dev SDKs (#154) by Nate Bosch · 3 years, 6 months ago 1.15.0-nullsafety.3
  29. f094e3a Add a changelog entry for `toUnorderedList` (#153) by Nate Bosch · 3 years, 6 months ago
  30. 65d3e58 Add `toUnorderedList` to `PriorityQueue`. (#152) by Lasse R.H. Nielsen · 3 years, 6 months ago
  31. 585f04e Dart 2.10 fixes (#151) by Kevin Moore · 3 years, 8 months ago
  32. 5836936 depend on 2.10 branch for sdk packages (#150) by Jacob MacDonald · 3 years, 8 months ago 1.15.0-nullsafety.2
  33. 2be81da update typed_data dep (#149) by Jacob MacDonald · 3 years, 8 months ago
  34. 9a9f7ef prep the release for 2.10 dev sdk (#147) by Jacob MacDonald · 3 years, 8 months ago
  35. 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
  36. 6dc8058 Remove inferred generic method invocation types (#145) by Nate Bosch · 3 years, 9 months ago
  37. ad8a05a rename version to -nullsafety (#146) by Jacob MacDonald · 3 years, 9 months ago 1.15.0-nullsafety
  38. 80f5b6d Merge the null_safety branch into master (#143) by Jacob MacDonald · 3 years, 9 months ago 1.15.0-nnbd
  39. 00540dc Prepare to publish (#141) by Nate Bosch · 3 years, 9 months ago 1.14.13
  40. d5f8001 Remove isDart2 utility (#132) by Nate Bosch · 4 years ago
  41. d659d18 Rewrite doc comments to refer to TypeError (#131) by Nate Bosch · 4 years ago
  42. 51f5d6c Replace a use of putIfAbsent with ??= (#125) by William Hesse · 4 years ago
  43. 8722484 Remove author from pubspec by Kevin Moore · 4 years, 1 month ago
  44. bfe17fe Remove 'Say Define' (#122) by David Lloyd · 4 years, 1 month ago
  45. 7be42e0 Refactor UnionSet deduplicating iterable (#117) by Nate Bosch · 4 years, 2 months ago
  46. 403f7b5 Remove new keyword from code samples (#116) by Nate Bosch · 4 years, 3 months ago
  47. db9f04d Deprecate the mapMap utility (#114) by Nate Bosch · 4 years, 3 months ago
  48. dbd2d99 Remove private typedefs (#115) by Nate Bosch · 4 years, 3 months ago
  49. dd49163 Fix newly enforced package:pedantic lints (#112) by Nate Bosch · 4 years, 4 months ago
  50. 32f22a5 CombinedMapView.keys fix (#110) by Jacob MacDonald · 4 years, 8 months ago v1.14.12
  51. b43f26c Fix lints (#108) by Kevin Moore · 4 years, 9 months ago
  52. 889132a Fix missing_return violation newly enforced in Dart ~2.3.2-dev.0.1 (#106) by Sam Rawlins · 4 years, 10 months ago
  53. 219d530 fix new pedantic lint (#105) by Kevin Moore · 5 years ago
  54. 654295e Enable and fix pedantic and dartfmt lints by Kevin Moore · 5 years ago
  55. 04740a7 Removed unused build dev_dependencies by Kevin Moore · 5 years ago
  56. 6fd6b23 remove dart_test.yaml by Kevin Moore · 5 years ago
  57. 9736af6 Travis: test oldest support SDK (#103) by Kevin Moore · 5 years ago
  58. e9ad11b dev dep: latest build_web_compilers (#102) by Kevin Moore · 5 years ago
  59. 97cb745 Support the latest build_runner (#101) by Kevin Moore · 5 years ago
  60. c0f6db8 Correctly describe this as a Set not a Map in docs (#100) by Steve Alexander · 6 years ago
  61. 7e9f730 Allow SDK versions to <3.0.0 (#99) by Patrice Chalin · 6 years ago 1.14.11
  62. 6b66e9b misc: update dev_dependencies (#98) by Kevin Moore · 6 years ago
  63. d1ce17a misc(test): support latest build_web_compilers (#96) by Kevin Moore · 6 years ago
  64. 5c01f4e Remove uses of `retype` (#95) by Lasse R.H. Nielsen · 6 years ago 1.14.10
  65. 0a34d50 Fix 2 tests (#93) by Lasse R.H. Nielsen · 6 years ago
  66. 8d01e36 Fix some Dart 2 runtime test errors (#92) by Natalie Weizenbaum · 6 years ago
  67. eae4081 Fix the parameter names in overridden methods to match the source (#90) by Kevin Moore · 6 years ago
  68. d3db386 Fix versioning (revision instead of minor). (#89) by Matan Lurey · 6 years ago 1.14.9
  69. 07bb52e Fix cast and retype implementations. (#88) by Matan Lurey · 6 years ago
  70. ac08b43 Deleted typed wrappers, use Dart 2 instead. (#86) by Matan Lurey · 6 years ago
  71. 9ad39ba Prepare to release 1.14.7. (#85) by Matan Lurey · 6 years ago 1.14.7
  72. 2e1473f Implement the rest of the TODOs. (#84) by Matan Lurey · 6 years ago
  73. c0f85b2 Add .cast, .retype across the package. (#82) by Matan Lurey · 6 years ago
  74. ad07511 Add DDC test coverage, enable skipped tests. (#83) by Matan Lurey · 6 years ago
  75. cb46a69 Start implementing Dart 2.0 collection methods. (#77) by Matan Lurey · 6 years ago
  76. fac9e50 Delint null assignments. (#79) by Matan Lurey · 6 years ago
  77. f2f5bdb Remove lint for single_quotes, too much noise. (#78) by Matan Lurey · 6 years ago
  78. 6ff408a Make DefaultEquality<Null> work at runtime (#73) by Siva · 6 years ago 1.14.6
  79. 5943e16 Remove usage of Maps.mapToString() (#71) by Sam Rawlins · 6 years ago
  80. 9f081c7 Only run travis on master branch (#70) by Nate Bosch · 6 years ago
  81. 08ddc8a Remove Dartium runs from Travis (#68) by Kevin Moore · 6 years ago
  82. 830c420 Merge pull request #67 from MichaelRFairhurst/void-fixes by Michael R Fairhurst · 6 years ago
  83. 0537a3d Fix void usage for dart 2 by Mike Fairhurst · 6 years ago
  84. 0990614 Use code quotes in changelog. by Lasse R.H. Nielsen · 6 years ago 1.14.5
  85. 1b8a41f Merge pull request #66 from srawlins/dart-2-core-lib-2 by Lasse R.H. Nielsen · 6 years ago
  86. dbb608e Change version by Sam Rawlins · 6 years ago
  87. af2d152 Bump pubspec by Sam Rawlins · 6 years ago
  88. d25a39d Fix constructor call with type parameters by Sam Rawlins · 6 years ago
  89. 6431e9a Use code quotes in changelog. by Lasse R.H. Nielsen · 6 years ago
  90. e6ed64c Add methods where needed for Dart 2.0 core lib changes. (#65) by Sam Rawlins · 6 years ago 1.14.4
  91. 99ceec8 Lints, analysis option fix, deprecations (#63) by Kevin Moore · 7 years ago
  92. a15382f fix MapKeySet.lookup to be a valid override in strong mode by Jennifer Messerly · 7 years ago 1.14.3
  93. 1c1f464 Add type arguments to SyntheticInvocation. by Lasse R.H. Nielsen · 7 years ago 1.14.2
  94. 4c6d40c Make Equality.hash accept null as an argument. by Lasse R.H. Nielsen · 7 years ago 1.14.1
  95. c572a1e Make Equality.hash accept null as an argument. by Lasse R.H. Nielsen · 7 years ago
  96. 14e4d21 Replace /*<T>*/ with <T>, bump SDK (#58) by Matan Lurey · 7 years ago
  97. e1030f6 Add travis and dartfmt. (#57) by Matan Lurey · 7 years ago
  98. 6ae4679 Prepare to release 1.14.0. (#54) by Matan Lurey · 7 years ago 1.14.0
  99. 546123b Add CombinedMapView (#53) by Matan Lurey · 7 years ago
  100. 368a043 Add CombinedIterableView (#52) by Matan Lurey · 7 years ago