appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

Release notes #544

Open Emailrus opened 7 years ago

Emailrus commented 7 years ago

Hi guys, you had a major release recently and I would really like to update, but I can't find any notes or migration guides neither in wiki nor on site. So, what's new?

etolstoy commented 7 years ago

Hi, @Emailrus. Sorry for the lack of release notes and documentation, we'll prepare it soon.

izzet commented 7 years ago

Any update?

alexgarbarev commented 7 years ago

Main change is performance improvements. It doesn't swizzle all assembly methods at startup as it does before (it uses proxy instead) and that makes huge performance impact on large projects. If you use "plist integration" or another automatic method to setup Typhoon - go ahead and update, but if you do manual factory creation (assembly activator, etc) then some APIs has been changed in order to avoid swizzling. Does it make sense? @izzetyildirim @Emailrus