Skip to content

Releases: ivlevAstef/DITranquillity

Fix memory leak bug

06 Apr 05:28
Compare
Choose a tag to compare

Fix memory leak ParsedType. About bug in comments #159 issue

Improve performance

14 Mar 11:54
Compare
Choose a tag to compare

Add new settings - enable disable multithread support. Default enable.
Improve resolve speed - fix small performance bug. Increase speed on x6-7

Fix multithread crash

30 Nov 08:59
Compare
Choose a tag to compare

Fix multithread crash - logger tabulation can crashed on multithread.

feature: initialize objects for your scope.

17 Nov 12:48
Compare
Choose a tag to compare
  • Small fix log bugs - if your use many in logs can shown incorrect warning.
  • Add new feature: initialize objects for scope. This feature equals to initializeSingletonObjects but for your custom lifetime/scope.

Fix memory leak bug

23 Oct 12:01
Compare
Choose a tag to compare

Fix library bug - potencial memory leaks. This bug manifested if your use Provider/Lazy and call get object until initialize other dependency (for example inside init method).

Add new functionally for test

05 Sep 13:12
Compare
Choose a tag to compare
  • Add test - it's a more powerful analog default needed for tests.
  • Small improve Graph API - fix access scope and fix getted type for unknown and arg.

Graph API

07 Jul 04:00
Compare
Choose a tag to compare
  • Add Graph API - now your get dependency graph.
  • Change graph validation - change syntax, add validation cases, improve validation cycles speed x1000-10000
  • Fix small bugs and full synchronise validation graph and real usage.

Restructorization

01 Jul 12:45
Compare
Choose a tag to compare
  • New documentation and README
  • Update project structure
  • Restore code coverage and travis
  • Support linux
  • Separate podspec on two subspec.

Fix Carthage AppStore

18 Dec 09:15
Compare
Choose a tag to compare

Remove copy shell scripts from build phases, because AppStore build can't sign in this scripts, and this scripts don't need in ipa file.

fix xcode 11.2.1 crash.

30 Nov 14:46
Compare
Choose a tag to compare

fix xcode 11.2.1 bug - library is crashed