Releases: ivandotv/pumpit
Releases · ivandotv/pumpit
v4.0.1
v4.0.0
Major Changes
-
5eef060: Change method name
-
a20b69b: Implement
clearSingleton
method.It enables clearing a single singleton by key.
-
1d024dc: Rename methods.
clearAllSingletons
is renamed toclearAllInstances
clearSingleton
is renamed toclearInstance
-
42309c6: Introduce new scope:
SCOPE.CONTAINER_SINGLETON
. This is similar to regularsingleton
scope, but if a child container is made, that child container will resolve an instance unique to it.Remove "
shareSingletons
" option fromchild
method. This is no longer needed since the newSCOPE.CONTAINER_SINGLETON
replaces this functionality.