Mustache v1.1.1 Release Notes

Release Date: 2019-12-03 // over 4 years ago
    • ๐Ÿ“š [improvement] Improve yardoc documentation (#247)
    • โš  [bug] Fix warnings about instance variables (#246)

Previous changes from v1.1.0

    • [feat] Introduces Mustache#escape.
      This method receives a non-stringified value to allow for more flexibility in the escaping, like JSON. (#245)
    • [bug] Raise correct error when closing unopened section (#240)
    • ๐Ÿ—„ [bug] Fix use of deprecated File.exists? (#241)
    • โš  [bug] Fix variable shadowing warning (#241)