Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.12 KB

EasyJection Framework

Copyright © 2021 Max Karepin
Author: Max Karepin (http://github.com/imaxs/)

Changelog

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.

[1.0.3] - 2023-02-13

  • Fixed compilation errors on IL2CPP
  • Cleared of unnecessary dependencies
  • Removed logging on IL2CPP

[1.0.2] - 2023-02-13

  • Fixed bugs with dependency resolution for instances created by the factory.
  • Added support resolve for an array in field.

[1.0.1] - 2023-02-11

  • 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.

[1.0.0] - 2023-02-11

  • New architecture.
  • Documentation expanded.

[Unreleased]

[0.1.0] - 2021-08-12

  • Initial release

Added

  • Support for framework features v0.1.0
  • Unit tests (Unity Test Framework)
  • IL2CPP support (Native plug-in)