templates
Advanced tools
Comparing version 0.18.2 to 0.18.3
@@ -0,1 +1,11 @@ | ||
### v0.17.0 | ||
- Removed `debug` methods and related code | ||
- Improve layout handling with respect to template types (`partial`, `renderable` and `layout`) | ||
- Update dependencies | ||
### v0.16.0 | ||
- Improved context handling | ||
### v0.15.0 | ||
@@ -17,2 +27,12 @@ | ||
### v0.13.0 | ||
- All template handling is async by default. Instead of adding `.compileSync`, we felt that it made more sense to add `.compileAsync`, since `.compile` is a public method and most users will expect it to be sync, and `.compile` methods with most engines are typically sync. In other words, `.compileAsync` probably won't be seen by most users, but we wanted to explain the decision to go against node.js naming conventions. | ||
- Improved layout detection and handling | ||
### v0.12.0 | ||
- Adds helper methods, [.hasAsyncHelper](#hasasynchelper), [.hasHelper](#hashelper), [.getAsyncHelper](#getasynchelper), and [.getHelper](#gethelper) | ||
- Ensures that both collection and app routes are handled when both are defined for a view | ||
### v0.11.0 | ||
@@ -19,0 +39,0 @@ |
{ | ||
"name": "templates", | ||
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.", | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -1900,2 +1900,12 @@ # templates [![NPM version](https://img.shields.io/npm/v/templates.svg?style=flat)](https://www.npmjs.com/package/templates) [![NPM downloads](https://img.shields.io/npm/dm/templates.svg?style=flat)](https://npmjs.org/package/templates) [![Build Status](https://img.shields.io/travis/jonschlinkert/templates.svg?style=flat)](https://travis-ci.org/jonschlinkert/templates) | ||
### v0.17.0 | ||
* Removed `debug` methods and related code | ||
* Improve layout handling with respect to template types (`partial`, `renderable` and `layout`) | ||
* Update dependencies | ||
### v0.16.0 | ||
* Improved context handling | ||
### v0.15.0 | ||
@@ -1917,2 +1927,12 @@ | ||
### v0.13.0 | ||
* All template handling is async by default. Instead of adding `.compileSync`, we felt that it made more sense to add `.compileAsync`, since `.compile` is a public method and most users will expect it to be sync, and `.compile` methods with most engines are typically sync. In other words, `.compileAsync` probably won't be seen by most users, but we wanted to explain the decision to go against node.js naming conventions. | ||
* Improved layout detection and handling | ||
### v0.12.0 | ||
* Adds helper methods, [.hasAsyncHelper](#hasasynchelper), [.hasHelper](#hashelper), [.getAsyncHelper](#getasynchelper), and [.getHelper](#gethelper) | ||
* Ensures that both collection and app routes are handled when both are defined for a view | ||
### v0.11.0 | ||
@@ -1919,0 +1939,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175409
2036