Skip to content

Commit 3cc7aa0

Browse files
committed
2.1.0
1 parent 3e38a3a commit 3cc7aa0

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 2.1.0 (2022-04-07)
2+
3+
### Bug Fixes
4+
5+
- don't run tests with np ([0ec8060](https://github.com/wessberg/di/commit/0ec80603e77c161589fe64bbe265db449d401c41))
6+
7+
### Features
8+
9+
- **api:** API overhaul ([5903e85](https://github.com/wessberg/di/commit/5903e8520730951484bddbeac1759e4a297e9e8c))
10+
- update development dependencies. Update documentation. Produce cleaner output. More informative error descriptions ([7b19929](https://github.com/wessberg/di/commit/7b199295e8d87b83387fc1a2c448fc4431622dfe))

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@ This library is a runtime dependency, but you need to transform your code with t
6767
- [Yarn](#yarn)
6868
- [pnpm](#pnpm)
6969
- [Usage](#usage)
70+
- [Registering services](#registering-services)
71+
- [Retrieving instances of services](#retrieving-instances-of-services)
72+
- [Injecting instances of services into classes](#injecting-instances-of-services-into-classes)
73+
- [Getting instances directly from the `DIContainer`](#getting-instances-directly-from-the-dicontainer)
7074
- [Contributing](#contributing)
7175
- [Maintainers](#maintainers)
7276
- [FAQ](#faq)
77+
- [This is pure magic. How does it work?](#this-is-pure-magic-how-does-it-work)
78+
- [Is it possible to have multiple, scoped containers?](#is-it-possible-to-have-multiple-scoped-containers)
7379
- [License](#license)
7480

7581
<!-- SHADOW_SECTION_TOC_END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/di",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required.",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)