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