adonis-fold
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,20 @@ | ||
<a name="3.0.1"></a> | ||
## 3.0.1 (2016-04-30) | ||
### Bug Fixes | ||
* **Ioc:** do not transform output after calling hooks ([8bc17ef](https://github.com/poppinss/adonis-fold/commit/8bc17ef)) | ||
### Features | ||
* **ioc:** add support for makePlain property ([33ab0bf](https://github.com/poppinss/adonis-fold/commit/33ab0bf)) | ||
* **package.json:** Added commitizen ([8a8fd3c](https://github.com/poppinss/adonis-fold/commit/8a8fd3c)) | ||
### Performance Improvements | ||
* **ioc,registerar:** triming namespaces and providers, improved var initialization for v8 ([c5e04ad](https://github.com/poppinss/adonis-fold/commit/c5e04ad)) | ||
<a name="2.0.1"></a> | ||
@@ -2,0 +21,0 @@ ## 2.0.1 (2016-01-15) |
@@ -13,5 +13,5 @@ 'use strict' | ||
GLOBAL.use = Ioc.use | ||
GLOBAL.make = Ioc.make | ||
global.use = Ioc.use | ||
global.make = Ioc.make | ||
module.exports = { Ioc, ServiceProvider, Registrar } |
{ | ||
"name": "adonis-fold", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Dependency manager and ioc container for your next NodeJs application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22795