Skip to content

Commit

Permalink
chore(release): v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Dec 10, 2019
1 parent 847ba23 commit be14dcb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 4.1.0 (2019-12-10)

### Features

- 新增了 `AV.Object#dirtyKeys` 方法获取本地修改过的属性名。`Object#hasChanged``Object#changedAttributes` 方法已被移除,请使用 `AV.Object#dirty``AV.Object#dirtyKeys` 代替。

### Bug fixes

- 修复了云引擎中初始化依然要求指定服务器地址的问题。

## 4.0.1 (2019-12-02)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leancloud-storage",
"version": "4.0.1",
"version": "4.1.0",
"main": "./dist/node/index.js",
"description": "LeanCloud JavaScript SDK.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.0.1';
module.exports = '4.1.0';

0 comments on commit be14dcb

Please sign in to comment.