- fix: crossorigin attribute now correctly defaults to 'anonymous' instead of 'true'; also accepts string values like 'use-credentials'
- feat: add fetchPriority option support ('high' | 'low' | 'auto'), thanks to @trudbot #73
- chore: add types field to package.json for correct npm TS badge, thanks to @karlhorky #71
- 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-promisedependent
- 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