Releases: JuliaDocs/DocStringExtensions.jl
Releases · JuliaDocs/DocStringExtensions.jl
v0.9.5
v0.9.4
DocStringExtensions v0.9.4
Merged pull requests:
- Support capturing
Expr
for use in abbreviations. (#133) (@MichaelHatherly) - Create dependabot.yml (#142) (@MichaelHatherly)
- Bump actions/checkout from 2 to 3 (#143) (@dependabot[bot])
- Only run CI
push
trigger when onmaster
/tags (#144) (@MichaelHatherly) - Bump codecov/codecov-action from 1 to 3 (#145) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#146) (@dependabot[bot])
- Update README.md regarding tested versions of Julia (#148) (@MichaelHatherly)
- Add clarification to at-template docstring (#152) (@mortenpi)
- Bump actions/checkout from 3 to 4 (#156) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#162) (@dependabot[bot])
- Fix tests on Julia 1.10+ (#168) (@mortenpi)
- Remove
LibGit2
dependency (#172) (@MichaelHatherly) - Bump julia-actions/setup-julia from 1 to 2 (#173) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 5 (#174) (@dependabot[bot])
- Set version to 0.9.4. (#175) (@fredrikekre)
Closed issues:
v0.9.3
v0.9.2
DocStringExtensions v0.9.2
Closed issues:
Merged pull requests:
- Condense $FIELDS template (#136) (@alyst)
- fix kw handling and filter out a new internal symbol from arguments (#137) (@KristofferC)
- Fix ordering of arguments on newer Windows versions (#138) (@MichaelHatherly)
v0.9.1
DocStringExtensions v0.9.1
Closed issues:
- The
TYPES
template does not apply to parametric types (#115) - Cannot get source for generated functions (#126)
Merged pull requests:
- Fix extraction of argnames for generated functions (cherry-picked) (#131) (@MichaelHatherly)
- Fix #115,
TYPES
template does not apply to parametric types. (#132) (@MichaelHatherly)
v0.9.0
v0.8.6
v0.8.5
DocStringExtensions v0.8.5
Closed issues:
- Vararg arguments are printed without ... (#46)
Merged pull requests:
- Fix Vararg printing (#113) (@Roger-luo)
- Move test deps out of
[deps]
. (#114) (@MichaelHatherly) - Remove is(abstract|bits)type functions (#116) (@mortenpi)
v0.8.4
v0.8.3
DocStringExtensions v0.8.3
Closed issues:
- @template broken with Base.@doc? (#73)
- Bug on Julia
master
:ERROR: ArgumentError: invalid index: nothing of type Nothing
when trying to useTYPEDSIGNATURES
(#93) - CI is failing on Julia nightly (#95)
- Struct with @kwdef does not follow template (#98)
Merged pull requests:
- Move template expansion to "format-time" (#96) (@MichaelHatherly)
- Set version to 0.8.3. (#100) (@fredrikekre)