Author: Max Karepin (http://github.com/imaxs/)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed compilation errors on IL2CPP
- Cleared of unnecessary dependencies
- Removed logging on IL2CPP
- Fixed bugs with dependency resolution for instances created by the factory.
- Added support resolve for an array in field.
- Fixed a bug with injection to a default constructor.
- Added the ability to bind a factory class without an inherited 'EasyJection.Types.IFactory' and specify the method for creating instances by method name.
- New architecture.
- Documentation expanded.
- Initial release
- Support for framework features v0.1.0
- Unit tests (Unity Test Framework)
- IL2CPP support (Native plug-in)