Skip to content

Releases: lensapp/ogre-tools

v18.6.1

14 Nov 07:29
Compare
Choose a tag to compare

18.6.1 (2024-11-14)

Bug Fixes

  • Add missing typing for equality comparers of asyncComputed (9d082c7)

v18.6.0

12 Nov 15:12
Compare
Choose a tag to compare

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

01 Oct 08:48
Compare
Choose a tag to compare

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

03 Sep 09:06
Compare
Choose a tag to compare

18.5.2 (2024-09-03)

Bug Fixes

  • Make withInjectables have access to all features of di (974cb5f)

v18.5.1

19 Apr 11:15
Compare
Choose a tag to compare

18.5.1 (2024-04-19)

Bug Fixes

  • Fix typing of different public decorators of injectable (32aad4a)

v18.5.0

17 Apr 07:13
Compare
Choose a tag to compare

18.5.0 (2024-04-17)

Features

  • Introduce specificity of injection tokens (c5fe446)
  • Make context menu reactive for being enabled (1dac24f)

v18.4.2

20 Mar 06:53
Compare
Choose a tag to compare

18.4.2 (2024-03-20)

Bug Fixes

  • Fix typing of register and deregistering to accept injectable bunches (fdee440)

v18.4.1

12 Feb 09:05
Compare
Choose a tag to compare

18.4.1 (2024-02-12)

Bug Fixes

v18.4.0

12 Feb 08:33
Compare
Choose a tag to compare

18.4.0 (2024-02-12)

Features

  • Make replaceTagsWithValues exported as point-free, and with typing (af9aa41)

v19.0.0

24 Jan 16:07
Compare
Choose a tag to compare

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)