-
Notifications
You must be signed in to change notification settings - Fork 515
v1.0.13 release prepare #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
1. Add header comment 1. Create sourcemap for qiniu.min.js 2. Output file to dist 3. Add travis check
Improve project
- mark TODOs to improve - mark ISSUEs to fix - add comments make code more readability
在 qiniu.js 中增加更多注释说明
- Immediately-Invoked Function Expression - Put a smeicolon in front make it more safety
…20151203 wrap sdk with self-invoking
Match userAgent to detect current browser is wechat or qq inner browser on Android or not. If detect is satisfied, set chunk_size to zero to use direct upload strategy.
…20151203 Fix wechat and qq inner browser uploader error
- Rewrite parseJSON function to make it work in IE 7 - Fix flash_swf_url mistake in demo/scripts/main.js which cause load moxie.swf error - Change some absolute url to relative url - Add logger to help trace
- IE 9- compability - Add log point in qiniu.js to collection debug info
…20151203 Fix IE 7 compability
It support ie 9 & 9- to chunk upload through flash mode But there are still some problems waiting to resolve: - the usage of mOxie need to optimize - localStorage polyfill with cookie will cause crash in IE
- Use cookie to store upload file info when browser is not support localStorage - Fix get_new_token mistake in Init Event
…20151203 Flash 模式下支持分块上传
add some common problem
- set qiniuUploadUrls - in case of net or unkown error, sdk will reset upload url and retry
…20151203 Change upload url in case of net error
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.
Prepare release a new version v1.0.13, merge develop to master.