assemble-core
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -0,1 +1,10 @@ | ||
**v0.20.0** | ||
- Bumps [templates][] to v0.20.0. Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump | ||
**v0.19.0** | ||
- Bumps [templates][] to v0.19.0 | ||
- Externalizes tests (temporarily) to base-test-runner, until we get all of the tests streamlined to the same format. | ||
**v0.18.0** | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "assemble-core", | ||
"description": "The core assemble application with no presets or defaults. All configuration is left to the implementor.", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"homepage": "https://github.com/assemble/assemble-core", | ||
@@ -28,3 +28,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"dependencies": { | ||
"assemble-fs": "^0.5.0", | ||
"assemble-fs": "^0.5.1", | ||
"assemble-render-file": "^0.7.0", | ||
@@ -35,7 +35,7 @@ "assemble-streams": "^0.6.0", | ||
"lazy-cache": "^2.0.1", | ||
"templates": "^0.19.0" | ||
"templates": "^0.20.1" | ||
}, | ||
"devDependencies": { | ||
"base-test-runner": "^0.1.1", | ||
"base-test-suite": "^0.1.3", | ||
"base-test-runner": "^0.2.0", | ||
"base-test-suite": "^0.1.6", | ||
"gulp": "^3.9.1", | ||
@@ -48,5 +48,3 @@ "gulp-eslint": "^2.0.0", | ||
"minimist": "^1.2.0", | ||
"mocha": "^2.5.2", | ||
"rimraf": "^2.5.2", | ||
"through2": "^2.0.1" | ||
"rimraf": "^2.5.2" | ||
}, | ||
@@ -53,0 +51,0 @@ "keywords": [ |
@@ -282,2 +282,11 @@ # assemble-core [![NPM version](https://img.shields.io/npm/v/assemble-core.svg?style=flat)](https://www.npmjs.com/package/assemble-core) [![Build Status](https://img.shields.io/travis/assemble/assemble-core.svg?style=flat)](https://travis-ci.org/assemble/assemble-core) | ||
**v0.20.0** | ||
* Bumps [templates](https://github.com/jonschlinkert/templates) to v0.20.0. Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump | ||
**v0.19.0** | ||
* Bumps [templates](https://github.com/jonschlinkert/templates) to v0.19.0 | ||
* Externalizes tests (temporarily) to base-test-runner, until we get all of the tests streamlined to the same format. | ||
**v0.18.0** | ||
@@ -357,2 +366,2 @@ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 25, 2016._ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 26, 2016._ |
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
21151
10
365
+ Addedtemplates@0.20.2(transitive)
- Removedtemplates@0.19.0(transitive)
Updatedassemble-fs@^0.5.1
Updatedtemplates@^0.20.1