Skip to content

Releases: mosure/inversify-cpp

inversify-cpp - 2.1.0

Choose a tag to compare

@mosure mosure released this 13 Apr 05:10

Changes

  • Adds support for binding inspection. See inversify-cpp-visualizer.
  • Binding inspection can be enabled with #define INVERSIFY_BINDING_INSPECTION

InversifyCpp - 2.0.0

Choose a tag to compare

@mosure mosure released this 21 Mar 20:24
5ff69ec

Changes

  • Symbols are now types
  • Lambda resolvers (over polymorphic resolvers)
  • Bindings stored in std::tuple instead of std::map

Added

  • Minimal profiling/example application

InversifyCpp - 1.1.0

Choose a tag to compare

@mosure mosure released this 15 Jan 05:05

Changes

  • Added example project
  • Binding API no longer uses pointers (e.g. container.bind<T>(symbol).to... vs container.bind<T>(symbol)->to...)

InversifyCpp - 1.0.3

Choose a tag to compare

@mosure mosure released this 14 Jan 03:24

Changes

  • Explicit constructors

InversifyCpp - 1.0.2

Choose a tag to compare

@mosure mosure released this 13 Jan 07:30

Changes

  • Fix for ubuntu/macos targets

InversifyCpp - 1.0.1

Choose a tag to compare

@mosure mosure released this 11 Jan 07:13

Changes

  • Added catch2 testing

InversifyCpp - 1.0.0

InversifyCpp - 1.0.0 Pre-release
Pre-release

Choose a tag to compare

@mosure mosure released this 11 Jan 01:03

Changes

  • Initial working concept