Releases: ogre-works/ogre-tools
Releases · ogre-works/ogre-tools
v13.2.1
v13.2.0
v13.1.0
v13.0.0
13.0.0 (2022-11-14)
⚠ BREAKING CHANGES
autoRegister()
now requirestargetModule
andgetRequireContexts
instead ofrequireContexts
.- Prevent overriding already injected injectables
Features
- Make auto-register work within jest without hacks (7ef90d1)
- Make getSafeFrom list existing properties as part of error for none found (8eef13c)
- Prevent overriding already injected injectables (3a611bc)
Bug Fixes
- Export fp-functions present in typing: "getFrom" and "getSafeFrom" (f9e85a4)
- Fix TypeScript compilation (0bdcd5b)
Reverts
- Revert "chore: Make CI NPM install in non-CI way to try fix build in CI" (f5aeefd)
v12.0.1
v12.0.0
12.0.0 (2022-10-25)
⚠ BREAKING CHANGES
- Make asyncComputed receive parameters as value object instead of many arguments
- Make bundle sizes a lot smaller by not bundling from node_modules
Features
- Make asyncComputed able to show latest value (instead of pending value) between updates (d543053)
- Make asyncComputed receive parameters as value object instead of many arguments (7cf0035)
- Make bundle sizes a lot smaller by not bundling from node_modules (d47acbe)
Bug Fixes
- Enable "npm workspaces" to make peerDependencies work in build and development (628c37b)