Skip to content

Releases: JuliaPluto/HypertextLiteral.jl

v0.9.5

31 Oct 21:25
2eb2b84
Compare
Choose a tag to compare

HypertextLiteral v0.9.5

Diff since v0.9.4

Merged pull requests:

  • Fix print_script for 1.10 (#36) (@j-fu)
  • Cap documenter version to "0" (#37) (@j-fu)

v0.9.4

10 May 11:54
ed236cd
Compare
Choose a tag to compare

HypertextLiteral v0.9.4

Diff since v0.9.3

Closed issues:

  • invalid use of has_method within @generated content() (#28)

Merged pull requests:

  • README tweak: kebab-case (#22) (@fonsp)
  • Only run docs CI on master (#24) (@fonsp)
  • Make IO Context available inside <script> (#27) (@fonsp)
  • Make content automatically recompile if users define a html overload to show (#29) (@MasonProtter)

v0.9.3

07 Nov 23:43
Compare
Choose a tag to compare
  • Pull #18: Interpolating within a paired tags
  • Pull #19: Fix bug where <hr /></div> throws error
  • Pull #20: Interpolating within self-closing tag

v0.9.2

23 Oct 16:10
Compare
Choose a tag to compare
  • Fix #17 : attribute interpolation bug

v0.9.1

06 Oct 15:55
Compare
Choose a tag to compare
  • Fix #16 : Error interpolating unicode into JS

v0.9.0

22 Jul 20:09
Compare
Choose a tag to compare
  • Removing Javscript treatment from on attributes
  • Exporting htl non-standard string literal
  • In htl literal, doubling of $ escapes $
  • Continued review of documentation

v0.8.0

20 Jun 19:41
Compare
Choose a tag to compare
  • Restructructed documentation to improve navigation
  • Specialize interpolation within Javascript valued attributes
  • Ensure that @htl is passed a string literal (Fixed #11)
  • Provide better CSS serialization within <style> tag

v0.7.0

07 May 16:56
Compare
Choose a tag to compare

HypertextLiteral v0.7.0

Diff since v0.6.0

v0.6.0

05 Apr 18:42
Compare
Choose a tag to compare

HypertextLiteral v0.6.0

  • address edge cases found when adding full code coverage
  • enable interpolation within comment blocks

Closed issues:

  • support of interpolated string literals with htl macro (#1)
  • 0.5.1 not registered? (#6)
  • CSS interpolation String => String prints to stdout (#7)

Merged pull requests: