Skip to content

Releases: sbsoftware/to_html.cr

v1.7.1

04 Mar 20:57
v1.7.1
d3ceb02

Choose a tag to compare

Bugs

  • data-/aria- expansion not supporting multiple values being concatenated (#35)

v1.7.0

25 Feb 21:11
v1.7.0
1181e0c

Choose a tag to compare

Features

  • Support case statements in templates (#30)
  • data/aria attribute expansion (#32)
  • Support #each_with_index/#times in templates (#33)

v1.6.0

25 Jan 21:33
v1.6.0
0ea9ae9

Choose a tag to compare

Features

  • Inline templates (#26)

v1.5.2

13 Jan 21:10
v1.5.2
8b4675f

Choose a tag to compare

Bugs

  • Compiler errors on multi-line MacroFor bodies (#24)

v1.5.1

29 Dec 21:33
v1.5.1
de464b8

Choose a tag to compare

Bugs

  • Compiler error on macro-for body with inline macro expressions

v1.5.0

02 Sep 19:58
v1.5.0
26db93c

Choose a tag to compare

Features

  • Support macro expressions within templates (#23)

v1.4.0

18 Feb 19:47
v1.4.0
8ba66c2

Choose a tag to compare

Features

  • Renamed add_to_head to append_to_head and introduced prepend_to_head (#22)

v1.3.0

31 Jan 21:27
v1.3.0
545fa01

Choose a tag to compare

Features

  • Add ExternalScript class (#21)

v1.2.1

29 Jan 20:41
v1.2.1
7c22a09

Choose a tag to compare

Bugs

  • Multiple calls to Layout.add_to_head or Layout.body_attributes cancel each other out (#20)

v1.2.0

27 Jan 21:44
v1.2.0
8afb246

Choose a tag to compare

Features

  • Base Layout class
  • Template definitions support super and previous_def

Bugs

  • Variable assignments are being rendered (#19)