Understand Mustache specification versioning
masterThe Mustache specification follows Semantic Versioning (SemVer). When reporting compatibility, implementations SHOULD report the most recent major and minor version numbers.
If your implementation supports optional modules, you SHOULD indicate this with a remark attached to the version number (e.g., vX.Y, including lambdas or vX.Y+λ).
Note for Implementers: If your implementation does not support at least v1.0.0 of this spec, it is RECOMMENDED to refer to your library as "Mustache-like" or "Mustache-inspired" rather than a standard Mustache implementation.