We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove typedefs using incorrect syntax. Nowadays people are probably familiar with the "using Inject = ..." syntax, so I left only that.
Mention that Bazel+Windows doesn't work and link to the issue.
Updated Benchmarks (markdown)
Update benchmarks for 3.5.0 release
Add vcpkg installation instructions
Updated Quick reference (markdown)
Fix typo reported in https://github.com/google/fruit/issues/97
Minor font fix
Clarify the quick reference section on factories as suggested in https://github.com/google/fruit/issues/85.
Update the documentation on using binary packages now that people don't need to install the development one manually and that Clang works with GCC-compiled packages.
Fix a typo in the benchmarks page.
Add documentation for installComponentFunctions() and component replacements in the reference documentation.
Minor change to the testing chapter of the tutorial (added a newline).
Add a page on testing in the tutorial, showing how to use replace().with().
Add a note on how to link with Fruit.
Fix typo
Remove an unnecessary space
Update the benchmark results for Fruit 3.1.0
Mention that MSVC 2015 is supported and add build instructions to Install.md
Change terminology: per-request -> per-injector
Add a section on executable size to the Benchmarks page.