Skip to content

Latest commit

 

History

History
103 lines (49 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

103 lines (49 loc) · 3.45 KB

Changelog

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)

⚠ BREAKING CHANGES

  • Removed string and symbol support. Use ContainerKey instead.

Features

  • Removed string and symbol support. Use ContainerKey instead. (96ebcee)

Bug Fixes

  • Search used key in global instances. (97adffb)
  • Use Map instead of WeakMap for symbols and strings. (0bd22e6)

0.0.5 (2024-04-25)

⚠ BREAKING CHANGES

  • Removed snapshot method in favor of childs.
  • Implement new Singleton and Container scopes.

Features

  • Implement new Singleton and Container scopes. (52f45dd)
  • Implemented container relations. (c26fac9)
  • new Container Scope. (40acfbf)
  • Removed snapshot method in favor of childs. (e887d20)

Bug Fixes

  • Incorrect implementation of ContainerKeys. (4229d48)

Docs

  • Fix context scope description. (b8987ea)

Misc

  • Improve container types. (b57fc9a)

Dependencies

0.0.4 (2024-04-17)

⚠ BREAKING CHANGES

  • Target ES2021.

Features

Bug Fixes

0.0.3 (2024-01-22)

Misc

Dependencies

0.0.2 (2024-01-19)

Features

Bug Fixes

Misc