Skip to content

Releases: tlienart/Franklin.jl

v0.4.4

20 Jan 12:22
v0.4.4
Compare
Choose a tag to compare

v0.4.3

17 Jan 12:22
v0.4.3
Compare
Choose a tag to compare

Last release with the name 'JuDoc' + deprecation warning

v0.4.2

29 Dec 21:57
v0.4.2
Compare
Choose a tag to compare

v0.4.2 (2019-12-29)

  • small bug with lunr when no prepath are found (PR #333)
  • auto-escape html code in a code block (issue #327 and PR #329)

v0.4.1

28 Dec 16:21
v0.4.1
0daa5d5
Compare
Choose a tag to compare

v0.4.1 (2019-12-28)

  • fix a bug when using pre-rendering and the website shows raw html code blocks due to double escaping (PR #328 , issue #326)

v0.4.0

25 Dec 19:20
v0.4.0
4c89fd4
Compare
Choose a tag to compare

v0.4.0 (2019-12-25)

No breaking changes, main modifications since 3.10:

  • allow passing of final hook function which can be used to work with the lunr search library (PR #320 issue #319)
  • fix an issue with auto-title when no title is provided the first header is used (PR #317 #318)
  • fix an issue when using code in a link reference like [`A`]: http://example.com issue #314 PR #315.
  • improvements to the markdown parser bringing marginal speed gains and robustness #312
  • allow disabling of support for indented code blocks and better error context #311

Closed issues:

  • Can't exit with ctrl+c (#321)
  • Reference link with code (#314)
  • Require blank line before and after indented code block (#310)
  • table alignment saga (#307)
  • [needs docs] Can you style footnote text? (#243)
  • [v0.4+] list (#216)
  • merge resolve_input_*code functions (#173)

Merged pull requests:

v0.3.10

28 Nov 20:18
v0.3.10
52f0ce2
Compare
Choose a tag to compare

v0.3.10 (2019-11-28)

Diff since v0.3.9

Merged pull requests:

  • emergency patch due to 1.3 release markdown parser silliness (#306) (tlienart)

v0.3.9

28 Nov 19:17
v0.3.9
Compare
Choose a tag to compare

v0.3.9 (2019-11-28)

Diff since v0.3.8

Closed issues:

  • IOError 'chmod 644' issue for favicon.png (#305)
  • serve(silent=true) does not block the 'page updated' line (#296)
  • Allow use of Joker in {{ispage ...}} (#278)

Merged pull requests:

v0.3.8

20 Nov 13:19
v0.3.8
bf4263a
Compare
Choose a tag to compare

v0.3.8 (2019-11-20)

Diff since v0.3.7

Closed issues:

  • Allow the use of a global installation of Node (#294)
  • Logo/icon ideas (#148)

Merged pull requests:

  • Minorfixes (#298) (tlienart)
  • Edit build.jl to use global Node installation if the user sets ENV["NODE"] (#295) (trigaut)

v0.3.7

10 Nov 21:18
v0.3.7
Compare
Choose a tag to compare

v0.3.7 (2019-11-10)

Diff since v0.3.6

Merged pull requests:

v0.3.6

10 Nov 12:19
v0.3.6
Compare
Choose a tag to compare

v0.3.6 (2019-11-10)

Diff since v0.3.5

Closed issues:

  • Command definition in config and ordering (#289)
  • add 'silent' option for serve to display nothing (code eval etc) (#288)
  • code (#287)
  • Intendation can cause ambiguities (#285)
  • Add MLJTutorials to README.md list of websites using JuDoc (#281)
  • add maxtoclevel (#272)
  • Add else clause for isdef and ispage blocks (#132)
  • Allow nesting in html templating blocks by balancing {{...}} {{end}} (#113)
  • Link checker (#91)

Merged pull requests: