UNPKG

load-scripts

Version:

Dynamic scripts loading for modern browsers.

40 lines (13 loc) 1.08 kB
# [2.0.0](https://github.com/fengyuanchen/load-scripts/compare/v1.1.0...v2.0.0) (2021-09-21) * refactor!: migrate to TypeScript ([a7e4b8e](https://github.com/fengyuanchen/load-scripts/commit/a7e4b8e94462e1e6a6f6a462a4e3f9781630f613)) ### BREAKING CHANGES * drop `dist/load-scripts.common.js` from the package # [1.1.0](https://github.com/fengyuanchen/load-scripts/compare/v1.0.1...v1.1.0) (2021-09-20) ### Features * add type definitions for TypeScript ([700e649](https://github.com/fengyuanchen/load-scripts/commit/700e649c1e9599d3282a6d22a6dbe61f99d5093c)) * improve script url matching ([fd78f8c](https://github.com/fengyuanchen/load-scripts/commit/fd78f8c048c251d62a2938d12719822b7e192b3b)) ## [1.0.1](https://github.com/fengyuanchen/load-scripts/compare/v1.0.0...v1.0.1) (2021-09-19) ### Bug Fixes * avoid loading script repeatedly ([626ae03](https://github.com/fengyuanchen/load-scripts/commit/626ae03fd5ad73b84f3be0b0a57b8e11ec4eed2e)) # [1.0.0](https://github.com/fengyuanchen/load-scripts/compare/v0.1.0...v1.0.0) (2018-05-21) # 0.1.0 (2018-04-11)