Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 09:03
· 468 commits to master since this release
5eaac6e

Franklin v0.7.0

Read the summary of news: here

0.6.16

  • fixes a <br> in rss generator PR #436

0.6.15

  • fixes an issue with --- #432 and PR #434
  • adds support for dates locale #433 (creds to @lucasvreis)

0.6.13

  • fixes error when the last line of a code block is a comment (issue #427, PR #428)

0.6.11 and then 0.6.12

  • add possibility to call templating blocks {{...}} from markdown and shortcut {{var}} to fill. (essentially PR #422 then fixed with PR #423 and PR #425 ...)

0.6.10

  • allow templating blocks to be called from markdown and allows {{var}} as a shortcut for {{fill var}} (issue #355 PR #422 )

0.6.9

  • scope issue with page variables and *.html files (#412 and PR #413)
  • adds aliases for isdef and isnotdef, now valid: isdef, ifdef, isnotdef, ifnotdef, isndef, ifndef (issue #406 and PR #414)
  • for loop in templating now allow unpacking an iterate #416
  • locvar and globvar return nothing rather than error if fed with a non-existing variable (creds: @fredrikekre )

0.6.8

  • properly setting fd_rpath for .html source pages so that if they use {{ispage ...}} it works as expected.

0.6.7

  • fix how the 404.[md|html] is treated (issue #395)
  • add the clear option to optimize to add on the github action so that everything is re-done from scratch on github actions by default.

0.6.6

  • bug fix with PCRE error on Windows (issue #396 , PR #397)

0.6.5

  • fix anchors on local page to avoid reload (#382, PR #383)
  • add an ignore var to ignore files and folders (#376, PR #383)
  • fix an issue with relative paths (#377, PR #383)
  • adds a global var div_content to name the content div (#374 and PR #375)
  • fix type constraints with page vars (#381 and PR #383)

0.6.4

  • multiline definitions, proper use of Meta.parse and template for loop PR #370 and issues #363 and #337

0.6.3

  • fixes an issue with code block name parsing (the regex was not general enough) (PR #367)
  • fixes an issue with error display when a file is not found in a command like \textoutput (this is an error introduced during the package renaming process but seems to be fixed now) it used to show a cryptic UndefVarError: λ not defined (PR #367)

0.6.2

  • Fixes a bug with code eval when using ; to avoid output and using @showall some cells would not show due to a poorly placed return shortcut. (issue #365, PR #366)