Releases: ivandotv/pumpit
Releases · ivandotv/pumpit
v7.0.1
Patch Changes
- 516e684: run biome check on all source files
v6.0.1
Patch Changes
- 27f4119: update readme
- fd2f690: add class inheritance documentation
- 0a3e663: mark package side effects free
v6.0.0
Major Changes
- 073c0b8: remove circular dependency functionality
- e92fde3: remove the possibility to inject dependency as array of dependencies
v5.0.0
Major Changes
- 4324109: switch to vite build process
v4.1.0
Minor Changes
- 6fb62fa: Remove bind key check. This will not check if the bind keys passed to the
bindFactory
are correct.
- 5669230: Implement
postConstruct
method that will be automatically called if it exists on the class.
v4.0.3
Patch Changes
- 0bbcf2c: fix: Singleton values are not properly resolved on multiple resolve calls.