Upgrade mox: 0.5.2 → 1.0.2 (major)
Created by: depfu[bot]
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳ ️ mox (0.5.2 → 1.0.2) · Repo · Changelog
Release Notes
1.0.2 (from changelog)
Bug fix
- Use
Code.ensure_compiled!
to support better integration with the Elixir compiler
1.0.0 (from changelog)
Enhancements
- Add
@behaviour
attribute to Mox modules
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Release v1.0.2
Fixes for recent Elixir versions (#129)
Update mox.ex moduledoc on stub_with (#126)
Fix a behaviour name in the docs (#125)
Add typespecs and a t/0 type (#124)
Add basic usage (#123)
Update ExDoc
Fix docs, closes #122
Fix moduledoc (#120)
Remove warnings
Release v1.0.1
Use Code.ensure_compiled!/1 instead of Code.ensure_compiled/1 (#117)
Check if global process is alive before handling calls
Update mox.ex
Use ~S to prevent interpolation (#113)
Improve introduction to Mox
Update CI config
Update ExDoc
Update CI config (#110)
Update CI config (#109)
Improve documentation wording (#108)
Fix github action (#106)
Bump mox version in the examples (#104)
Fix mock behaviour return type and typo of function name (#103)
Fix mock return value to fit its behaviour and typo of HumanizedWeather function (#102)
docs: Fix docs on auto setting mode from context (#100)
Update README.md
Update README
Release v1.0.0
add recommended Elixir and Erlang/OTP combinations to CI and migrate it from Travis to GitHub Actions (#98)
Rewrite examples to show mocking an API (#99)
Clearer example of multiple expect/4 calls (#97)
Make stub_with work with skip_optional_callbacks (#96)
Mocks should define a behaviour (#90)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)