## [1.6.4](https://github.com/searchfe/inject-js/compare/v1.6.3...v1.6.4) (2024-01-25)


### Bug Fixes

* 修改 inject 参数类型 ([b66038e](https://github.com/searchfe/inject-js/commit/b66038e60865b76ef5d6397866f3c2db59a5ca58))

## [1.6.3](https://github.com/searchfe/inject-js/compare/v1.6.2...v1.6.3) (2022-03-29)


### Bug Fixes

* 修复provider未create完成时调用destroy报错 ([dff2e21](https://github.com/searchfe/inject-js/commit/dff2e21810cc7a273afd93abab1fae9b5eb51ce4))

## [1.6.2](https://github.com/searchfe/inject-js/compare/v1.6.1...v1.6.2) (2021-04-23)


### Bug Fixes

* reset module field & add browser field ([6d3c5a5](https://github.com/searchfe/inject-js/commit/6d3c5a5e51d643ccbcd7050486d047d96a5c4e2b))

## [1.6.1](https://github.com/searchfe/inject-js/compare/v1.6.0...v1.6.1) (2020-11-18)


### Bug Fixes

* 补充token类型产出 ([525ff04](https://github.com/searchfe/inject-js/commit/525ff04c6d4424eaf8a7f5bac7e0e9e5732d6cba))

# [1.6.0](https://github.com/searchfe/inject-js/compare/v1.5.0...v1.6.0) (2020-11-05)


### Features

* export createInjectToken + validate token and provider ([be29504](https://github.com/searchfe/inject-js/commit/be2950453d4fd3dbff2dbf5ecbae31d5ecb00154))

# [1.5.0](https://github.com/searchfe/inject-js/compare/v1.4.0...v1.5.0) (2020-10-28)


### Bug Fixes

* 修复子容器调用父容器provider不正确的问题 ([0f0fc34](https://github.com/searchfe/inject-js/commit/0f0fc34d228305bd582d5d4e778f52dc073ca45e))
* 去除冗余逻辑 ([406fbe7](https://github.com/searchfe/inject-js/commit/406fbe794dfdd77a9a2e4f3cbfdc755fce4a49d2))
* 去除冗余逻辑 ([bd2bd89](https://github.com/searchfe/inject-js/commit/bd2bd897cfae694da7ada455514aedfcc100f028))


### Features

* 增加父子容器 ([d8ee64a](https://github.com/searchfe/inject-js/commit/d8ee64a7b87f89722a20e113a3393250b311e0d5))

# [1.4.0](https://github.com/searchfe/inject-js/compare/v1.3.1...v1.4.0) (2020-10-23)


### Features

* 增加父子容器 ([#4](https://github.com/searchfe/inject-js/issues/4)) ([afc4605](https://github.com/searchfe/inject-js/commit/afc4605c5a5333e86e9a7f675da54cb9dd4b142e))

## [1.3.1](https://github.com/searchfe/inject-js/compare/v1.3.0...v1.3.1) (2020-10-16)


### Bug Fixes

* 修复拓扑排序图推入错误问题 ([10dfcf8](https://github.com/searchfe/inject-js/commit/10dfcf803b5faa7775136189c60bc7810125438d))

# [1.3.0](https://github.com/searchfe/inject-js/compare/v1.2.1...v1.3.0) (2020-10-15)


### Features

* 容器支持destroy方法 ([aca173c](https://github.com/searchfe/inject-js/commit/aca173c6fa9236bee96c4129d78fc910786ddc96))

## [1.2.1](https://github.com/searchfe/inject-js/compare/v1.2.0...v1.2.1) (2020-10-10)


### Bug Fixes

* 修复amd模块名编译问题 ([8c56c8c](https://github.com/searchfe/inject-js/commit/8c56c8c102510a1cc59ef065bd8bcdae6f63a91b))

# [1.2.0](https://github.com/searchfe/inject-js/compare/v1.1.1...v1.2.0) (2020-10-09)


### Features

* 增加commonjs/esmodule编译配置&产出 ([de7a299](https://github.com/searchfe/inject-js/commit/de7a299071ac8eab4dc7c8d0fb307e76eb8178ab))
