1. ed10055 Bump to version 5.0.15. by srawlins · 2 years, 10 months ago
  2. 5c9b9c3 Default value w/ redirecting constructor fix followups: by srawlins · 2 years, 11 months ago
  3. 15ca5ad Fix wrong import for method parameters with default value factories (#460) by Peter Leibiger · 2 years, 11 months ago
  4. 3c5bb92 Ensure that generated Fake classes have unique names. by srawlins · 2 years, 11 months ago
  5. 0608765 Properly override methods which have been overridden in the mixin hierarchy. by srawlins · 2 years, 11 months ago
  6. ce2e6cf Fix two related bugs affected by overriding toString methods. by srawlins · 3 years ago
  7. a93b434 Ignore avoid_setters_without_getters lint in generated code. by srawlins · 3 years ago
  8. 487cd3e Fix null check required for analyzer <2.0.0 by srawlins · 3 years ago
  9. c743abe Prefer to import libraries which export types that need referencing. by srawlins · 3 years ago
  10. 85ded86 Support analyzer >=1.0.0 <3.0.0 by srawlins · 3 years ago
  11. 4136ad9 Include type argument when returning a fallback value for an `Iterable<T>`. by srawlins · 3 years ago
  12. 00f605c Support Function and Future<Function> return types by srawlins · 3 years ago 5.0.11
  13. d535c31 Explicitly declare a Future<void> when using Future.value by srawlins · 3 years ago
  14. 042673e Ignore implementation_imports by srawlins · 3 years ago
  15. cb87cb3 Wrap and improve package description. by srawlins · 3 years ago
  16. f1a514a Import f08afedabb5dd79ab1a23c4223dec5fe0c413e37 from GitHub by srawlins · 3 years ago
  17. 8ae0048 Import 107a8ad74219176543644af22629b17ee513f097 from GitHub by srawlins · 3 years ago
  18. 3b92c6e Prepare to make LibraryElement.name non-nullable. by Konstantin Shcheglov · 3 years ago
  19. 585ea9b Improve fallback generator support in a few cases: by srawlins · 3 years ago
  20. 107a8ad Fix spelling and grammar typos in README.md by Jonathan Lau · 3 years ago
  21. dcd8813 Merge pull request #432 from dart-lang/mit-mit-patch-1 by Michael Thomsen · 3 years ago
  22. 5c9e578 Delete travis.sh by Michael Thomsen · 3 years ago
  23. 18f2123 Use proper generic types in a generated mock class which comes from a "custom mock" annotation with implicit type arguments. by srawlins · 3 years, 1 month ago 5.0.10
  24. fd5f603 Override `toString` implementation on generated Fakes in order to match the by srawlins · 3 years, 1 month ago
  25. ed61909 Migrate off deprecated analyzer API: nonSubtypableClasses. by srawlins · 3 years, 1 month ago
  26. 8086ea4 Generate a proper mock class when the mocked class overrides `toString`, `hashCode`, or `operator==`. by srawlins · 3 years, 1 month ago
  27. 5e2ddb0 Fix test about fallback generator signature. by srawlins · 3 years, 1 month ago
  28. 828b9ab Stop expecting that DartObject.type is ParameterizedType. by Konstantin Shcheglov · 3 years, 1 month ago
  29. f08afed Follow Dart file conventions | Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case. by Fabio Scopel · 3 years, 1 month ago
  30. a5fec40 Documentation fixes: by srawlins · 3 years, 1 month ago
  31. e8bfcf1 Add notes to CHANGELOG and NULL_SAFETY_README re: fallback generators by srawlins · 3 years, 1 month ago 5.0.9
  32. b509c24 Add support for dummy generators to Mockito's customMocks generator. by srawlins · 3 years, 1 month ago
  33. de8d787 Fix 'toPrettyString' handling of string args. by Sam Rawlins · 3 years, 1 month ago
  34. a104bcf Import https://github.com/dart-lang/mockito/pull/404 by srawlins · 3 years, 1 month ago
  35. fcf80f6 In a generated Mock class, implement a type's nested type arguments properly. by srawlins · 3 years, 1 month ago
  36. 4809c09 Fix missing interface's fields and methods in builder by MarkG · 3 years, 2 months ago
  37. 4d32adc format with Dart 2.14-dev by Sam Rawlins · 3 years, 1 month ago 5.0.8
  38. aaf399d Bump mockito to 5.0.8 in order to release a few fixes. by srawlins · 3 years, 1 month ago
  39. f50bec6 Do not generate a fake for a class which is only used as a nullable type in a Future. by srawlins · 3 years, 1 month ago
  40. 6de2746 Support mocking methods with return types declared in private SDK libraries. by srawlins · 3 years, 1 month ago
  41. fbc6b84 Support mocking methods with typed_data List return types. by srawlins · 3 years, 1 month ago
  42. 6a92366 Dart GenerateMocks function parameter fix. by Sam Rawlins · 3 years, 1 month ago
  43. f39e2e0 Remove various additional, very out-dated TODOs for matanl in `f: third_party`. by matanl · 3 years, 1 month ago
  44. 75b4b79 Fix breakage introduced by converting example code to generated mocks. by srawlins · 3 years, 1 month ago
  45. dfd3129 Correct NULL_SAFETY_README's example of passing a return value to noSuchMethod. by srawlins · 3 years, 2 months ago
  46. bb0a3a7 Import https://github.com/dart-lang/mockito/pull/392 by srawlins · 3 years, 2 months ago
  47. 3932052 Migrate mockito codegen to null safety. by srawlins · 3 years, 2 months ago
  48. 80542f9 Fix example tests (#392) by Yoshihiro Tanaka · 3 years, 2 months ago
  49. e620734 Do not use private type alias names in generated code. by srawlins · 3 years, 2 months ago 5.0.7
  50. c06ec0b Properly collect types in type parameter bounds. by srawlins · 3 years, 2 months ago
  51. 7e83711 Add prefer_const_constructors and avoid_redundant_argument_values to ignore_for_file by Yerzhan Tulepov · 3 years, 2 months ago 5.0.6
  52. 38077dc Fix version number in CHANGELOG. by srawlins · 3 years, 2 months ago
  53. ddda510 Support the latest test_api by nbosch · 3 years, 2 months ago
  54. 267548d Add details to verifyInOrder's new error. by srawlins · 3 years, 2 months ago
  55. f060f80 Support code_builder 4.x and bump mockito to 5.0.5 (#387) by Kevin Moore · 3 years, 2 months ago 5.0.5
  56. 67f09a3 Update setup-dart CI version by Kevin Moore · 3 years, 2 months ago
  57. 4a3908a Fix some issues with the mockito README.md by James Lin · 3 years, 2 months ago
  58. e5bb720 Add URL to references of a mark target's type arguments. by srawlins · 3 years, 2 months ago 5.0.4
  59. 036aeb4 Add type annotations to Future dummy return values. by srawlins · 3 years, 2 months ago
  60. 7de061c Automated g4 rollback of changelist 367295097. by srawlins · 3 years, 2 months ago
  61. e9b5aaa Automated g4 rollback of changelist 367238585. by srawlins · 3 years, 3 months ago
  62. 9298bf9 Allow calling methods with void return types w/o stubbing. by srawlins · 3 years, 3 months ago
  63. 10cd1fc Import https://github.com/dart-lang/mockito/pull/376 by srawlins · 3 years, 3 months ago
  64. ce36a1a Import https://github.com/dart-lang/mockito/pull/362 by srawlins · 3 years, 3 months ago
  65. 88e434a Make verifyInOrder fail given non-mock-calls. by Raven Black · 3 years, 3 months ago 5.0.3
  66. a16aa34 Release 5.0.3, supporting source_gen 1.x releases. by srawlins · 3 years, 3 months ago
  67. 2dd93e1 Support dart_style 2.x and bump to 5.0.2. by srawlins · 3 years, 3 months ago 5.0.2
  68. 665c50b Fix doc reference typo. by srawlins · 3 years, 3 months ago
  69. 4988cf8 Remove unnecessary null checks from null safe code. by srawlins · 3 years, 3 months ago
  70. e701d2d Import https://github.com/dart-lang/mockito/pull/366 by srawlins · 3 years, 3 months ago
  71. 6b7e738 Support build 2 by Simon Binder · 3 years, 3 months ago
  72. 316357a Fix 404 link by Goddchen · 3 years, 3 months ago 5.0.1
  73. e037d70 Update the first section of the README with steps for code generation. by srawlins · 3 years, 3 months ago
  74. a38d090 Widen constraints on test_api. by srawlins · 3 years, 3 months ago
  75. 36323ec Support non-nullable generic function types as method return types. by srawlins · 3 years, 3 months ago
  76. ff35f3f Update test_api and matcher from github, and fix mockito to be compatible. by jakemac · 3 years, 4 months ago
  77. 86d407e Fix crash when generating mocks on class which extends class with mixins. by srawlins · 3 years, 4 months ago
  78. ad3b1e5 Clean up violations of the "prefer_is_not_operator" Dart lint. by Stephen James · 3 years, 4 months ago
  79. 36ee390 Move mockito off of `AssetId.parse` - we are looking at dropping this constructor. by jakemac · 3 years, 4 months ago
  80. c8556c5 Clean up violations of Dart lint "prefer_typing_uninitialized_variables". by tijoforyou · 3 years, 4 months ago
  81. ecf9195 Bump nullsafety dependencies to their non-prerelease versions. by srawlins · 3 years, 4 months ago
  82. 0a5d384 Import PR #334 from GitHub. by srawlins · 3 years, 4 months ago 5.0.0
  83. 8e4da47 Bump analyzer dependency to 1.0.0. by srawlins · 3 years, 4 months ago
  84. c9fa227 Add verification before execute verifyInOrder (#334) by Thiago Zagui Giacomini · 3 years, 4 months ago
  85. 171d4d6 Allow analyzer ^1.0.0 in mockito. by srawlins · 3 years, 4 months ago
  86. e66b5c4 New feature: return a `List<VerificationResult>` from verifyInOrder, by srawlins · 3 years, 4 months ago
  87. ab80103 Use DartType.aliasElement instead of 'element'. by Konstantin Shcheglov · 3 years, 5 months ago
  88. 80284d3 Edit copybara config to support GitHub Actions file. by srawlins · 3 years, 5 months ago
  89. 6860580 fix typo on verifyInOrder documentation by alyssoncs · 3 years, 5 months ago
  90. 754cdd9 Fix generation of duplicate mock getters and setters from inherited classes. by srawlins · 3 years, 5 months ago 5.0.0-nullsafety.7
  91. 3def4f6 fix runs-on by Sam Rawlins · 3 years, 5 months ago
  92. 887f5a7 matrix sdk by Sam Rawlins · 3 years, 5 months ago
  93. aaad3a6 Add 'if' entry by Sam Rawlins · 3 years, 5 months ago
  94. 53659ff remove escaped newlines by Sam Rawlins · 3 years, 5 months ago
  95. f3769b4 s/install/activate/ by Sam Rawlins · 3 years, 5 months ago
  96. b8b3649 Add a dartdoc verify action in GitHub Actions by Sam Rawlins · 3 years, 5 months ago
  97. 0dc0480 Put back GitHub actions which were inadvertently reverted by Sam Rawlins · 3 years, 5 months ago
  98. a16dea1 Expand constraint on package_config dependency. by srawlins · 3 years, 5 months ago 5.0.0-nullsafety.6
  99. cee9efd Allow real method calls for unstubbed methods if they return void or Future<void>. by srawlins · 3 years, 5 months ago
  100. 3a9c621 Change the error which is thrown for an unstubbed method call. by srawlins · 3 years, 5 months ago