Releases: JuliaPackaging/Requires.jl
Releases · JuliaPackaging/Requires.jl
v1.3.0
Requires v1.3.0
Merged pull requests:
- Add debug log for monitoring
@require
time (#107) (@IanButterworth)
v1.2.0
Requires v1.2.0
Closed issues:
- current master and precompilation (#9)
- @require inside modules not working (#11)
- where is @LAZYMOD? (#15)
- LoadError: MethodError: objects of type LambdaInfo are not callable (#23)
- Julia 0.5 running CodeTools (#24)
- Improving
@require
performance (#39) - Demo code works without import JSON (#60)
- unit tests (documentation request) (#62)
- Migrate to travis-ci.com (#93)
- TODO: migrate from Travis to GitHub Actions (#98)
- Compatibility with Documenter? (#104)
Merged pull requests:
v1.1.3
v1.1.2
Requires v1.1.2
Merged pull requests:
v1.1.1
v1.1.0
Requires v1.1.0
Merged pull requests:
- Include macro for building sysimgs (#85) (@MikeInnes)
- Use cached content in @ include only as a fallback (#92) (@c42f)
v1.0.3
v1.0.2
Requires v1.0.2
Closed issues:
- Problems under Julia 1.3.1 (#74)
- Bug in test runs with SpecialFunctions, DoubleFloats and Requires (#75)
- UndefVarError: macro get! not defined (#77)
Merged pull requests:
- Install TagBot as a GitHub Action (#79) (@JuliaTagBot)
- typo (#87) (@xiaodaigh)
- Add more precompile and fix an inference problem (#89) (@timholy)
v1.0.1
v1.0.0
v1.0.0 (2019-12-12)
Closed issues:
- Defining a struct inside an @require block (#67)
- Feature request: stub functions (#61)
- import inside init block (#59)
- Can't import and extend a function using Requires??? (#58)
- Package compatibility caps (#57)
- Add support for multiple packages in @require statement (#54)
- Release for Julia 1.0 (#53)
- Problem with loading optional dependencies (#52)
- UUID requirement in 0.7 (#51)
- Does not work on Julia 0.7 (#45)
- 0.5 deprecations (#28)
- for loop doesn't work inside a require block (#1)
Merged pull requests:
- Prepare to release 1.0.0 (#73) (timholy)
- Update README.md (#72) (juliohm)
- Small performance improvements (#71) (timholy)
- Support package notifications (#69) (timholy)
- Delete
test/REQUIRE
file (#68) (DilumAluthge) - Add
Project.toml
andtest/Project.toml
(#66) (DilumAluthge) - improve callback performance (#64) (vchuravy)
- Test more versions on Travis (#56) (timholy)
- Update README for the new UUID & __init__ syntax (#55) (timholy)
- Add test for #48 (#50) (jmert)