Releases: JuliaDocs/DocStringExtensions.jl
Releases · JuliaDocs/DocStringExtensions.jl
v0.8.2
DocStringExtensions v0.8.2
Diff since v0.8.1
Closed issues:
- TYPEDSIGNATURES gets confused with more than one type parameter (#84)
- TYPEDSIGNATURES error when Union in type signature (#87)
Merged pull requests:
v0.8.0
Feature release.
- Adds the
TYPEDFIELDS
abbreviation that lists the fields of a type together with their docstrings and types. (#75, #77)
v0.7.0
Feature release.
- Introduce the
TYPEDSIGNATURES
abbreviation that will expand into typed function signatures. (#20, #72)
v0.6.0
- README and LICENSE abbreviations (#68).
- Test improvements (#70).
v0.5.0
Feature release.
- Introduce the
FUNCTIONNAME
abbreviation. (#59, #66)
- Drop Julia 0.6 support. (#65)
v0.4.6
Updates for Julia v0.7 and v1.0.
v0.4.5
Maintenance release bringing DocStringExtensions up to speed with Julia master. (#60)
v0.4.4
Maintenance release to maintain compatibility with and remove deprecations on Julia 0.7-dev. (#53, #55, #57)
v0.4.3
Bugfix release to maintain compatibility with Julia 0.7-dev. (#50)