Releases: JuliaTesting/ExplicitImports.jl
Releases · JuliaTesting/ExplicitImports.jl
v1.0.1
ExplicitImports v1.0.1
- Now supports Julia 1.7+
Merged pull requests:
- Update docs badge (#12) (@ericphanson)
- Support Julia 1.7 (#17) (@ericphanson)
v1.0.0
ExplicitImports v1.0.0
Merged pull requests:
- Fix typo (#3) (@lgoettgens)
- Remove filter to suggest
using Foo: Foo(#5) (@lgoettgens) - refactor to use
NamedTupleoutputs (#7) (@ericphanson) - Properly detect function args as local variables (#8) (@ericphanson)
- Add
show_locationskwarg to print the location of the name being used from global namespace (#9) (@ericphanson) - Don't detect symbols as names (#10) (@ericphanson)
Closed issues: