Skip to content

Releases: tariksavas/tarject

Release v1.0.5

22 Oct 20:51
e3a9fa5
Compare
Choose a tag to compare

Description

Fixed build error due to editor script

Bug Fixes

  • Build Error

What's Changed

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

13 Oct 18:51
70f312d
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

24 Jul 22:52
edde86a
Compare
Choose a tag to compare

Improvements

  • ResolveAll for Array Dependencies
  • Samples and Unit Tests for ResolveAll improvement

Release v1.0.2

21 Jul 22:05
6b3b0d1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed changes in the prefab when creating objects in the editor with GameObjectFactory

Release v1.0.1

21 Jul 13:07
de8f223
Compare
Choose a tag to compare

Updates

  • Samples Namespaces
  • Major Version

Bug Fixes

  • Race Condition Error on GameObjectFactory

Release v0.1.7

10 Jul 20:50
994c800
Compare
Choose a tag to compare

Updates

  • README.md

Bug Fixes

  • UnitTest Support
  • SceneInjecter

Release v0.1.6

01 Jul 16:20
d4f5c37
Compare
Choose a tag to compare

Improvements

  • ReflectionCacheHelper
  • LazyBinding

Refactorings

  • Context- container structure
  • BindedObject structure
  • Typo and foldering fixes

Release v0.1.5

26 May 22:02
f7c94d5
Compare
Choose a tag to compare

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

24 May 23:32
270c0c5
Compare
Choose a tag to compare

Refactorings

  • Refactored Context-Container structure
  • Refactored Factory structure
  • Removed unnecessary methods

Release v0.1.3

21 May 18:04
11fa67e
Compare
Choose a tag to compare

Improvements

  • Factory Support
  • Added Samples