Sha256: e086e1cc894fac256baad2205c996d5f08af3d0f9424142a1eeb9c3761d84b72

Contents?: true

Size: 1.7 KB

Versions: 2

Compression:

Stored size: 1.7 KB

Contents

# CHANGELOG

## 1.1.0 (2014-09-05)

* Overhaul of Stache::Mustache rendering by [@MarkusHarmsen](https://github.com/MarkusHarmsen) brings caching, and with it, 200-300% rendering performance enhancements. Thanks!

## 1.0.3 (2014-01-14)

* Access RSpec-assigned instance variables in view classes (Thanks [@kianw](https://github.com/kianw))
* Rails4 compatibility at long last!
* Ruby2 required for development, as it is preferred by rails4.

## 1.0.2 (2013-05-10)

* Change autoload paths to an array of Strings instead of Pathnames, for greater compatibility.

## 1.0.1 (2013-05-07)

* Fix a regression in mustache layout handling.

## 1.0.0 (2012-11-29)

* Overhauled Mustache template engine. If you wish to have Mustache drive your entire template stack, you can invert control to it.
* Fixed a bunch of problems with Handlebars access to the view namespace for helpers, etc.
* New configuration option: you can now specify a wrapper namespace that Stache will look for your view classes in.

Backwards compatibility should be fine; any regressions are bugs and should be reported.

Huge thanks to all contributors!

## 0.9.1

* soften our hardcore stance on missing properties.

## 0.9.0

/!\ /!\ Breaking Changes.

* 1.0 release candidate
* Handlebars support
* uses Rails' own template resolution system to find partials.

There's some code duplication that should be crushed out before 1.0.

## 0.2.2

* Saner, consistent handling of template extensions: partials and full templates both use configured value at `Stache.template_extension`. Thanks @ajacksified!

## 0.2.1

* Addresses #9: fix 'incompatible character encodings' error

## 0.2.0

* Patch to properly reraise NameError/LoadError that occurs upon loading a Stache::View

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stache-1.1.1 CHANGELOG.md
stache-1.1.0 CHANGELOG.md