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/REQUIREfile (#68) (DilumAluthge) - Add
Project.tomlandtest/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)