Releases: boost-ext/di
Releases · boost-ext/di
v1.3.2
What's Changed
- 🔥 [cmake] remove boost headers by @kris-jusiak in #573
- Fix by @kris-jusiak in #574
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Replace instances of nullptr dereferencing in unevaluated contexts wi… by @tphnicholas in #551
- Typo and grammatical fixes by @nevalsar in #556
- Fix 32bit build by @nine in #561
- Modernized CMake, added Boost::headers dependency and install option by @EduMenges in #564
- Add extension to install procedure by @EduMenges in #566
- clang-tidy: Remove deprecated AnalyzeTemporaryDtors option by @enginkuzu in #567
New Contributors
- @tphnicholas made their first contribution in #551
- @nevalsar made their first contribution in #556
- @nine made their first contribution in #561
- @EduMenges made their first contribution in #564
- @enginkuzu made their first contribution in #567
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.3
v1.2.0
[1.2.0] - 2020-07-21
- Additions
- Support for Clang-9/Clang-10/XCode-11
- Support for GCC-9/10
- Support for MSVC-2019
- Support for Meson build system
- Bug Fixes
v1.1.0
[1.1.0] - 2019-01-07
- Additions
- Support for Clang-5.0/6.0/7.0
- Support for GCC-7/8
- Support for MSVC-2017 Preview
- Extensions
- Bug Fixes
- Contributions
v1.0.2
1.0.2 - 2018-01-04
- Additions
- Support for Clang-4.0
- Support for GCC-7
- Support for MSVC-2017
- Fixed support for MSVC-2015 Update 3
- Bug Fixes
- Implementation class cannot be marked as
final - Creation with Factory doesn't allow to pass exceptions through
- Bound policy doesn't work with multiple bindings
- Problems compiling with _GLIBCXX_DEBUG defined
- Exception in ctor not propagated
- Unable to compile with VS 2017 RC, VS 2015 works fine
- Broken under VS2015 Update 3
- Implementation class cannot be marked as
- Contributions