All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.1.0 (2024-04-26)
- Removed string and symbol support. Use ContainerKey instead.
- Removed string and symbol support. Use ContainerKey instead. (96ebcee)
- Search used key in global instances. (97adffb)
- Use Map instead of WeakMap for symbols and strings. (0bd22e6)
0.0.5 (2024-04-25)
- Removed snapshot method in favor of childs.
- Implement new Singleton and Container scopes.
- Implement new Singleton and Container scopes. (52f45dd)
- Implemented container relations. (c26fac9)
- new Container Scope. (40acfbf)
- Removed snapshot method in favor of childs. (e887d20)
- Incorrect implementation of ContainerKeys. (4229d48)
- Fix context scope description. (b8987ea)
- Improve container types. (b57fc9a)
- Update deps. (885da11)
0.0.4 (2024-04-17)
- Target ES2021.
- Target ES2021. (868148f)
0.0.3 (2024-01-22)
- Update deps. (be6019c)
- Added context scope. (b19b433)
- ClassConstructor args (20f4a0c)
- Change project struct. (71de575)