Release 1.0.0 - #293
Merged
Merged
Conversation
Current coverage is 63.87%
@@ master #293 diff @@
==========================================
Files 27 27
Lines 2898 2898
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1851 1851
Misses 1047 1047
Partials 0 0
|
| @@ -1,3 +1,12 @@ | |||
| # 1.0.0 日期:2016 年 5 月 30 日 | |||
| * 服务器针对浏览器 CORS 返回 307 无法跳转的问题,采用通过返回 410 和自定义字段的方式,在 SDK 层面支持重定向 request | |||
Contributor
There was a problem hiding this comment.
changelog 是给用户看的,应该写对用户来说有用的信息,尤其是 API 的变动。我们其他工具使用了一些内部的 API 是另一个问题,但是还是不应该把内部的重构写给用户看。
- 修正 disableCurrentUser 时,内部错误的调用 currentUser 相关接口(修复的影响用户的具体问题是什么?)
- 弃用 AV.Error 对象,改为内部模块(需要说明如果之前用户使用了 AV.Error 现在应该怎么做)
不需要写的 log 有:
- 服务器针对浏览器 CORS 返回 307 无法跳转的问题,采用通过返回 410 和自定义字段的方式,在 SDK 层面支持重定向 request
- 增加内部接口 AV._config.userAgent
- 弃用内部接口 AV._request
- 移除 AV.applicationProduction 改为 AV._config.applicationProduction 内部接口
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.