blob: 663fa016a09f849b6b81f8438532ebcfc008a27b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|