custom-ability
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "custom-ability", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "make custom ability more easy. generate the ability which can be added to any class directly.", | ||
@@ -19,4 +19,4 @@ "homepage": "https://github.com/snowyu/custom-ability.js", | ||
"dependencies": { | ||
"inherits-ex": "~1.0.6", | ||
"util-ex": "^0.3.8" | ||
"inherits-ex": "~1.1.2", | ||
"util-ex": "^0.3.10" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
@@ -192,3 +192,3 @@ ### custom-ability [![Build Status](https://img.shields.io/travis/snowyu/custom-ability.js/master.png)](http://travis-ci.org/snowyu/custom-ability.js) [![npm](https://img.shields.io/npm/v/custom-ability.svg)](https://npmjs.org/package/custom-ability) [![downloads](https://img.shields.io/npm/dm/custom-ability.svg)](https://npmjs.org/package/custom-ability) [![license](https://img.shields.io/npm/l/custom-ability.svg)](https://npmjs.org/package/custom-ability) | ||
+ use the injectMethods(AOP) for the methods of non-enumerable and beginning with '$' in an ability | ||
to call `super` method. | ||
to call `super` method. you can exclude it with normal name if it's not a core method. | ||
@@ -195,0 +195,0 @@ ```coffee |
43998
+ Addedinherits-ex@1.1.8(transitive)
- Removedinherits-ex@1.0.9(transitive)
Updatedinherits-ex@~1.1.2
Updatedutil-ex@^0.3.10