Releases: JuliaDocs/DocumenterInterLinks.jl
Releases · JuliaDocs/DocumenterInterLinks.jl
v1.1.0
DocumenterInterLinks v1.1.0
Added
- The
ExternalFallbacksnow has a keyword argumentautomatic(defaults tofalse) that controls whether any unresolvable@refreference should be automatically searched for in external inventories. [#14, #17]
Changed
- In version
1.0.0, loading theDocumenterInterLinkspackage would automatically try to resolve all otherwise unresolvable@refreferences in external inventories, without any possibility to opt out of this behavior [#14]. This possibility is now provided by the newautomatickeyword argument forExternalFallbacks. Because the default isautomatic=false, the behavior is now opt-in, not opt-out. Since theExternalFallbacksplugin and its associated functionality are "experimental", this is not considered a semver-breaking change. To restore the previous behavior ofv1.0.0, one must now instantiatefallbacks = ExternalFallbacks(; automatic=true)indocs/make.jl, and pass thefallbacksobjects as part ofpluginstoDocumenter.makedocs(alongside theInterLinksobject). [#17]
Other
- Bumped minimum compatible version of
Documentertov1.3.0.
Merged pull requests:
- Use environment in
docs(#15) (@goerz) - Bump minimum compatible version of
Documentertov1.3.0(#16) (@goerz) - Add
automaticoption toExternalFallbacks(#17) (@goerz)
Closed issues:
- Disable FallbackResolution? (#14)
v1.0.0
DocumenterInterLinks v1.0.0
Merged pull requests:
v0.3.3
DocumenterInterLinks v0.3.3
Merged pull requests:
Closed issues:
- Ambiguous docs on local inventories (#9)
v0.3.2
DocumenterInterLinks v0.3.2
Declares compatibility with DocInventories 1.0
v0.3.1
DocumenterInterLinks v0.3.1
Merged pull requests: