From 46e43f4bde4a35785b4997b81e86cd19f046b69b Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 21 Dec 2021 16:52:28 +0100 Subject: Commit --- src/node_modules/inversify/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/node_modules/inversify/CHANGELOG.md (limited to 'src/node_modules/inversify/CHANGELOG.md') diff --git a/src/node_modules/inversify/CHANGELOG.md b/src/node_modules/inversify/CHANGELOG.md new file mode 100644 index 0000000..663fa01 --- /dev/null +++ b/src/node_modules/inversify/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project from 4.14.0 forward will be documented in this file. + +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). + +## [Unreleased] + +## [4.14.0] - 2018-10-16 +### 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 -- cgit