Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependencies #1450

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project from 5.0.0 forward will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -8,23 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Update dev dependencies
- Make main build command run faster by parallization

### Changed

### Fixed

## [6.0.2]

### Added
Brought tests up to 100% Code Coverage

- Brought tests up to 100% Code Coverage

### Changed
LazyIdentfier Tests

- LazyIdentfier Tests

### Fixed
Less than 100% code coverage

- Less than 100% code coverage

## [6.0.1] - 2021-10-14

### Added

- add API method for check dependency only in current container
- createTaggedDecorator #1343
- Async bindings #1132
Expand All @@ -35,39 +44,51 @@ Less than 100% code coverage
- Added @preDestroy decorator #1132

### Changed

- @postConstruct can target an asyncronous function #1132
- Singleton scoped services cache resolved values once the result promise is fulfilled #1320

### Fixed

- only inject decorator can be applied to setters #1342
- Container.resolve should resolve in that container #1338

## [5.1.1] - 2021-04-25
-Fix pre-publish for build artifacts

- Fix pre-publish for build artifacts

## [5.1.0] - 2021-04-25

### Added

- Upgrade information for v4.x to v5.x

### Changed

- Update BindingToSyntax with `.toAutoNamedFactory()`.

### Fixed

- Fix `Target.isTagged()` to exclude `optional` from tag injections #1190.
- Update `toConstructor`, `toFactory`, `toFunction`, `toAutoFactory`, `toProvider` and `toConstantValue` to have singleton scope #1297.
- Fix injection on optional properties when targeting ES6 #928

## [5.0.1] - 2018-10-17

### Added

- Updating constructor injection wiki document with concrete injection example #922

### Changed

- Change GUID to incremented counter for better performance #882

### Fixed

- fix broken compilation by adding `.toString()` so symbols serialization #893
- Fix problem with applying options on Container.resolve (fix #914) #915
- Fixed documentation issues

## [4.14.0] - 2018-10-16

Deprecated - Replaced by 5.0.1
Loading