# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.2](https://github.com/ibsheet/loader/compare/v1.0.1...v1.0.2) (2019-10-27)


### Bug Fixes

* update ibsheet options ([e858024](https://github.com/ibsheet/loader/commit/e858024))

### [1.0.1](https://github.com/ibsheet/loader/compare/v1.0.0...v1.0.1) (2019-10-24)


### Bug Fixes

* fixed webpack-dev ([c211b67](https://github.com/ibsheet/loader/commit/c211b67))


### Features

* refactoring export main modules ([f387367](https://github.com/ibsheet/loader/commit/f387367))
* **new:** getIBSheetStatic, SheetEvents ([405cee5](https://github.com/ibsheet/loader/commit/405cee5))

## [1.0.0](https://github.com/ibsheet/loader/compare/v0.0.9...v1.0.0) (2019-10-23)


### Bug Fixes

* fixed unload ([8cf2063](https://github.com/ibsheet/loader/commit/8cf2063))


### Features

* `RegistryItem` name toLowerCase() ([be1eb6d](https://github.com/ibsheet/loader/commit/be1eb6d))
* added `setInterval` manager for debug ([911f2bf](https://github.com/ibsheet/loader/commit/911f2bf))
* added removeSheet ([8cf2063](https://github.com/ibsheet/loader/commit/8cf2063))
* change interface names ([f579500](https://github.com/ibsheet/loader/commit/f579500))
* change main export name "IBSheetLoader" ([ec17e98](https://github.com/ibsheet/loader/commit/ec17e98))
* change typedoc options ([229435a](https://github.com/ibsheet/loader/commit/229435a))
* new options for ibsheet ([e1f1281](https://github.com/ibsheet/loader/commit/e1f1281))
* refactoring export modules ([4f10e28](https://github.com/ibsheet/loader/commit/4f10e28))

### [0.0.9](https://github.com/ibsheet/loader/compare/v0.0.8...v0.0.9) (2019-09-30)


### Bug Fixes

* angular package error ([dc99d34](https://github.com/ibsheet/loader/commit/dc99d34))

### [0.0.8](https://github.com/ibsheet/loader/compare/v0.0.7...v0.0.8) (2019-09-30)


### Bug Fixes

* angular tslint errors ([51cd042](https://github.com/ibsheet/loader/commit/51cd042))

### [0.0.7](https://github.com/ibsheet/loader/compare/v0.0.6...v0.0.7) (2019-09-29)


### Bug Fixes

* errata ([c53717d](https://github.com/ibsheet/loader/commit/c53717d))

### [0.0.6](https://github.com/ibsheet/loader/compare/v0.0.5...v0.0.6) (2019-09-29)

### [0.0.5](https://github.com/ibsheet/loader/compare/v0.0.3...v0.0.5) (2019-09-29)

### [0.0.3](https://github.com/ibsheet/loader/compare/v0.0.2...v0.0.3) (2019-09-29)


### Features

* change default class ([c82765c](https://github.com/ibsheet/loader/commit/c82765c))

### [0.0.2](https://github.com/ibsheet/loader/compare/v0.0.1...v0.0.2) (2019-09-29)


### Features

* **new:** createSheet, getSheetGlobalObject handler ([ab4b263](https://github.com/ibsheet/loader/commit/ab4b263))

### 0.0.1 (2019-09-27)


### Bug Fixes

* default options ([f7875c0](https://github.com/ibsheet/loader/commit/f7875c0))
* not change item status of unload processing ([f4a7e47](https://github.com/ibsheet/loader/commit/f4a7e47))


### Features

* **enhancement:** distribute task management class ([d7c550b](https://github.com/ibsheet/loader/commit/d7c550b))
* **load:** enhancement load process ([51b9106](https://github.com/ibsheet/loader/commit/51b9106))
* **new:** bind method - multiple event binding ([4efa4db](https://github.com/ibsheet/loader/commit/4efa4db))
* **new:** new load, unload, dependentUrls registry options ([14f34c1](https://github.com/ibsheet/loader/commit/14f34c1))
* **new:** unload function ([d4650bf](https://github.com/ibsheet/loader/commit/d4650bf))
* auto reload then update registered item ([6867330](https://github.com/ibsheet/loader/commit/6867330))
* change global class to instance ([ce87412](https://github.com/ibsheet/loader/commit/ce87412))
