Skip to content

Releases: ogre-works/ogre-tools

v15.8.0

02 May 06:49
Compare
Choose a tag to compare

15.8.0 (2023-05-02)

Features

  • Allow isInjectable and isInjectionToken to be used for type narrowing (b82c1c9)

v15.7.0

27 Apr 13:07
Compare
Choose a tag to compare

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

24 Apr 12:08
Compare
Choose a tag to compare

15.6.1 (2023-04-24)

Note: Version bump only for package ogre-tools

v15.6.0

24 Apr 11:25
Compare
Choose a tag to compare

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

17 Apr 08:07
Compare
Choose a tag to compare

15.5.1 (2023-04-17)

Bug Fixes

  • Implement also nested di.injectFactory() (4db761b)

v15.5.0

17 Apr 07:15
Compare
Choose a tag to compare

15.5.0 (2023-04-17)

Features

  • Introduce di.injectFactory() (c21a5fa)

v15.4.0

11 Apr 12:58
Compare
Choose a tag to compare

15.4.0 (2023-04-11)

Features

  • Introduce access to already injected instances (a8ecc66)

v15.3.1

06 Apr 10:18
Compare
Choose a tag to compare

15.3.1 (2023-04-06)

Bug Fixes

  • Clarify typing of injectionDecoratorToken and instantiationDecoratorToken (cea796b)

v15.3.0

04 Apr 06:16
Compare
Choose a tag to compare

15.3.0 (2023-04-04)

Features

  • Allow disabling cycle detection (661f346)

v15.2.1

31 Mar 12:53
Compare
Choose a tag to compare

15.2.1 (2023-03-31)

Bug Fixes

  • Change the typing of injectionDecoratorToken (e0b8871)