templates
Advanced tools
Comparing version 0.5.2 to 0.6.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.5.2", | ||
"version": "0.6.0", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -26,3 +26,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"base-data": "^0.3.3", | ||
"base-methods": "^0.5.0", | ||
"base-methods": "^0.6.1", | ||
"base-options": "^0.5.4", | ||
@@ -40,3 +40,3 @@ "base-plugins": "^0.4.1", | ||
"has-glob": "^0.1.1", | ||
"inflection": "^1.7.2", | ||
"inflection": "^1.8.0", | ||
"is-buffer": "^1.1.0", | ||
@@ -43,0 +43,0 @@ "layouts": "^0.10.6", |
@@ -37,30 +37,41 @@ # templates [![NPM version](https://badge.fury.io/js/templates.svg)](http://badge.fury.io/js/templates) [![Build Status](https://travis-ci.org/jonschlinkert/templates.svg)](https://travis-ci.org/jonschlinkert/templates) [![Coverage Status](https://img.shields.io/coveralls/jonschlinkert/templates.svg)](https://coveralls.io/r/jonschlinkert/templates) | ||
- [Install](#install) | ||
- [Usage](#usage) | ||
- [API](#api) | ||
* [Common](#common) | ||
<!-- toc --> | ||
* [Install](#install) | ||
* [Usage](#usage) | ||
* [API](#api) | ||
- [Common](#common) | ||
+ [.option](#option) | ||
+ [.use](#use) | ||
* [Application](#application) | ||
* [Engines](#engines) | ||
* [Helpers](#helpers) | ||
* [View](#view) | ||
- [Application](#application) | ||
- [Engines](#engines) | ||
- [Helpers](#helpers) | ||
- [View](#view) | ||
+ [data](#data) | ||
* [Item](#item) | ||
- [Item](#item) | ||
+ [data](#data) | ||
* [Collections](#collections) | ||
- [Collections](#collections) | ||
+ [Data](#data) | ||
* [List](#list) | ||
* [Group](#group) | ||
* [Lookups](#lookups) | ||
* [Rendering](#rendering) | ||
* [Context](#context) | ||
* [Routes and middleware](#routes-and-middleware) | ||
- [Related projects](#related-projects) | ||
- [Running tests](#running-tests) | ||
- [Code coverage](#code-coverage) | ||
- [Contributing](#contributing) | ||
- [Author](#author) | ||
- [License](#license) | ||
- [List](#list) | ||
- [Group](#group) | ||
- [Lookups](#lookups) | ||
- [Rendering](#rendering) | ||
- [Context](#context) | ||
- [Routes and middleware](#routes-and-middleware) | ||
* [Related projects](#related-projects) | ||
* [Running tests](#running-tests) | ||
* [Code coverage](#code-coverage) | ||
* [Contributing](#contributing) | ||
* [History](#history) | ||
* [Author](#author) | ||
* [License](#license) | ||
_(Table of contents generated by [verb](https://github.com/verbose/verb))_ | ||
<!-- tocstop --> | ||
## Install | ||
@@ -1114,3 +1125,3 @@ | ||
As of November 20, 2015, code coverage is 100%. | ||
As of December 03, 2015, code coverage is 100%. | ||
@@ -1130,2 +1141,6 @@ ```sh | ||
## History | ||
* ** v0.5.1**: fixes bug where `default` layout was automatically applied to partials, causing an infinite loop in rare cases. | ||
## Author | ||
@@ -1145,2 +1160,2 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 20, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on December 03, 2015._ |
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
107696
1157
+ Addedbase-methods@0.6.2(transitive)
+ Addedclass-utils@0.3.6(transitive)
+ Addedcopy-descriptor@0.1.1(transitive)
+ Addedobject-copy@0.1.0(transitive)
+ Addedstatic-extend@0.1.2(transitive)
- Removedbase-methods@0.5.0(transitive)
- Removedclass-utils@0.2.3(transitive)
Updatedbase-methods@^0.6.1
Updatedinflection@^1.8.0