Comparing version 2.0.1 to 2.0.2
@@ -22,2 +22,8 @@ # Release History | ||
## [2.0.2] | ||
**Fixed** | ||
- Removed a check for function name in the `.use` method. This could cause plugins to not get registered. | ||
## [2.0.0] | ||
@@ -66,2 +72,3 @@ | ||
[2.0.2]: https://github.com/node-base/base/compare/1.0.0...2.0.2 | ||
[2.0.0]: https://github.com/node-base/base/compare/1.0.0...2.0.0 | ||
@@ -68,0 +75,0 @@ [1.0.0]: https://github.com/node-base/base/compare/0.13.2...1.0.0 |
@@ -154,3 +154,3 @@ 'use strict'; | ||
const key = name || fns.name; | ||
const key = name; | ||
if (key && typeof key === 'string' && this.isRegistered(key)) { | ||
@@ -157,0 +157,0 @@ return this; |
{ | ||
"name": "base", | ||
"description": "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://github.com/node-base/base", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -404,3 +404,3 @@ <p align="center"> | ||
* [base-store](https://www.npmjs.com/package/base-store): Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object… [more](https://github.com/node-base/base-store) | [homepage](https://github.com/node-base/base-store "Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods from the data-store library. Also now supports sub-stores!") | ||
* [base-task](https://www.npmjs.com/package/base-task): base plugin that provides a very thin wrapper around [https://github.com/doowb/composer](https://github.com/doowb/composer) for adding task methods to… [more](https://github.com/node-base/base-task) | [homepage](https://github.com/node-base/base-task "base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your application.") | ||
* [base-task](https://www.npmjs.com/package/base-task): Base plugin that provides a very thin wrapper around [https://github.com/doowb/composer](https://github.com/doowb/composer) for adding task methods to… [more](https://github.com/base/base-task) | [homepage](https://github.com/base/base-task "Base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your Base application.") | ||
@@ -444,2 +444,2 @@ ### Tests | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 03, 2018._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 29, 2018._ |
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
30464