anima-yocto-ajax
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,7 @@ # History | ||
## 1.0.6 | ||
`update` 升级anima-yocto-core依赖到`1.1.1` | ||
`updaet` 升级anima-yocto-event依赖到`1.0.3` | ||
## 1.0.5 | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "anima-yocto-ajax", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "the ajax from yocto", | ||
@@ -24,4 +24,4 @@ "keywords": [], | ||
"dependencies": { | ||
"anima-yocto-core": "1.1.0", | ||
"anima-yocto-event": "1.0.2" | ||
"anima-yocto-core": "1.1.1", | ||
"anima-yocto-event": "1.0.3" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -9,13 +9,15 @@ # anima-yocto-ajax [![spm version](http://spmjs.io/badge/anima-yocto-ajax)](http://spmjs.io/package/anima-yocto-ajax) | ||
## Install | ||
## Yocto-ajax | ||
``` | ||
$ spm install anima-yocto-ajax --save | ||
``` | ||
因为Yocto是源自Zepto(1.0)的,因此绝大部分的API`与Zepto保持一致`。 | ||
## Usage | ||
注意,`这里只列出与Zepto不一致的部分`。 | ||
```js | ||
var animaYoctoAjax = require('anima-yocto-ajax'); | ||
// use animaYoctoAjax | ||
``` | ||
#### 删除 | ||
| API | 修改动作 | 影响版本 | 备注 | | ||
| --- | --- | --- | --- | | ||
| ajaxStart 全局事件触发 | 移除| All | 未公开 | | ||
| ajaxStop 全局事件触发 | 移除| All | 未公开 | | ||
#### 优化 | ||
+ 拆分ajax模块——miniAjax(ajax方法)和jsonP(ajaxJSONP方法),可按需引用,如`require(‘anima-yocto-ajax/miniAjax’)`或`require(‘anima-yocto-ajax/jsonP’)` |
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
13423
23
+ Addedanima-yocto-core@1.1.1(transitive)
+ Addedanima-yocto-event@1.0.3(transitive)
- Removedanima-yocto-core@1.1.0(transitive)
- Removedanima-yocto-event@1.0.2(transitive)
Updatedanima-yocto-core@1.1.1
Updatedanima-yocto-event@1.0.3