Skip to content

Releases: mscharley/dot

@mscharley/[email protected]

01 Oct 07:14
f33f73d

Choose a tag to compare

Patch Changes

  • 64dd401: Handle some edge cases with stringifying identifiers better. This means that you will always be able to see a named class in constructor identifiers, if possible
  • a6b0770: Add better logging for which module validation failures are triggered from
  • 65ce24a: Add an option to exclude the global context from a container

@mscharley/[email protected]

01 Oct 03:53

Choose a tag to compare

Patch Changes

  • 83e6c23: Fixed a bug with injectable() when used in class hierarchies

@mscharley/[email protected]

30 Sep 16:14

Choose a tag to compare

Patch Changes

  • 69c9b55: Add an error if the decorators are specified in the wrong order
  • c0b2e21: Add extra decorators for @inNoContext() and @inGlobalContext() to control how an injectable interacts with the global context by default

@mscharley/[email protected]

28 Sep 02:07

Choose a tag to compare

Minor Changes

  • 8795394: Add support for contextual autobinding to better support container validation

Patch Changes

@mscharley/[email protected]

26 May 10:40

Choose a tag to compare

Patch Changes

  • 88c2563: fix(deps): update dependency typescript to v5.8.2

@mscharley/[email protected]

27 Feb 05:36

Choose a tag to compare

Patch Changes

  • 8674207: fix(deps): update dependency typescript to v5.7.2

@mscharley/[email protected]

01 Nov 00:28
1829c65

Choose a tag to compare

Minor Changes

  • a9bbf68: Remove some extraneous peer dependencies

v2.0.2

08 Oct 21:01

Choose a tag to compare

Patch Changes

  • 44bd077: Attempt to fix the release tags

v2.0.1

09 Oct 13:30

Choose a tag to compare

Patch Changes

  • 39fcd74: Remove support for CommonJS

  • 39fcd74: Remove support for TypeScript 4.x

  • 75f9a98: Beta support for treeshaking containers.

    This isn't a breaking change for existing code.

v2.0.0

07 Oct 06:06

Choose a tag to compare

Major Changes

  • 3e3cf60: Remove support for node 16.x
  • d7cb139: Changed license from MIT to MPL-2.0

Patch Changes

  • 233c01e: fix(deps): update dependency typescript to v5.5.2
  • c56d8f5: fix(deps): update dependency typescript to v5.6.2