Skip to content

Releases: mustache/spec

v1.4.1

26 Jan 22:24
v1.4.1
6648085
Compare
Choose a tag to compare

What's Changed

  • Test for rendering nested partials. by @Ryman in #89

Full Changelog: v1.4.0...v1.4.1

v1.4.0

26 Jan 18:39
v1.4.0
380fcb0
Compare
Choose a tag to compare

What's Changed

  • Test for unescaped implicit iteration by @Ryman in #99
  • Add lambdas for Go by @jabley in #85
  • Fix typo in Go code by @jabley in #149
  • Clarify that the context root can be iterated over by @Mr0grog in #176
  • Add TaggedMap to permitted_classes to accomodate Psych with Ruby >= 3.1 by @jgonggrijp in #177
  • Additional inheritance specs for block reindentation by @jgonggrijp in #131

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Aug 10:56
v1.3.0
5d3b58e
Compare
Choose a tag to compare

What's Changed

  • add test: comment content colliding with variable by @s9105947 in #137
  • Adding dynamic partials, discussed in #54 by @anomal00us in #134

New Contributors

  • @s9105947 made their first contribution in #137
  • @anomal00us made their first contribution in #134

Full Changelog: v1.2.2...v1.3.0

v1.2.2

07 Dec 19:43
b2aeb3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

02 May 23:20
7b09c52
Compare
Choose a tag to compare
  • Specify how to interpolate null
  • Specify how to interpolate implicit iterators

v1.2.0

28 Apr 01:50
63c0bde
Compare
Choose a tag to compare
  • Optional Inheritance
  • Raku language support in optional lambda spec
  • Extra tests for context stacks
  • MIT license
  • General cleanup

Tuesday the 1.1.3th

13 Jul 23:18
Compare
Choose a tag to compare
Merge pull request #81 from bobthecow/implicit-iterator-iteration

Allow iterating over implicit iterators.