All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
2.1.0 (2024-01-22)
- add event emitter (6bb85ec)
- hooks support priority option (5f13619)
- make dispose support disposing instance of useFactory (#116) (4a9e4a3)
- add missing dist artifacts (bd6bbc9)
- factory instances should save proxied (dad48a8)
- factory support multiple value (edaa25e)
- instance should be disposed (5f09c6a)
- typo in README-zh_CN (#120) (f41d956)
- we should listen on instance disposed (362196f)
2.0.0 (2024-01-19)
- We remove the direct import of reflect-metadata, you need import it by your self.
- Remove
__id
and__injectorId
from the instantiated instance.
- hooks support priority option (5f13619)
- make dispose support disposing instance of useFactory (#116) (4a9e4a3)
hasInstance
support to checkuseFactory
.
- factory instances should save proxied (dad48a8)
- instance should be disposed (5f09c6a)
- we should listen on instance disposed (362196f)
1.10.1 (2023-12-12)
1.10.0 (2023-11-09)
1.9.0 (2023-10-13)
1.8.1 (2023-09-26)
1.8.0 (2022-08-10)
1.7.0 (2022-07-17)
- support nested useAlias (7201cc7)
1.6.0 (2022-07-15)
1.6.0-beta.0 (2022-07-15)
- annotate the return type of
getFromDomain
(#41) (8ed2853) - support detecting circular dependencies (#38) (a44ec02)
1.5.0 (2022-06-20)
1.4.0 (2022-06-09)
1.4.0-beta.2 (2022-05-30)
1.4.0-beta.1 (2022-05-30)
1.4.0-beta.0 (2022-05-24)
1.3.1 (2022-05-06)
- remove archived api (239c527)