Releases: LilithHafner/BasicAutoloads.jl
Releases · LilithHafner/BasicAutoloads.jl
v1.0.4
BasicAutoloads v1.0.4
Merged pull requests:
- Fix on nightly (#18) (@LilithHafner)
- Support autocompletion of trigger symbols (#19) (@LilithHafner)
Closed issues:
v1.0.3
BasicAutoloads v1.0.3
Merged pull requests:
- Longer timeout and better warnings when waiting for the REPL to load (#17) (@LilithHafner)
Closed issues:
v1.0.2
BasicAutoloads v1.0.2
Fixes a bug where qualified names don't trigger autoloads (i.e. foo.bar
previously only triggered autoloading of foo
, but not of bar
)
Merged pull requests:
- Unpack QuoteNodes (#11) (@LilithHafner)
- Release 1.0.2 (#12) (@LilithHafner)
Closed issues:
- FR: Trigger on qualified macros as well (#10)
v1.0.1
BasicAutoloads v1.0.1
Fix problem in Julia 1.11 where autoloads only work if REPL has been explicitly loaded (#7, #8)
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#5) (@dependabot[bot])
- Accommodate changes in REPL and Pkg loading in Julia 1.11 (#8) (@LilithHafner)
Closed issues:
- KeyError:
REPL not found
(#7)
v1.0.0
BasicAutoloads v1.0.0
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])