Skip to content

Releases: mosure/inversify-cpp

inversify-cpp - 2.1.0

13 Apr 05:10
Compare
Choose a tag to compare

Changes

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

InversifyCpp - 2.0.0

21 Mar 20:24
5ff69ec
Compare
Choose a tag to compare

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

15 Jan 05:05
Compare
Choose a tag to compare

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

14 Jan 03:24
Compare
Choose a tag to compare

Changes

  • Explicit constructors

InversifyCpp - 1.0.2

13 Jan 07:30
Compare
Choose a tag to compare

Changes

  • Fix for ubuntu/macos targets

InversifyCpp - 1.0.1

11 Jan 07:13
Compare
Choose a tag to compare

Changes

  • Added catch2 testing

InversifyCpp - 1.0.0

11 Jan 01:03
Compare
Choose a tag to compare
InversifyCpp - 1.0.0 Pre-release
Pre-release

Changes

  • Initial working concept