Releases: mustache/spec
Releases · mustache/spec
v1.4.2
What's Changed
- Add a test that interpolated content should not be re-interpolated by @cjerdonek in #35
- Fine-tune GitHub's language detection for the repo by @i-ky in #191
- Remove outdated content from the README's Optional modules section by @robinmetral in #192
- Add missing test to JSON conversion by @jgonggrijp in #193
- Add test case for dotted names by @simon-ess in #180
New Contributors
- @i-ky made their first contribution in #191
- @robinmetral made their first contribution in #192
- @simon-ess made their first contribution in #180
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
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
- @Ryman made their first contribution in #99
- @jabley made their first contribution in #85
- @Mr0grog made their first contribution in #176
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.2
What's Changed
- Added Lambdas for PowerShell/PSMustache by @splumhoff in #126
- Specify substituted block scope resolution by @jgonggrijp in #129
New Contributors
- @splumhoff made their first contribution in #126
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Specify how to interpolate
null
- Specify how to interpolate implicit iterators
v1.2.0
- Optional Inheritance
- Raku language support in optional lambda spec
- Extra tests for context stacks
- MIT license
- General cleanup
Tuesday the 1.1.3th
Merge pull request #81 from bobthecow/implicit-iterator-iteration Allow iterating over implicit iterators.