1. 367a5bc Make tests tolerate the new RangeError message (#144) by James D. Lin · 4 years ago
  2. 7803d61 Add a null contains test (#140) by Kevin Moore · 4 years ago
  3. e688459 Test null keys with containsPair (#138) by Kevin Moore · 4 years ago
  4. 01fb754 Add test for `contains` with Map (#139) by Kevin Moore · 4 years ago
  5. a808c0f Add tests for "Map" matchers – including null keys and values (#137) by Kevin Moore · 4 years ago
  6. ef5a4f9 Test that the `equals` matcher supports `null`. (#135) by Paul Berry · 4 years, 1 month ago
  7. a0f83c3 Deprecate isCastError (#133) by Nate Bosch · 4 years, 1 month ago
  8. af4fe7d Deprecate the mirror matchers library (#131) by Nate Bosch · 4 years, 2 months ago
  9. 4b01524 Remove lints duplicated by pkg:pedantic (#129) by Kevin Moore · 4 years, 2 months ago
  10. b6da667 Cleanup test/type_matcher_test (#128) by Kevin Moore · 4 years, 2 months ago
  11. 5ae5fa1 Update SDK constraint to require Dart 2.4 (#126) by Kevin Moore · 4 years, 2 months ago
  12. 148745b analysis_options: remove pedantic duplications (#127) by Kevin Moore · 4 years, 2 months ago
  13. 888b3fa Merge pull request #125 from dart-lang/opt_news by Phil Quitslund · 4 years, 3 months ago
  14. 12c9763 doc cleanup: - optional `new`s by pq · 4 years, 3 months ago
  15. 4d7c3ae Add missing generic on _FunctionMatcher field (#124) by Nate Bosch · 4 years, 5 months ago
  16. 533ec77 Fix newly enforced package:pedantic lints (#123) by Nate Bosch · 4 years, 5 months ago
  17. 17a430f Revert "Add isAssertionError (#118)" (#119) by Nate Bosch · 4 years, 6 months ago
  18. 98aa436 Add isAssertionError (#118) by Nate Bosch · 4 years, 6 months ago
  19. ff74d85 Prepare to publish (#117) by Nate Bosch · 4 years, 6 months ago 0.12.6
  20. db18c53 Allow private types in pretty print (#116) by Nate Bosch · 4 years, 6 months ago
  21. 8e5df43 Point to isA over TypeMatcher (#114) by Nate Bosch · 4 years, 7 months ago
  22. 81ed5ee Fixes for analysis and Travis (#113) by Kevin Moore · 4 years, 10 months ago
  23. 78c3307 dartfmt by Kevin Moore · 5 years ago
  24. 79b1726 Don't consider NaN ordered against any number (#107) by Nate Bosch · 5 years ago 0.12.5
  25. 4b378fa Add `isA<T>()` to create TypeMatcher instances (#110) by Nate Bosch · 5 years ago
  26. d4ec3cb Add @override annotations (#108) by Nate Bosch · 5 years ago
  27. a0598c0 Fix ignores for deprecated member usage (#109) by Nate Bosch · 5 years ago
  28. 535e233 Improve the pubspec description by Kevin Moore · 5 years ago
  29. b4b44d0 Enable and fix a number of additional lints by Kevin Moore · 5 years ago
  30. a2f19b6 Enable and fix latest pedantic lints by Kevin Moore · 5 years ago
  31. afdae58 Update CustomMatcher example and test to use cast to Widget. (#102) by Kristopher Wuollett · 6 years ago
  32. f8ec31e Prepare to publish 0.12.4 (#97) by Nate Bosch · 6 years ago 0.12.4
  33. 5deb8a9 add isCastError (#95) by Chris Calabro · 6 years ago
  34. e2da646 set max SDK version to <3.0.0 by Patrice Chalin · 6 years ago 0.12.3+1
  35. 8a8521a Prepare to release v0.12.3 (#93) by Kevin Moore · 6 years ago 0.12.3
  36. 98bd8b5 fix: Improve the output of many matchers that expect specific types by Kevin Moore · 6 years ago
  37. 6d8d017 feature: Upgrade TypeMatcher, deprecate isInstanceOf (#88) by Kevin Moore · 6 years ago
  38. fa96b14 misc(docs): Improve the documentation on Description and Matcher (#92) by Kevin Moore · 6 years ago
  39. 39d1e52 fix: prettyPrint for instance of `Type` is not an instance of the Type by Kevin Moore · 6 years ago
  40. 37acc6f test: validate passing incorrect types to type-specific matchers by Kevin Moore · 6 years ago
  41. 48336f7 cleanup(test): fix local var name in shouldFail by Kevin Moore · 6 years ago
  42. eb1924d test: Add tests for all isXYZ matchers by Kevin Moore · 6 years ago
  43. d947ffb fix: improve prettyPrint output for `Type` (#90) by Kevin Moore · 6 years ago
  44. 7e361c0 cleanup: enable and fix a number of lints (#85) by Kevin Moore · 6 years ago
  45. b3292e2 cleanup(lib): move equals Matcher and CustomMatcher into their own libs (#84) by Kevin Moore · 6 years ago
  46. 91f3a51 cleanup(test): remove unused class (#87) by Kevin Moore · 6 years ago
  47. f952e77 cleanup(test): move CustomMatcher tests to their own file (#83) by Kevin Moore · 6 years ago
  48. c954f45 Fix pretty print test in Dart 2 mode (#82) by Nate Bosch · 6 years ago
  49. 81fe3b9 Update .gitignore to new `dart_tool` pub cache (#81) by BC Ko · 6 years ago
  50. eae3670 Remove upper case constants (#75) by Lasse R.H. Nielsen · 6 years ago 0.12.2+1
  51. eefe709 Stop testing on stable (#80) by Nate Bosch · 6 years ago
  52. ec4f1ba Add containsAll (#76) by Nate Bosch · 6 years ago 0.12.2
  53. 03c582f Fix unorderedMatches for poorly ordered input (#74) by Nate Bosch · 6 years ago
  54. 3b2755e Only test mirror matchers on the VM (#71) by Natalie Weizenbaum · 6 years ago
  55. be1ccac Don't test Dartium on travis (#68) by Kevin Moore · 6 years ago
  56. fc06eae update changelog by Kevin Moore · 7 years ago 0.12.1+4
  57. 5d8f9cc Remove -dev.infinity from SDK constraint (#63) by Kevin Moore · 7 years ago
  58. 3625f13 Strong mode fixes (#61) by Leaf Petersen · 7 years ago 0.12.1+3
  59. bb80258 Prepare for 0.12.1+2 (#59) by Kevin Moore · 7 years ago 0.12.1+2
  60. ba55fb3 Change wrapMatcher to avoid relying on fuzzy arrows (#58) by Leaf Petersen · 7 years ago
  61. a4dc3ff StringEqualsMatcher adds to mismatchDescription instead of replace mismatchDescription (#55) by Joe Conway · 7 years ago
  62. b5fc0ec Fix failing test – pkg/matcher shouldn't be testing stack traces by Kevin Moore · 7 years ago
  63. ccbb7bf lint cleanup, fix spelling, remove unused field by Kevin Moore · 7 years ago
  64. c5e4aaf Add travis-ci support by Kevin Moore · 7 years ago
  65. 7e36095 Support Dart v2-dev in pubspec by Kevin Moore · 7 years ago
  66. 9e039f5 Rename analysis options by Kevin Moore · 7 years ago
  67. cad3f0a Fix custom matcher example (#56) by Kevin Moore · 7 years ago
  68. bc8ae58 close #28 replace 'given' with 'actual' in error message (#52) by kunzhao77 · 7 years ago 0.12.1+1
  69. f9aefec Bump the SDK constraint to allow ^ constraints. (#53) by Natalie Weizenbaum · 7 years ago
  70. ea946a0 Add a missing stack_trace dependency. (#51) by Natalie Weizenbaum · 7 years ago
  71. e61e544 Handle CustomMatcher errors better (#50) by kunzhao77 · 7 years ago
  72. a26655c Fix a dartdoc typo (#47) by Ian Hickson · 7 years ago
  73. fef4cf4 Add containsAllInOrder (#46) by Nate Bosch · 7 years ago 0.12.1
  74. efcf386 Merge pull request #45 from dart-lang/natebosch_dartfmt by Nate Bosch · 7 years ago
  75. 91d3ce3 Dartfmt the entire package by Nate Bosch · 7 years ago
  76. f9c47d5 removing unneeded import 'show's by Kevin Moore · 8 years ago
  77. 61d21c2 split out order matchers from numeric matchers lib by Kevin Moore · 8 years ago
  78. 44c70f1 Merge pull request #31 from srawlins/unused-shown-names by Kevin Moore · 8 years ago
  79. 0825512 Removing unused shown names by Sam Rawlins · 8 years ago
  80. 8317293 a few more strong-mode fixes by Kevin Moore · 8 years ago
  81. f004473 Merge branch '0.11.x' by Natalie Weizenbaum · 8 years ago 0.12.0+2
  82. 1afd349 Merge pull request #30 from dart-lang/0.11.x-fix by Natalie Weizenbaum · 8 years ago 0.11.4+6
  83. 400e879 Fix _wrapArgs. by Natalie Weizenbaum · 8 years ago
  84. 72f0767 Fix all strong-mode warnings. by Natalie Weizenbaum · 8 years ago 0.11.4+5
  85. 5d649bc Get rid of all the library tags. by Natalie Weizenbaum · 8 years ago
  86. 6956b69 Make tests run on the bots. by Natalie Weizenbaum · 9 years ago
  87. 550670c Use the new test runner on the bots. by Natalie Weizenbaum · 9 years ago
  88. 9c5e7e7 upgrate tests to test by Kevin Moore · 9 years ago 0.12.0+1
  89. 2045052 Release 0.12.0. by Natalie Weizenbaum · 9 years ago 0.12.0
  90. c6c4a0e Remove the name parameter of isInstanceOf. by Natalie Weizenbaum · 9 years ago
  91. 1a28749 Update the CHANGELOG. by Natalie Weizenbaum · 9 years ago
  92. 4dd4f16 core-matchers: remove the name parameter from isInstanceOf's constructor by Andreas Kirsch · 9 years ago
  93. 5bb58fc Merge branch 'stable' by Natalie Weizenbaum · 9 years ago
  94. ee31c99 Deprecate the name parameter of isInstanceOf. by Natalie Weizenbaum · 9 years ago 0.11.4+4
  95. 6467955 Add a changelog entry and update the pubspec. by Natalie Weizenbaum · 9 years ago
  96. 6110331 Don't pass strings to isInstanceOf in the tests. by Natalie Weizenbaum · 9 years ago
  97. f66e484 Fix up some isInstanceOf documentation. by Natalie Weizenbaum · 9 years ago
  98. f4eb0d1 Prepare the removal of the name parameter of isInstanceOf. by Andreas Kirsch · 9 years ago
  99. b014499 Fix equalsIgnoringWhitespace examples. by Natalie Weizenbaum · 9 years ago 0.11.4+3
  100. f53e318 Merge branch 'stable' by Kevin Moore · 9 years ago