You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
2.7 KiB

4 years ago
  1. 0.15.1 / 2018-03-19
  2. ===================
  3. * add support for underscore partials
  4. * updating metadata and configurations
  5. * lint and cleanup code and tests
  6. 0.15.0 / 2017-11-01
  7. ===================
  8. * add plates support
  9. * add teacup support
  10. * add liquid-node support
  11. * add velocityjs support
  12. * allow absolute and relative partial paths
  13. * extend dot options
  14. * support layouts in vash
  15. 0.14.0 / 2016-01-24
  16. ===================
  17. * add slm support
  18. * add vash support
  19. * add twig support
  20. * fixes lodash 4 options
  21. * fixes liquid file extensions and path resolving
  22. 0.13.0 / 2015-05-26
  23. ===================
  24. * fixes react template error
  25. * adds promises when a callback function is not passed to `render`
  26. * documentation updates
  27. 0.11.0 / 2015-02-07
  28. ==================
  29. * fix aptl tests
  30. * update jade caching
  31. * add HTMLing support
  32. * add hamlet support
  33. * readme updates
  34. * add tinyliquid support
  35. * pass `options` to ECT.js
  36. * update ractive
  37. * update travis-ci to test 0.10, 0.12, and iojs
  38. 0.10.0 / 2013-11-23
  39. ==================
  40. * add lodash support
  41. * add nunjucks support
  42. 0.9.1 / 2013-04-29
  43. ==================
  44. * Update ECT version
  45. * Added support for Handlebars helpers with test.
  46. * Invalidates built-in dust cache if caching disabled
  47. 0.9.0 / 2013-03-28
  48. ==================
  49. * dust-helpers support, latest version of dust
  50. * Re-add doT - global leaks fixed
  51. * improving templayed support
  52. 0.8.0 / 2013-01-23
  53. ==================
  54. * add templayed support
  55. * add `then-jade` as an alternative to `jade`
  56. 0.7.0 / 2012-12-28
  57. ==================
  58. * add atpl support
  59. 0.6.0 2012-12-22
  60. ==================
  61. * add partials support
  62. * add support for toffee templates
  63. * remove dot it still leaks and the author has not fixed it
  64. 0.5.0 / 2012-10-29
  65. ==================
  66. * add `mote` support
  67. * add support to `dust` partials
  68. * add support for `ECT`
  69. * add support for rendering without file
  70. * add support for `JUST`
  71. * improve Haml-Coffee caching.
  72. 0.4.0 / 2012-07-30
  73. ==================
  74. * add doT support [sannis]
  75. * add mustache support [ForbesLindesay]
  76. * add walrus support [kagd]
  77. 0.3.1 / 2012-06-28
  78. ==================
  79. * add QEJS support
  80. * add underscore support
  81. * change whiskers to use pre-defined `.__express`
  82. * remove engines. Closes #37
  83. * remove kernel, cannot comply with our caching
  84. 0.3.0 / 2012-04-18
  85. ==================
  86. * Added partials loading for whiskers [gsf]
  87. * Added dustjs-linkedin support
  88. 0.2.0 / 2012-04-04
  89. ==================
  90. * Added support for dust [fatjonny]
  91. * Added handlebars support [jstewmon]
  92. 0.1.0 / 2012-01-03
  93. ==================
  94. * Added support for several more engines
  95. 0.0.1 / 2010-01-03
  96. ==================
  97. * Initial release