Skip to content

Commit

Permalink
@dev release to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
genify committed Jan 30, 2019
1 parent 20c6ac6 commit 11d2834
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.5.2
--------------------------------------------------------
0.5.2 (2019-01-30)
--------------------
- BUG修复模块
* 修正低版本跨域代理文件发送请求时先序列化对象
* 修正 util/cache/list 模块隐式声明导致的全局变量污染

0.5.1 (2018-10-11)
--------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nej",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/genify/nej",
"authors": [
"genify <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nej-framework",
"description": "JavaScript Cross-Platform Framework",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"keywords": [
"nej",
Expand Down
2 changes: 1 addition & 1 deletion src/util/cache/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ NEJ.define([
data:_options.data||{},
key:(''+_options.key)||''
};
_item = this._$getItemInCache(_id);
var _item = this._$getItemInCache(_id);
_ropt.data[this.__key] = _id;
// hit in memory
if (!!_item&&
Expand Down

0 comments on commit 11d2834

Please sign in to comment.