Releases: JuliaTesting/Mocking.jl
Releases · JuliaTesting/Mocking.jl
v0.8.1
Mocking v0.8.1
Merged pull requests:
- fix 1.11 change with ScopedValues not being exported into Base (#134) (@KristofferC)
Closed issues:
- Mocking issue (#114)
v0.8.0
v0.7.9
Mocking v0.7.9
Merged pull requests:
- Update Codecov links to use JuliaTesting org (#105) (@omus)
- Fixed a small typo (#111) (@bergel)
- Use
ScopedValue
to fix async issue (#112) (@oxinabox) - Update TagBot workflow (#115) (@omus)
- Modernize CI workflows (#116) (@omus)
- Fix tests using
macroexpand
(#117) (@omus) - Minor refactor to activate (#118) (@omus)
- Avoid overwrite warning using more specific method (#119) (@omus)
- Specify code style with a configuration file (#120) (@omus)
- Fix Codecov badge (#121) (@omus)
- Add Aqua tests (#122) (@omus)
- Package documentation (#123) (@omus)
- Run CI workflow on
main
(#124) (@omus) - Set
CODECOV_TOKEN
(#125) (@omus) - Revert "Use
ScopedValue
to fix async issue (#112)" (#126) (@omus) - Minor updates around
nightly
workflow (#127) (@omus)
Closed issues:
v0.7.8
v0.7.7
v0.7.6
What's Changed
- Add
activate
method taking function by @nickrobinson251 in #102
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Revert use of ContextVariablesX.jl by @omus in #93
- Add ColPrac badge by @oxinabox in #94
- Support Compat@4 by @devmotion in #98
- Change version number to 0.7.5 by @abraemer in #100
New Contributors
- @oxinabox made their first contribution in #94
- @devmotion made their first contribution in #98
- @abraemer made their first contribution in #100
Full Changelog: v0.7.4...v0.7.5
v0.7.4
v0.7.3
Mocking v0.7.3
Merged pull requests:
- MassInstallAction: Install the BlueStyleFormatter workflow on this repository (#88) (@mattBrzezinski)
- Add support for nested calls to apply (#90) (@tpgillam)
v0.7.2
Mocking v0.7.2
Closed issues:
- Support Julia v1.5 short keyword argument syntax (#85)
Merged pull requests:
- Add code style badge (#71) (@nickrobinson251)
- Install TagBot as a GitHub Action (#79) (@JuliaTagBot)
- MassInstallAction: Install the GitHubActions workflow on this repository (#82) (@fchorney)
- Fix CI Tests and Artifact Cache Issues (#83) (@fchorney)
- Support required keywords in
@mock
(#86) (@omus)