Releases: lensapp/ogre-tools
Releases · lensapp/ogre-tools
v18.6.1
18.6.1 (2024-11-14)
Bug Fixes
- Add missing typing for equality comparers of asyncComputed (9d082c7)
v18.6.0
18.6.0 (2024-11-12)
Features
- Introduce support for custom comparers in asyncComputed (5f2ac85)
- Make injection tokens more easy to spot in error string (2da9b26)
v18.5.3
18.5.3 (2024-10-01)
Bug Fixes
- Composite keys should be allowed to be the prefix of other unrelated composite keys (b6290c0)
- Fix typing of register and deregistering to accept injectable bunches (c3b845e)
v18.5.2
18.5.2 (2024-09-03)
Bug Fixes
- Make withInjectables have access to all features of di (974cb5f)
v18.5.1
18.5.1 (2024-04-19)
Bug Fixes
- Fix typing of different public decorators of injectable (32aad4a)
v18.5.0
18.5.0 (2024-04-17)
Features
- Introduce specificity of injection tokens (c5fe446)
- Make context menu reactive for being enabled (1dac24f)
v18.4.2
18.4.2 (2024-03-20)
Bug Fixes
- Fix typing of register and deregistering to accept injectable bunches (fdee440)
v18.4.0
18.4.0 (2024-02-12)
Features
- Make replaceTagsWithValues exported as point-free, and with typing (af9aa41)
v19.0.0
19.0.0 (2024-01-24)
⚠ BREAKING CHANGES
- Migrate to using asyncComputed in package mobx-utils
Co-authored-by: Janne Savolainen [email protected]
Bug Fixes
- Fix typing of conditional promises in pipeline (850a3aa)
Miscellaneous Chores
- Get rid of duplicated asyncComputed (b6fd8b3)