All Versions
21
Latest Version
Avg Release Cycle
85 days
Latest Release
1986 days ago

Changelog History
Page 2

  • v0.8 Changes

    May 10, 2015
    • Switch to Babel for compile pipeline
  • v0.7.2 Changes

    April 06, 2015
    • Update dependency to work with React v0.12 and v0.13
  • v0.7.1 Changes

    February 04, 2015
    • ๐Ÿ›  Fix bug when calling createEngine without arguments
  • v0.7.0 Changes

    January 07, 2015
    • โž• Add support for stripTypes option
    • ๐Ÿ”€ Use object-assign instead of lodash.merge
    • โšก๏ธ Update js-beautify
  • v0.6.0 Changes

    November 05, 2014
    • โšก๏ธ Update to React v0.12.
  • v0.5.1 Changes

    October 20, 2014
    • ๐Ÿ‘Œ Support common pattern of ES6 module transpilers where the component would actually be exported to default, not directly.
  • v0.5 Changes

    August 14, 2014
    • ๐Ÿšš Move React to peerDependencies
    • Stop beautifying code without permission. There is now an option to do this.
  • v0.4 Changes

    July 26, 2014
    • โšก๏ธ Update React dependency to v0.11.1+
  • v0.3 Changes

    July 04, 2014
    • The module cache is cleared of files matching the specified extension at the end of each render. This allows views to be modified without restarting the server.
  • v0.2 Changes

    April 05, 2014
    • __express and renderFile are gone. You must now call createEngine(options) which will create an engine with given options.