1. aa278c1 Handle new OTP 27 compile options by Adam Lindberg · 3 months ago main CouchDB-0.9.2-1
  2. 64034a2 Fix spec of meck:raise/2 by Daniel Gorin · 9 months ago
  3. cd2e225 Remove redundant profiles entry at rebar.config by LoisSotoLopez · 9 months ago
  4. ddd310f Fix test compilation warnings by Adam Lindberg · 9 months ago
  5. 86636df Update supported Erlang versions by Adam Lindberg · 9 months ago
  6. c524113 Refresh README by Adam Lindberg · 9 months ago
  7. 1ca374c Update caveats section regarding common OTP modules by Adam Lindberg · 1 year, 2 months ago
  8. e48641a Test meck sequence with funs by Andreas Hasselberg · 1 year, 4 months ago
  9. 45ccfa6 Update CI checkout action to latest version by Adam Lindberg · 1 year, 4 months ago
  10. 4ee0d44 Update build status badge by Adam Lindberg · 1 year, 4 months ago
  11. b62abe2 Repair CI workflow by Adam Lindberg · 1 year, 4 months ago
  12. 86cee22 Bump OTP version support list to 25/24/23 by Adam Lindberg · 1 year, 6 months ago
  13. cc47aab Fix typos by Kian-Meng, Ang · 2 years, 8 months ago
  14. b9a3e6e Fix calling mocked modules from expectation fun. by Per Gustafsson · 2 years, 9 months ago
  15. 30f845f Point to correct Erlang version list by Adam Lindberg · 3 years ago
  16. 1e410e5 Update build badge by Adam Lindberg · 3 years ago
  17. 303e291 Bump least compatible Erlang/OTP version to 22 by Adam Lindberg · 3 years ago
  18. 6f72f2d Update workflow to use setup-beam by Adam Lindberg · 3 years ago
  19. 74a2ac7 Increase meck_proc stop timeout to infinity by Stavros Aronis · 3 years ago
  20. 3efce27 Leave module loaded state as it was by Zsolt Laky · 3 years, 2 months ago upstream
  21. 6bac629 Add sponsorship link, remove build tool badge by Adam Lindberg · 3 years, 3 months ago
  22. 7a0a2e1 Remove deprecated app file field by Adam Lindberg · 3 years, 3 months ago
  23. 5aaa248 Version 0.9.2 by Adam Lindberg · 3 years, 3 months ago 0.9.2
  24. c287994 Add a further caveat to using `meck` with `ct` by Paulo F. Oliveira · 3 years, 3 months ago
  25. 89116a3 Add OTP 24 to build matrix by Adam Lindberg · 3 years, 3 months ago
  26. b939af9 Fix a dialyzer-issued warning by Paulo F. Oliveira · 3 years, 4 months ago
  27. 06192a9 Version 0.9.1 by Adam Lindberg · 3 years, 3 months ago 0.9.1
  28. ede3aa7 Remove unused chandler tool from cut script check by Adam Lindberg · 3 years, 3 months ago
  29. 02ffbac Add to changelog by Adam Lindberg · 3 years, 3 months ago
  30. ff07804 Rename module name in type specs by Adam Lindberg · 3 years, 3 months ago
  31. cb8f2f6 Use Unite for EUnit tests by Adam Lindberg · 3 years, 3 months ago
  32. 11021fd Clarify and fix example of passthrough/1 by Adam Lindberg · 3 years, 3 months ago
  33. 47b0e96 Correct type spec for do_delete_expect/6 by Adam Lindberg · 3 years, 4 months ago
  34. 8ce77b0 Aim for repeatability by Paulo F. Oliveira · 3 years, 6 months ago
  35. a2e3a1b Imagine this is a possible solution to a past requirement by Paulo F. Oliveira · 3 years, 6 months ago
  36. 11e72cb Broaden our check/test scope by Paulo F. Oliveira · 3 years, 6 months ago
  37. 6602721 Improve repeatability by Paulo F. Oliveira · 3 years, 6 months ago
  38. d52cb3c Fix static analysis (dialyzer) -identified issue by Paulo F. Oliveira · 3 years, 6 months ago
  39. 5547e97 Be stricter in our static analysis by Paulo F. Oliveira · 3 years, 6 months ago
  40. f6fa0e3 Isolate hamcrest elements from static analysis issues by Paulo F. Oliveira · 3 years, 6 months ago
  41. 1b63047 Change order when adding new clauses by Zsolt Laky · 3 years, 7 months ago
  42. f64f851 Fix static analysis issues by Paulo F. Oliveira · 3 years, 6 months ago
  43. febf4a8 Don't re-publish docs by Adam Lindberg · 4 years ago
  44. 8c6b6e4 Version 0.9.0 by Adam Lindberg · 4 years ago 0.9.0
  45. 722e8e1 Don't push release changelog entries automatically by Adam Lindberg · 4 years ago
  46. 8f975cf Transition to manual CHANGELOG by Adam Lindberg · 4 years ago
  47. 6e1d8ce Update copyright year by Adam Lindberg · 4 years ago
  48. 282d0ea Add exec/1 to documented list of functions to return a ret_spec by Jesper Eskilson · 4 years ago
  49. 9010ce3 Make meck:ret_spec/0 transparent by Jesper Eskilson · 4 years ago
  50. 558e925 Use compatible stack trace handling by Adam Lindberg · 4 years ago
  51. 8c16751 Update supported Erlang versions to 19-23 by Adam Lindberg · 4 years ago
  52. 0e3c147 Add compiler application to dependencies by Jake Breindel · 4 years ago
  53. ae2e65b Rename foldl_mocks to fold_mocks by Adam Lindberg · 4 years ago
  54. 1ed7933 Add introspection of which modules are currently mocked by Filipe Cristovao · 4 years ago
  55. 23659f6 Run CI on pull requests by Adam Lindberg · 4 years ago
  56. 8975edc Update funding with GitHub Sponsors link by Adam Lindberg · 4 years, 1 month ago
  57. 3d70c4e Update badges to use GitHub Actions by Adam Lindberg · 4 years, 4 months ago
  58. f1bcebd Auto use latest versions of major OTP versions by Adam Lindberg · 4 years, 4 months ago
  59. 874970d Add supported Erlang versions by Adam Lindberg · 4 years, 4 months ago
  60. f37000b Change to matrix build by Adam Lindberg · 4 years, 4 months ago
  61. 01e3498 Create first GitHub action by Adam Lindberg · 4 years, 4 months ago
  62. 9b3ce75 Do not attempt to generate dependencies when mocking by Jesper Eskilson · 4 years, 4 months ago
  63. 9753464 Create FUNDING.yml by Adam Lindberg · 4 years, 9 months ago
  64. 2c7ba60 Validate the options being passed to meck:new (#204) by Francois Brodeur · 5 years ago
  65. aefdac8 Update changelog for version 0.8.13 by Adam Lindberg · 5 years ago
  66. 4ecc1ae Version 0.8.13 by Adam Lindberg · 5 years ago 0.8.13
  67. 992509b Exclude from_core option from compile_info when compiling by José Valim · 5 years ago
  68. 79b6ea0 Refine Erlang versions by Adam Lindberg · 5 years ago
  69. faa26ec Fix nofile errors caused by incorrect file lookup by Adam Lindberg · 5 years ago
  70. e63865c Isolate backup *.coverdata from other beam instances by Daniel Sommermann · 6 years ago
  71. ef435a7 Fix Erlang version badge by Adam Lindberg · 6 years ago
  72. 38b25cc Remove compatibility for R15 and R16 by Adam Lindberg · 6 years ago
  73. 12572c1 Update changelog for version 0.8.12 by Adam Lindberg · 6 years ago
  74. 6121bb7 Version 0.8.12 by Adam Lindberg · 6 years ago 0.8.12
  75. 0b68aee Check path and push release with Chandler by Adam Lindberg · 6 years ago
  76. 70e3e30 Keep storing history when reloading a mock by Adam Lindberg · 6 years ago
  77. a5138a3 Minor markdown improvements by Adam Lindberg · 6 years ago
  78. fc8df4a Update changelog for version 0.8.11 by Adam Lindberg · 6 years ago
  79. 70cfe7c Version 0.8.11 by Adam Lindberg · 6 years ago 0.8.11
  80. 33f6986 Change publish script to cut script by Adam Lindberg · 6 years ago
  81. bd25b73 Use latest OTP 20 and 21 versions by Adam Lindberg · 6 years ago
  82. 3b3be04 Update outdated donation information by Adam Lindberg · 6 years ago
  83. dc6a669 fix a buggy spec by mats cronqvist · 6 years ago
  84. 42b60be un-nest the `try' constructs by mats cronqvist · 6 years ago
  85. cd9666c don't hide 'try' behind macro by mats cronqvist · 6 years ago
  86. 5699ebf use some preproc trickery to hide the OTP21 get_stacktrace change by mats cronqvist · 6 years ago
  87. a0a7ae8 fix some whitespace by mats cronqvist · 6 years ago
  88. 1874c6f Line about 80 char line limit was 155 chars long by mats cronqvist · 6 years ago
  89. eb1c9a4 Update Changelog for version 0.8.10 by Adam Lindberg · 6 years ago
  90. 34fb27b Version 0.8.10 by Adam Lindberg · 6 years ago
  91. ceeac0f Improve publish script by Adam Lindberg · 6 years ago
  92. 5c86a90 test meck with Erlang/OTP 21.0 by Michal Piotrowski · 6 years ago
  93. 65b79f4 Add module name to module_is_sticky error by Adam Lindberg · 6 years ago
  94. fd57996 Document undefined_module error by Adam Lindberg · 6 years ago
  95. 6a1dbc9 Raise error for passthrough without abstract code by Adam Lindberg · 6 years ago
  96. b1a9cad Add meck:expects/1,2 to list mocked functions by Brujo Benavides · 6 years ago
  97. 7b78e29 Specify repository manually for changelog gen by Adam Lindberg · 6 years ago
  98. 7b90eed Update Changelog for version 0.8.9 by Adam Lindberg · 6 years ago
  99. 030a2f1 Version 0.8.9 by Adam Lindberg · 6 years ago 0.8.9
  100. 32e6290 Support running meck with modules built with '+deterministic' compile option by Miika-Petteri Matikainen · 7 years ago