Unclaimed project
Are you a maintainer of mock? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
mock
Mocking library for Elixir language
Last updated over 1 year ago
Back to changelogNew
v0.3.9
What's Changed
- docs: add pattern matching examples for assert_called by @superhawk610 in https://github.com/jjh42/mock/pull/112
- docs: add missing
with_mock block by @superhawk610 in https://github.com/jjh42/mock/pull/113
- Remove extra curly brackets in with_mocks by @speeddragon in https://github.com/jjh42/mock/pull/115
- Asserting function call order by @sashman in https://github.com/jjh42/mock/pull/114
- Fix two tiny errors in the README by @1st8 in https://github.com/jjh42/mock/pull/118
- Readme: fix links by @amilkr in https://github.com/jjh42/mock/pull/121
- implement assert_not_called by @amilkr in https://github.com/jjh42/mock/pull/120
- add assert_called_exactly by @rauann in https://github.com/jjh42/mock/pull/122
- Docs around mocking based on parts of the input by @mrjoelkemp in https://github.com/jjh42/mock/pull/123
- Document that it's not possible to mock marcos in https://github.com/jjh42/mock/pull/126
- update meck 0.8.13 -> 0.9.2 by @thalesmg in https://github.com/jjh42/mock/pull/127
- Fix typos by @kianmeng in https://github.com/jjh42/mock/pull/133
- Add a very simple wrapper (in_series) around :meck.seq by @tpitale in https://github.com/jjh42/mock/pull/132
Fix typo for call_history doc in the Mock module. by @Francisco-Castro in https://github.com/jjh42/mock/pull/135Fix README link anchor by @stjhimy in https://github.com/jjh42/mock/pull/140Added new function/macro to allow for "at_least" test by @DavidRawk-Blake in https://github.com/jjh42/mock/pull/142Bum deps, add .formatter.exs and test_with_mocks shortcut. by @stjhimy in https://github.com/jjh42/mock/pull/148New Contributors
- @superhawk610 made their first contribution in https://github.com/jjh42/mock/pull/112
- @speeddragon made their first contribution in https://github.com/jjh42/mock/pull/115
- @sashman made their first contribution in https://github.com/jjh42/mock/pull/114
- @1st8 made their first contribution in https://github.com/jjh42/mock/pull/118
- @amilkr made their first contribution in https://github.com/jjh42/mock/pull/121
- @rauann made their first contribution in https://github.com/jjh42/mock/pull/122
- @mrjoelkemp made their first contribution in https://github.com/jjh42/mock/pull/123
- @thalesmg made their first contribution in https://github.com/jjh42/mock/pull/127
- @kianmeng made their first contribution in https://github.com/jjh42/mock/pull/133
- @tpitale made their first contribution in https://github.com/jjh42/mock/pull/132
- @Francisco-Castro made their first contribution in https://github.com/jjh42/mock/pull/135
- @stjhimy made their first contribution in https://github.com/jjh42/mock/pull/140
- @DavidRawk-Blake made their first contribution in https://github.com/jjh42/mock/pull/142
Full Changelog: https://github.com/jjh42/mock/compare/v0.3.4...v0.3.9