Release version 1.0.0
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