Releases: tariksavas/tarject
Releases · tariksavas/tarject
Release v1.0.5
Description
Fixed build error due to editor script
Bug Fixes
- Build Error
What's Changed
- Fixed build error due to editor cs by @tariksavas in #14
- Version update to 1.0.5 by @tariksavas in #15
Full Changelog: v1.0.4...v1.0.5
Release v1.0.4
Description
Factory system has been improved. It is now necessary to create a different inherited Factory class for each Factorable object. In this way, the Factory class can be customized according to objects and the container in which it resolves the dependencies can be separated.
ObjectFactory
and GameObjectFactory
classes will no longer receive updates and are marked obsolete
Consider using SeparatedObjectFactory
instead of ObjectFactory
Consider using SeparatedGameObjectFactory
instead of GameObjectFactory
Read the documentation for more details.
Improvements
- SeparatedObjectFactory
- SeparatedGameObjectFactory
- Unity 2021 version support
What's Changed
- Improvement SeparatedFactory by @tariksavas in #13
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
Improvements
- ResolveAll for Array Dependencies
- Samples and Unit Tests for ResolveAll improvement
Release v1.0.2
Bug Fixes
- Fixed changes in the prefab when creating objects in the editor with GameObjectFactory
Release v1.0.1
Updates
- Samples Namespaces
- Major Version
Bug Fixes
- Race Condition Error on GameObjectFactory
Release v0.1.7
Updates
- README.md
Bug Fixes
- UnitTest Support
- SceneInjecter
Release v0.1.6
Improvements
- ReflectionCacheHelper
- LazyBinding
Refactorings
- Context- container structure
- BindedObject structure
- Typo and foldering fixes
Release v0.1.5
Improvements
- UnitTest Support
- UnitTest for Tarject structure
- UnitTest for Sample project
Refactorings
- Context- container structure
- Factory structure
- Typo and foldering fixes
Release v0.1.4
Refactorings
- Refactored Context-Container structure
- Refactored Factory structure
- Removed unnecessary methods
Release v0.1.3
Improvements
- Factory Support
- Added Samples