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 resolving dependencies for instances created by the factory.
- Added support resolve for an array in field.
- Added support for binding to GameObject.
- Updated samples and added new ones.
- 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.
- Added the 'MonoInstaller' abstract class.
- Updated samples
- New architecture.
- Documentation expanded.
- Initial release
- Support for framework features v0.1.0
- Unit tests (Unity Test Framework)
- IL2CPP support (Native plug-in)