Skip to content

Commit

Permalink
feat: add autobinding related capabilities (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover authored Jan 24, 2025
1 parent fb2748c commit 1b1b771
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project from 5.0.0 forward will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0-alpha.1]

### Changed
- Updated `GetOptions` with `autobind`.
- Updated `ContainerOptions` with `autobind`.

## [7.0.0-alpha.0]

### Added
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
"dependencies": {
"@inversifyjs/common": "1.5.0",
"@inversifyjs/container": "1.3.4",
"@inversifyjs/core": "3.2.0"
"@inversifyjs/container": "1.4.0",
"@inversifyjs/core": "3.3.0"
},
"devDependencies": {
"@eslint/js": "9.18.0",
Expand Down Expand Up @@ -77,5 +77,5 @@
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec --require 'node_modules/reflect-metadata/Reflect.js'"
},
"sideEffects": false,
"version": "7.0.0-alpha.0"
"version": "7.0.0-alpha.1"
}

0 comments on commit 1b1b771

Please sign in to comment.