koatty_container
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.7.6](https://github.com/koatty/koatty_container/compare/v1.7.5...v1.7.6) (2022-02-25) | ||
### [1.7.5](https://github.com/koatty/koatty_container/compare/v1.7.4...v1.7.5) (2022-02-22) | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* @Author: richen | ||
* @Date: 2022-02-22 12:10:36 | ||
* @Date: 2022-02-25 16:46:26 | ||
* @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
/*! | ||
* @Author: richen | ||
* @Date: 2022-02-22 12:10:26 | ||
* @Date: 2022-02-25 16:45:54 | ||
* @License: BSD (3-Clause) | ||
@@ -490,3 +490,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
// If the class has defined the default AOP method, @BeforeEach and @AfterEach will not take effect | ||
const allMethods = getMethodNames(target); | ||
const allMethods = getMethodNames(target, true); | ||
const methods = allMethods.filter((m) => !['constructor', 'init', '__before', '__after'].includes(m)); | ||
@@ -608,3 +608,3 @@ let hasDefault = false; | ||
* @Date: 2022-02-18 14:29:10 | ||
* @LastEditTime: 2022-02-21 14:21:38 | ||
* @LastEditTime: 2022-02-25 10:44:50 | ||
*/ | ||
@@ -611,0 +611,0 @@ /** |
{ | ||
"name": "koatty_container", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "IOC Container for Koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "koatty_container", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "IOC Container for Koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
119725