Releases: JuliaPackaging/Requires.jl
Releases · JuliaPackaging/Requires.jl
v1.3.1
What's Changed
- Add a sentence about projects to the README.md. by @mschauer in #102
- Steer readers to Package Extensions by @JeffFessler in #117
- avoid running code that needs to be running at top level in a test by @KristofferC in #119
- also test LTS by @KristofferC in #120
New Contributors
- @mschauer made their first contribution in #102
- @JeffFessler made their first contribution in #117
- @KristofferC made their first contribution in #119
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Requires v1.3.0
Merged pull requests:
- Add debug log for monitoring
@requiretime (#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
@requireperformance (#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)