Skip to content

Releases: ogre-works/ogre-tools

v13.2.1

17 Nov 11:42
Compare
Choose a tag to compare

13.2.1 (2022-11-17)

Bug Fixes

  • Make auto-register work in already built packages (35ed955)

v13.2.0

17 Nov 08:28
Compare
Choose a tag to compare

13.2.0 (2022-11-17)

Features

  • Duplicate asyncComputed in proper, new package (5e83f5f)

v13.1.0

15 Nov 09:00
Compare
Choose a tag to compare

13.1.0 (2022-11-15)

Features

  • Expose typing for test utils (5c0d408)

v13.0.0

14 Nov 15:16
Compare
Choose a tag to compare

13.0.0 (2022-11-14)

⚠ BREAKING CHANGES

  • autoRegister() now requires targetModule and getRequireContexts
    instead of requireContexts.
  • 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

25 Oct 11:31
Compare
Choose a tag to compare

12.0.1 (2022-10-25)

Bug Fixes

  • Manually update versions of peerDependencies as Lerna doesn't do it for some reason (0b46667)

v12.0.0

25 Oct 11:22
Compare
Choose a tag to compare

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)

v11.0.0

04 Oct 13:05
Compare
Choose a tag to compare

11.0.0 (2022-10-04)

⚠ BREAKING CHANGES

  • Stop exposing technicalities

Bug Fixes

  • Replace symbols with magic strings, as external libs may bundle multiple instances (ce79b25)

Miscellaneous Chores

  • Stop exposing technicalities (e06d77c)

v10.3.2

26 Sep 11:56
Compare
Choose a tag to compare

10.3.2 (2022-09-26)

Bug Fixes

  • Export missing types from Runnable (05f48b4)

v10.3.1

26 Sep 11:36
Compare
Choose a tag to compare

10.3.1 (2022-09-26)

Note: Version bump only for package ogre-tools

v10.3.0

26 Sep 11:10
Compare
Choose a tag to compare

10.3.0 (2022-09-26)

Features

  • Introduce "runnable" in injectable-utils (80eb213)
  • Make build of a ts-package include type information (d174431)