Skip to content

Releases: gracicot/kangaru

Bugfix release 2.1.2

10 May 21:03
Compare
Choose a tag to compare

This is a bugfix release. This version is mostly to fix some unpleasant bugs. No feature were added.

Changelog:

  • Version number corrected.
  • Optimized construction of services using forwarding reference instead of calling the move constructor.

Bugfix release 2.0.2

10 May 21:01
Compare
Choose a tag to compare

This is a bugfix release. This version is mostly to fix some unpleasant bugs. No feature were added.

Changelog:

  • Optimized construction of services using forwarding reference instead of calling the move constructor.

Feature Release 2.2

08 Apr 22:05
Compare
Choose a tag to compare

I'm happy to announce that kangaru 2.2 is officially out!

What's new in this release?

  • Container has new operation: fork() and merge()
  • Operator service (Generator, Invoker)
  • Lazy services
  • New syntax for autocall
  • Bugs were fixed
  • Better documentation
  • Added example8

Bugfix release 2.1.1

16 Feb 05:18
Compare
Choose a tag to compare

This is a bugfix release. This version is mostly to fix some unpleasant bugs. No feature were added.

Changelog:

  • fixed potential undefined behaviour

Bugfix release 2.0.1

16 Feb 05:13
Compare
Choose a tag to compare

This is a bugfix release. This version is mostly to fix some unpleasant bugs. No feature were added.

Changelog:

  • fixed potential undefined behaviour
  • fixed perfect forwarding issues

kangaru 2.1

12 Feb 03:41
Compare
Choose a tag to compare

I'm happy to release kangaru 2.1! This is a feature release, which means it does not break project using the previous version. Here's a short changelog:

  • Fixed perfect forwarding issues.
  • Fixed invoke_service not being called when using instance.
  • Added kgr::UniqueService, kgr::SharedService and kgr::NoMoveService.
  • Added a generic way to call methods from gereric services.
  • A lot of cleanups.
  • Added kgr::Map, a utility to ease the declaration of service maps.
  • autocall works with any methods, regardless it's qualifiers.

kangaru 2

08 Dec 18:09
Compare
Choose a tag to compare

Kangaru2: The Inversion of control container that put you back in control!

This is the release version 2. A lot of stuff happened here, see the doc!

kangaru 1

10 Jun 04:44
Compare
Choose a tag to compare

The kangaru jumps to version 1!