# changelog

## 2.1.1

- update changelog

## 2.1.0

- add action status badge
- use oxlint instead of ESLint (leave config file)
- update deps

## 2.0.0

- **BREAKING CHANGE** exported files paths
- **BREAKING CHANGE** `jsonp` removed form Config
- **BREAKING CHANGE** `callBackName` removed form Config
- **BREAKING CHANGE** `removeScript` changes - script is not removed by default on an error
- **BREAKING CHANGE** `callBack` removed form Config - just run code after simpleLoadScript run (eg. `console.log` in examples)
- TS
- rollup
- deps
- tests
- readme

## 1.0.3

- update 2do
- update readme
- update dev deps

## 1.0.2

- added `insertInto` config option

## 1.0.1

- rename index.js
- readme
- changes in `all` method

## 1.0.0

- `dontRemoveCallBack` and `removeScript`
- readme
- removed ES6 version

## 0.0.0

- init version
