- allow applications to set crossorigin attribute, thanks to @stfsy
- Set values of options to be optional, thanks to @timothy-bailey-redbox
- Add referrerPolicy support, thanks to @kukushouhou #62
- Add nonce support, thanks to @tanzhangwen #57
- Fix script error when script request error, thanks to @wheatma
- Handle <script> error event, thanks to @michaelvial
- support custom charset on script
- fix docs: properly document how to use jsonCallback and jsonpCallbackFunction options
- update typescript config
- update typescript support
- add typescript support
- add examples index-ie8.html
- remove
es6-promise
dependent
- Use original url when Request error
- Format code
- Update Readme
- Remove Bower support
- Add jsonpCallback and jsonpCallbackFunction as options
- Remove global export of fetchJsonp
- Update removeScript fix legacy IE