Skip to content

Fruit 1.0.1

Compare
Choose a tag to compare
@poletti-marco poletti-marco released this 16 Nov 22:28
· 1115 commits to master since this release

This is the first point release of Fruit after 1.0.0.

Binary packages for various distributions are provided here. See the Install section of the documentation for more details.

Changes compared to 1.0.0

  • Major performance optimizations, especially (but not only) when using classes with virtual destructors. The benchmarks page has been updated with the latest benchmark results.
  • Injector::unsafeGet() is no longer supported for concrete types bound to interfaces. It can still be used for interfaces.
Internal changes:
  • Now using binding compression to remove binding nodes from the normalized dependency graph.