2023-01-11 23:15:34 +01:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project 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).
|
|
|
|
|
2024-06-05 10:51:03 +02:00
|
|
|
## [Unreleased](https://git.d3data.de/D3Public/DIContainer/compare/2.1.0.0...rel_2.x)
|
|
|
|
|
|
|
|
## [2.1.0.0](https://git.d3data.de/D3Public/DIContainer/compare/2.0.0.0...2.1.0.0) - 2024-06-05
|
|
|
|
### Changed
|
|
|
|
- trigger error instead of throwing exception (exception version optional)
|
|
|
|
- cache container decision ignores debug mode
|
|
|
|
- improve profiling performce
|
|
|
|
|
|
|
|
## [2.0.0.0](https://git.d3data.de/D3Public/DIContainer/compare/1.0.0.0...2.0.0.0) - 2024-01-31
|
|
|
|
### Added
|
|
|
|
- installable in OXID 7
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- retrieve definition files from vendor folder
|
2023-01-11 23:15:34 +01:00
|
|
|
|
|
|
|
## [1.0.0.0](https://git.d3data.de/D3Public/DIContainer/releases/tag/1.0.0.0) - 2023-01-10
|
|
|
|
### Added
|
|
|
|
- add definition registry
|
|
|
|
- add container handler
|
|
|
|
- can get uncompiled container
|