1. fb8a2b5 No public description by Kevin Moore · 13 days ago master v5.4.3
  2. 2f41028 Merge pull request #719 from dart-lang:latest_lints by Copybara-Service · 13 days ago
  3. 8b5036b release later by Kevin Moore · 13 days ago
  4. ecc62f6 Update to the latest lints, require Dart 3.1, prepare release by Kevin Moore · 13 days ago
  5. dc3eb65 Generate valid functions with optional non-nullable arguments by Ilya Yanok · 2 weeks ago
  6. fcb9779 Bump actions/checkout from 4.1.0 to 4.1.1 (#713) by dependabot[bot] · 4 weeks ago
  7. 1c4a6ff Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#712) by dependabot[bot] · 4 weeks ago
  8. b7d752e Use Dart SDK 3.1.0 for format check by Ilya Yanok · 5 weeks ago
  9. ca537db Remove unneeded deprecation warning disable comment by Ilya Yanok · 5 weeks ago
  10. 1a0d0e7 Remove deprecated `returnNullOnMissingStub` and `OnMissingStub.returnNull` by Ilya Yanok · 5 weeks ago
  11. 4edf86f Change `!= null` to `is T` to handle "double nullable" case by Ilya Yanok · 6 weeks ago
  12. 47a5588 Don't try to compare fakes to real objects by Ilya Yanok · 8 weeks ago
  13. 6b9eab9 Undo the formatting fix by Ilya Yanok · 8 weeks ago
  14. 5ad2ff4 Change default dummy value for `String` to contain some info by Ilya Yanok · 8 weeks ago
  15. 78c650b Use SDK 3.0.0 for stable tests by Ilya Yanok · 8 weeks ago
  16. adbe265 Use 3.1.3 as stable SDK by Ilya Yanok · 8 weeks ago
  17. 49859e4 Fix Mockito formatting for recent Dart versions by Ilya Yanok · 8 weeks ago
  18. 610c3dc Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#699) by dependabot[bot] · 8 weeks ago
  19. 73930cd Bump actions/checkout from 3.6.0 to 4.1.0 (#698) by dependabot[bot] · 8 weeks ago
  20. 097e563 Add a missing dummy `bool` value by Ilya Yanok · 2 months ago
  21. 412c0be Bump actions/checkout from 3.5.3 to 3.6.0 (#692) by dependabot[bot] · 3 months ago
  22. f5abf11 Add a best practice sentence about data models by Nate Bosch · 3 months ago
  23. 70aabfc Merge pull request #686 from parlough:fix/example-analysis-errors by Copybara-Service · 3 months ago
  24. 9737d71 Fix analysis errors in example directory by Parker Lougheed · 4 months ago
  25. e54a006 Merge pull request #685 from LuisDuarte1:feature/build-extensions by Copybara-Service · 3 months ago
  26. 5f3a4ca Format files by Luís Duarte · 3 months ago
  27. 2d4ec1e Update lib/src/builder.dart by Luís Duarte · 3 months ago
  28. bc06f9f Make builder not merge generic extension. by Luís Duarte · 3 months ago
  29. af043a0 Replace double-quotes with single quotes by Luís Duarte · 4 months ago
  30. 034e6c1 Update lib/src/builder.dart by Luís Duarte · 4 months ago
  31. 4ff995f Make MockBuilder support build_extensions option. by Luís Duarte · 4 months ago
  32. ff79de6 Allow the latest package:analyzer by Nate Bosch · 4 months ago
  33. b421775 Internal change by Googler · 4 months ago
  34. afa20a8 Disable deprecated member findings in generated code by Ilya Yanok · 5 months ago
  35. ffbbb4c Second attempt to fix "not found" error for type vars in bounds by Ilya Yanok · 5 months ago
  36. 451f756 Add example of mocking callbacks by Nate Bosch · 5 months ago
  37. c13496c Rollback of "Use `FunctionTypedElement.type` while generating method overrides" by Googler · 5 months ago
  38. 60e619a Use `FunctionTypedElement.type` while generating method overrides by Ilya Yanok · 5 months ago
  39. 93b69ef Bump actions/checkout from 3.5.2 to 3.5.3 (#669) by dependabot[bot] · 5 months ago
  40. a926a63 Add a note on only running codegen on files under `test/` by default by Ilya Yanok · 5 months ago
  41. 9f40189 Require analyzer 5.12.0 by Ilya Yanok · 5 months ago
  42. 974226e Internal change by Googler · 5 months ago
  43. 1d6064a Prepare to publish by Nate Bosch · 6 months ago 5.4.2
  44. cca4858 Fix the unresolved types if used as ignored type-alias arguments by Ilya Yanok · 6 months ago
  45. 8652886 Prepare for NamedType breaking change in the analyzer. by Googler · 6 months ago
  46. 924f65c Add support for records by Ilya Yanok · 6 months ago
  47. 40fe2ca Expand constraint on package:http by Nate Bosch · 6 months ago
  48. 153c145 Fix violations of `prefer_final_locals`, `prefer_final_in_for_each` lints by Oleh Prypin · 6 months ago
  49. 6e046f9 Don't try to fake unfakable classes by Ilya Yanok · 6 months ago
  50. 6e778ea Prepare to publish by Nate Bosch · 6 months ago
  51. dc58855 Don't abort codegen on return type being a type variable by Ilya Yanok · 6 months ago
  52. 7c6d309 blast_repo fixes by Devon Carew · 7 months ago
  53. 2c1b429 Extend using run-time dummy values to Futures by Ilya Yanok · 6 months ago
  54. 28f174f Only check formatting with the stable SDK by Ilya Yanok · 7 months ago
  55. 3fadd2d Let users provide dummy values for types by Ilya Yanok · 7 months ago
  56. b14d571 Fix for InvalidType by Googler · 7 months ago
  57. 51a7728 Merge pull request #597 from danielgomezrico:feat/returnInOrder by Copybara-Service · 7 months ago
  58. 7a93b61 Add `returnInOrder` to `Mock` by Daniel Gomez Rico · 11 months ago
  59. 34da8da Import `packge:matcher` directly instead of `test_api` by Nate Bosch · 7 months ago
  60. 56173fa Bump actions/checkout from 3.5.0 to 3.5.2 (#626) by dependabot[bot] · 7 months ago
  61. beb45ba Remove unused local variable by yanok · 7 months ago
  62. d2e155f Require Dart SDK >= 2.19 by yanok · 7 months ago
  63. b777874 First part of Dart3 support in Mockito by yanok · 7 months ago
  64. ad3c9ae Fix the type variable capture problem by yanok · 7 months ago
  65. 6c448b2 Keep generated mock files at language version 2.19 by oprypin · 7 months ago
  66. 06f353e Deprecate the mixingIn argument to MockSpec by nbosch · 8 months ago
  67. f3ecdad Fix violations of `prefer_final_locals`, `prefer_final_in_for_each` lints by oprypin · 8 months ago
  68. f851e17 Run CI with Dart 2.19 and dev by Ilya Yanok · 7 months ago
  69. 28e8eda Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 by dependabot[bot] · 8 months ago
  70. ccb9abf Bump actions/checkout from 3.3.0 to 3.5.0 by dependabot[bot] · 8 months ago
  71. 65ee0c4 Expand pub constraint on test_api (#615) by Nate Bosch · 8 months ago 5.4.0
  72. e6ea7ad GitHub Sync (#614) by Nate Bosch · 8 months ago
  73. ed5bd84 Relax mixin criteria by Ross Wang · 11 months ago
  74. 781752c Change `void` to `dynamic` when overriding method arguments by Sam Rawlins · 10 months ago
  75. 71e41b9 Add `ignore_for_file: use_of_void_result` by Sam Rawlins · 10 months ago
  76. d5a25f8 Fix violations of `unnecessary_parenthesis` lint by Sam Rawlins · 10 months ago
  77. d2a8df1 Latest build_web_compilers, move to pkg:lints, fix breaks (#605) by Kevin Moore · 10 months ago
  78. 13340b5 Bump dart-lang/setup-dart from 1.3 to 1.4 (#600) by dependabot[bot] · 10 months ago
  79. 7696557 Bump actions/checkout from 3.1.0 to 3.3.0 (#599) by dependabot[bot] · 10 months ago
  80. ee68765 generate code before we analyze (#601) by Devon Carew · 10 months ago
  81. 09aabe7 GitHub Sync (#602) by Sam Rawlins · 10 months ago
  82. 0128352 blast_repo fixes by Devon Carew · 10 months ago
  83. 9cc958a Migrate from no-implicit-casts to strict-casts by Sam Rawlins · 11 months ago
  84. 942dd03 Override `SmartFake.toString` to be super-verbose by yanok · 12 months ago
  85. 5f97a43 Stop using deprecated analyzer APIs by Sam Rawlins · 12 months ago
  86. 0660e61 Generate method overrides even then source lib is not null-safe by yanok · 12 months ago
  87. cf7d851 Add override for `Object.operator==` in `SmartFake` by yanok · 12 months ago
  88. 6b89e99 Automated g4 rollback of changelist 492410078. by yanok · 12 months ago
  89. d11d010 Generate method overrides even then source lib is not null-safe by yanok · 12 months ago
  90. 347d3e4 blast_repo fixes (#587) by Kevin Moore · 1 year, 1 month ago
  91. 748e88e Bump dart-lang/setup-dart from 1.0 to 1.3 by dependabot[bot] · 1 year, 1 month ago
  92. 78622d2 Bump actions/checkout from 2 to 3 by dependabot[bot] · 1 year, 1 month ago
  93. f7e3ff8 blast_repo fixes (#584) by Devon Carew · 1 year, 1 month ago
  94. ad95ea2 Bump minimum SDK version for use of enhanced enums. by srawlins · 1 year, 1 month ago
  95. d02bf85 Import https://github.com/dart-lang/mockito/pull/578 by srawlins · 1 year, 1 month ago
  96. 6501459 Avoid `Future.value(null)` as a dummy return value. by srawlins · 1 year, 1 month ago
  97. 8703ccb Automated g4 rollback of changelist 480854047. by Sam Rawlins · 1 year, 2 months ago
  98. 8f2cbc5 Generate method overrides even then source lib is not null-safe by Sam Rawlins · 1 year, 2 months ago
  99. 9b332e9 Add `ByteData` from `dart:typed_data` to special cases by Sam Rawlins · 1 year, 2 months ago
  100. 905d8eb Import https://github.com/dart-lang/mockito/pull/572 by srawlins · 1 year, 2 months ago