You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,10 @@ See documentation in tagged versions for previous usage.
10
10
11
11
## TODO
12
12
-[ ] Make singletons dispose method name configurable
13
-
-[x]~~Improve `instanciate` function to copy static methods/properties to the Surrogate constructor.~~ Not necessary instance.constructor still points to original constructor.
14
-
-[ ]~~Add $child special injector and remove $context.~~ No real benefit.
15
13
-[ ] Add instance property injection (i.e. use of pattern such `foo.prop` as injecting alias)
16
14
-[ ] Analyze release path when `FUNCTION` or no-singleton `PROVIDER` and `CONTRUCTOR` are involved. Potential bug.
17
-
-[ ] Adds mention of creational mapping into provider, constructor and blueprint docs
18
15
-[ ] Adds API quick reference
19
16
-[ ] Block contribution on context after context creation
0 commit comments