Releases: ogre-works/ogre-tools
Releases · ogre-works/ogre-tools
v15.8.0
15.8.0 (2023-05-02)
Features
- Allow isInjectable and isInjectionToken to be used for type narrowing (b82c1c9)
v15.7.0
15.7.0 (2023-04-27)
Features
- Add "linkable-push" as counterpart of "linkable" (240ea84)
- Add support for globs in the linkable configuration (62144eb)
Bug Fixes
- Make local node_modules of linked packages not break runtime when in non-bundled context (a9bfcae)
v15.6.1
15.6.1 (2023-04-24)
Note: Version bump only for package ogre-tools
v15.6.0
15.6.0 (2023-04-24)
Features
- Indicate lack of support for missing "files" in package.jsons used by linkable (e0d14e6)
- Introduce "linkable", ie. like "npm link", but mimicking "npm pack" as symlinks (1955082)
- Make built linkable runnable as npm bin script (410a78e)
Bug Fixes
- Avoid destructuring to not make brittle this-context of "fs" not break (5db7984)
- Fix "path"-specific typing error (b670b36)
- Fixup (6284ca4)
- Make existence of static linked files work by using absolute path (50fa2d6)
- Use correct build script for a ts-package (d80a233)
v15.5.1
15.5.1 (2023-04-17)
Bug Fixes
- Implement also nested di.injectFactory() (4db761b)
v15.5.0
15.5.0 (2023-04-17)
Features
- Introduce di.injectFactory() (c21a5fa)
v15.4.0
15.4.0 (2023-04-11)
Features
- Introduce access to already injected instances (a8ecc66)
v15.3.1
15.3.1 (2023-04-06)
Bug Fixes
- Clarify typing of injectionDecoratorToken and instantiationDecoratorToken (cea796b)
v15.3.0
15.3.0 (2023-04-04)
Features
- Allow disabling cycle detection (661f346)
v15.2.1
15.2.1 (2023-03-31)
Bug Fixes
- Change the typing of injectionDecoratorToken (e0b8871)