Changelog History
Page 1
-
v4.2.4 Changes
May 06, 2020We're happy to announce that kangaru 4.2.4 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- ๐ Patched an issue that made Visual Studio merge some type ids #96
- ๐ Fixed the version number exposed by CMake
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.2.3 Changes
March 15, 2020We're happy to announce that kangaru 4.2.3 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- โ Added a missing include that affect Visual Studio #94
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.2.2 Changes
December 15, 2019We're happy to announce that kangaru 4.2.2 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- A bug where implementation defined service type id were sent to user defined predicate
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.2.1 Changes
September 27, 2019We're happy to announce that kangaru 4.2.1 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- A bug that prevented dependencies to abstract classes in some cases #71
- ๐ Some documentation additions, clarifications and fixes
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.2.0 Changes
August 04, 2019๐ Finally after much efforts and time, I'm happy to announce that the version
4.2.0
of kangaru, the C++11 and C++14 dependency injection container has been released!๐ For those who are new here, kangaru is an inversion of control container for C++11, C++14 and later. We support features like operation between containers, injection via function parameter, automatic call of member function on instance creation, autowiring and more. Please visit our README and our documentation for more informations.
๐จ It's a library that helps automating the wiring of classes in order to make dependency injection easier and less prone to source breaking changes when refactoring.
In this version, we added several new features to this library. Here are the highlights:
- ๐ The order of destruction has been fixed to act more like a stack. #69
- ๐ The container now supports getting a list of all implementers of a polymorphic service. #81
- Basic runtime benchmark has been added. #73
- ๐ Better service validation when using
container.emplace<T>(...)
#56 - ๐ป Kangaru is now compatible with exception disabled compilation. #70
- Circular dependencies are now detected and reported when using autowiring #77
- The service map is now defined in friend functions by built-in service, accelerating compilation.
- Less memory usage by
kgr::type_id<T>()
- Lots of cleanups
๐ Thanks to all of you who reported issues and discussed with us. This has contributed to make this library better and to cover more use cases.
Feedback and contributions are welcome. Thanks for considering kangaru! ๐ฆ
-
v4.1.5 Changes
May 06, 2020We're happy to announce that kangaru 4.1.5 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- ๐ Patched an issue that made Visual Studio merge some type ids #96
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.1.4 Changes
July 03, 2019We're happy to announce that kangaru 4.1.4 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- ๐ Version number not set properly in CMake
- Wrong order of destruction switch backported, fixing #69
- ๐ Fixed triviality of lazy services with MSVC
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.1.3 Changes
October 05, 2018We're happy to announce that kangaru 4.1.3 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- Mitigate around Clang regressions
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.1.2 Changes
September 04, 2018We're happy to announce that kangaru 4.1.2 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- Mitigate around Visual Studio 15.8 regressions
- ๐ Minor documentation fixes
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!
-
v4.1.1 Changes
July 23, 2018We're happy to announce that kangaru 4.1.1 is out!
๐ This is a bugfix release. This version is mostly to fix some unpleasant bugs and various small improvements. No big features were added.
๐ Notable things changed in this release are:
- Simplified operators implementation
- โช Workaround "unexpected end of file" errors in visual studio
- ๐ Documentation fixes
๐ We're always glad to hear your feedback, positive or negative. If this release causes any problems, please open us an issue and we'll respond as promptly as possible!