Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/eager-areas-ask.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-eagles-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/public-nails-cheer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-buttons-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-bars-do.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/container/libraries/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inversifyjs/container

## 3.1.0

### Minor Changes

- Updated `ContainerOptions` with optional `jitless` (default true).

### Patch Changes

- Updated resolution flow with better inlined constructor calls.
- Updated instance resolution flow to rely on inlined functions also in property injected services.
- Updated resolution algorithm to rely on jit options to avoid CSP related issues.
- Updated dependencies
- @inversifyjs/core@13.0.0
- @inversifyjs/plugin@0.3.1

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"test:unit": "pnpm run test --project Unit"
},
"sideEffects": true,
"version": "3.0.1"
"version": "3.1.0"
}
12 changes: 12 additions & 0 deletions packages/container/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @inversifyjs/core

## 13.0.0

### Major Changes

- Updated `BasePlanParams` with `jitEnabled` option.

### Patch Changes

- Updated resolution flow with better inlined constructor calls.
- Updated instance resolution flow to rely on inlined functions also in property injected services.
- Updated resolution algorithm to rely on jit options to avoid CSP related issues.

## 12.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "12.0.1"
"version": "13.0.0"
}
15 changes: 15 additions & 0 deletions packages/container/libraries/inversify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# inversify

## 8.2.0

### Minor Changes

- Updated `ContainerOptions` with optional `jitless` (default true).

### Patch Changes

- Updated resolution flow with better inlined constructor calls.
- Updated instance resolution flow to rely on inlined functions also in property injected services.
- Updated resolution algorithm to rely on jit options to avoid CSP related issues.
- Updated dependencies
- @inversifyjs/container@3.1.0
- @inversifyjs/core@13.0.0

## 8.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/inversify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"test:unit": "pnpm run test --project Unit"
},
"sideEffects": true,
"version": "8.1.3"
"version": "8.2.0"
}
9 changes: 9 additions & 0 deletions packages/container/libraries/plugin-dispose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @inversifyjs/plugin-dispose

## 0.4.4

### Patch Changes

- Updated dependencies
- @inversifyjs/container@3.1.0
- inversify@8.2.0
- @inversifyjs/plugin@0.3.1

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/plugin-dispose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"test:uncommitted": "pnpm run test --changed=HEAD",
"test:unit": "pnpm run test --project Unit"
},
"version": "0.4.3"
"version": "0.4.4"
}
Loading