Skip to content

Commit

Permalink
chore: Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qiu8310 committed May 10, 2016
1 parent 83b7d56 commit e941875
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

0.0.6 / 2016-05-10
==================

* fix: 清除过期了的缓存
* chore: 调整 debug
* fix: 服务端获取 EA 的 cookie 后马上就删除它
* feat: 添加 cookie 的过期时间设置
* chore: 更新 type.d.ts 文件
* feat: 使 fetch 默认支持 cookie
* feat: 添加 api. 方法来设置或获取当前缓存数据
* feat: 支持将 mock.server 指定为 self 关键字
* fix: 使用了document 等浏览器对象造成在服务端使用报错
* chore: add build file to git source
* feat: debug 添加 cache, EAAPI 添加参数,fix cache 失败问题
* fix: 修复闭包内的变量被篡改了的问题
* feat: 添加 debug 功能,及 delay 为 0 时,不做异步
* refactor: http.query 中的 value 强制转化成字符串
* feat: add typescript support
* docs: update readme only

0.0.5 / 2016-04-28
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elegant-api",
"version": "0.0.5",
"version": "0.0.6",
"description": "Define elegant api, standalone frontend development",
"main": "dist/elegant-api.js",
"jsnext:main": "src/index.jsx",
Expand Down

0 comments on commit e941875

Please sign in to comment.