Skip to content

Releases: JuliaDocs/DocumenterInterLinks.jl

v1.1.0

15 Jul 21:37

Choose a tag to compare

DocumenterInterLinks v1.1.0

Diff since v1.0.0

Added

  • The ExternalFallbacks now has a keyword argument automatic (defaults to false) that controls whether any unresolvable @ref reference should be automatically searched for in external inventories. [#14, #17]

Changed

  • In version 1.0.0, loading the DocumenterInterLinks package would automatically try to resolve all otherwise unresolvable @ref references in external inventories, without any possibility to opt out of this behavior [#14]. This possibility is now provided by the new automatic keyword argument for ExternalFallbacks. Because the default is automatic=false, the behavior is now opt-in, not opt-out. Since the ExternalFallbacks plugin and its associated functionality are "experimental", this is not considered a semver-breaking change. To restore the previous behavior of v1.0.0, one must now instantiate fallbacks = ExternalFallbacks(; automatic=true) in docs/make.jl, and pass the fallbacks objects as part of plugins to Documenter.makedocs (alongside the InterLinks object). [#17]

Other

  • Bumped minimum compatible version of Documenter to v1.3.0.

Merged pull requests:

  • Use environment in docs (#15) (@goerz)
  • Bump minimum compatible version of Documenter to v1.3.0 (#16) (@goerz)
  • Add automatic option to ExternalFallbacks (#17) (@goerz)

Closed issues:

  • Disable FallbackResolution? (#14)

v1.0.0

07 Jun 11:29

Choose a tag to compare

DocumenterInterLinks v1.0.0

Diff since v0.3.3

Merged pull requests:

v0.3.3

06 Jun 19:32

Choose a tag to compare

DocumenterInterLinks v0.3.3

Diff since v0.3.2

Merged pull requests:

Closed issues:

  • Ambiguous docs on local inventories (#9)

v0.3.2

03 Jun 14:59

Choose a tag to compare

DocumenterInterLinks v0.3.2

Declares compatibility with DocInventories 1.0

v0.3.1

28 Mar 04:42

Choose a tag to compare

DocumenterInterLinks v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Add alias_methods_as_function=true (#7) (@goerz)

v0.3.0

03 Mar 00:18

Choose a tag to compare

DocumenterInterLinks v0.3.0

Diff since v0.2.5

Merged pull requests:

  • Remove inventory writing code (#2) (@goerz)
  • Add ExternalFallbacks plugin (#3) (@goerz)
  • Do not require backticks for short-circuit (#4) (@goerz)
  • Implement automatic fallback (#5) (@goerz)

v0.2.5

27 Jan 21:56

Choose a tag to compare

DocumenterInterLinks v0.2.5

Diff since v0.2.4

v0.2.4

27 Jan 20:00

Choose a tag to compare

DocumenterInterLinks v0.2.4

Diff since v0.2.3

v0.2.3

07 Jan 19:16

Choose a tag to compare

DocumenterInterLinks v0.2.3

Diff since v0.2.2

v0.2.2

05 Jan 23:40

Choose a tag to compare

DocumenterInterLinks v0.2.2