Releases: wangl-cc/LazyStartup.jl
Releases · wangl-cc/LazyStartup.jl
v0.2.0
LazyStartup v0.2.0
Diff since v0.1.2
Closed issues:
- Lazy macro loading seems to be breaking on Julia v1.9.0-rc1 (#11)
Merged pull requests:
- Initialize with
lazy_startup_init!()
and force startup code to be evaluated in top-level scope (#12) (@wangl-cc)
v0.1.0
LazyStartup v0.1.0
Merged pull requests:
- fix: replace
Base.isexpr
to Base.Meta.isexpr
(#1) (@wangl-cc)
- feat:
auto_pattern
for import
and using
(#2) (@wangl-cc)