Skip to content

Release version 1.0.0

Compare
Choose a tag to compare
@poletti-marco poletti-marco released this 09 Nov 20:48
· 1127 commits to master since this release

This is the first stable major release of Fruit.

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

Changes compared to 0.9.6

  • Improvements to Doxygen documentation
  • Various optimizations
  • Restricted the copy-ability of NormalizedComponent and Injector
  • Provider<> now takes a single parameter (Provider<T>) instead of several (Provider<Ts...>).
Internal changes:
  • Code refactoring
  • Added more tests