* Add support for `Annotated` for parameter injection * Fix a bug where autowiring would not inject parameters with null values * Updated docs
0.2.0
* New docs site * Add factory functions * Performance improvements (reusing container proxies, caching arguments passed to autowired functions) * Fix a bug with parameter bag cache not being invalidated.