Skip to content

Releases: makenowjust/crustache

v2.4.4

08 Jun 08:54
e98d75b
Compare
Choose a tag to compare

v2.4.4 (2021-06-08)

Changes:

  • Update supported Crystal version to 1.0.0

Version 2.4.3

21 Jun 16:01
24ebfc0
Compare
Choose a tag to compare

v2.4.3 (2020-06-21)

Changes:

Version 2.4.2

10 Jun 03:52
1c442fb
Compare
Choose a tag to compare

v2.4.2 (2020-06-10)

Changes:

  • Support Crystal v0.35.0

Version 2.4.1

10 Oct 10:10
74eb2be
Compare
Choose a tag to compare

Changes:

  • Support Crystal v0.31.1.

Version 2.4.0

01 Mar 03:13
Compare
Choose a tag to compare

Changes:

  • Support Crystal 0.24.1

Version 2.3.0

24 Nov 00:28
Compare
Choose a tag to compare

Changes:

  • Support Crystal v0.20.0.

Thanks @Sija!

Version 2.2.4

19 May 12:52
Compare
Choose a tag to compare

Changes:

  • Support Crystal 0.17.0

Version 2.2.3

12 May 14:15
Compare
Choose a tag to compare

Changes:

  • Added type annotations to instance variables to follow Crystal v0.16.0 changes.
  • Fixed Crustache::Context type for above.

Version 2.2.2

24 Mar 03:17
Compare
Choose a tag to compare

Changes:

  • Fixed type annotated default argument syntax, follow Crystal v0.14.1 changes.

Version 2.2.1

08 Mar 23:58
Compare
Choose a tag to compare

Changes:

  • Use Util.escape instead of HTML.escape for Mustache spec compatibility.