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