Skip to content

Commit

Permalink
refactor(ci): make type-wrapper changeset specifically about them
Browse files Browse the repository at this point in the history
...as opposed to playing double-duty for both TypeWrapper changes and Lazy.
  • Loading branch information
freshgum-bubbles committed May 21, 2024
1 parent fdd691b commit 68c1a15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .changeset/lucky-insects-fold.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
'@freshgum/typedi': minor
---

**This is a breaking change for users of the `Lazy` function, and for anyone constructing `TypeWrapper` objects.**
**This is a breaking change for anyone constructing `TypeWrapper` objects.**

Internal `TypeWrapper` objects have been refactored, and the `Lazy` function has been removed.

**TypeWrapper**
Internal `TypeWrapper` objects have been refactored.

Now, the `eagerType` property is optional, and the `lazyType` property has been removed. This has been changed because the `lazyType` property was part of broader lazy functionality (alongside the `Lazy` function) which was mainly a remnant from the upstream TypeDI project.

Expand Down

0 comments on commit 68c1a15

Please sign in to comment.