Skip to content

Releases: sbsoftware/to_html.cr

v1.1.0

25 Jul 19:15
v1.1.0
83a7a87
Compare
Choose a tag to compare

Features

  • NamedTuples can be used to provide tag attributes (#15)

Bugs

  • Method calls with the same name as tags will be interpreted as tags (#13)

v1.0.7

20 Jun 21:06
v1.0.7
4bfbf01
Compare
Choose a tag to compare

Bugs

  • Attribute values aren't #to_sed anymore (#11)

v1.0.6

17 Jun 20:28
v1.0.6
4a5f5be
Compare
Choose a tag to compare

Bugs

  • Boolean attributes not working with literals (#9)

v1.0.5

10 Mar 21:08
Compare
Choose a tag to compare

Bugs

  • Nested ifs are not evaluated (#7)

v1.0.4

06 Feb 21:52
Compare
Choose a tag to compare

Features

  • Support boolean attributes (#6)

Bugs

  • select tag method call conflicts with crystal keyword (#5)

v1.0.3

04 Dec 21:38
Compare
Choose a tag to compare

Features

  • Tag methods support array arguments (#4)

v1.0.2

25 Sep 20:12
Compare
Choose a tag to compare
  • Fix method calls in named arg values
  • Add :nodoc: directive to helper macros and classes

v1.0.1

01 Sep 22:23
Compare
Choose a tag to compare
  • Void elements are now rendered correctly

v1.0.0

01 Sep 22:22
Compare
Choose a tag to compare

First published release