Typhoon v2.3.3 Release Notes

Release Date: 2015-01-08 // about 9 years ago
  • Full Changelog

    Implemented enhancements:

    • ๐Ÿ‘ Allow Typhoon lifecycle methods (beforeInjection, afterInjection) to have arguments #264

    ๐Ÿ›  Fixed bugs:

    • dyld_fatal_error when using Swift+PlistBootstrapping+iOS7.1 #279

    Closed issues:

    • Multiple Storyboards and Typhoon #301

    • ๐Ÿ“š Documentation Injection by Reference examples are hard to follow #300

    • ๐Ÿ“š Documentation refers to 'Modules' but there's no such concept in Typhoon code #299

    • Crash occurs when using existing assembly as a protocol conformer for another assembly #298

    • Files headers #296

    • โš™ Run-time Arguments in Swift #294

    • โš™ Run-time Arguments Supported with Swift Assembly? #293

    • ๐Ÿ“‡ Rename TyphoonPostProcessor to TyphoonInstancePostProcessor #283

    • ๐Ÿ“‡ Rename TyphoonComponentFactoryPostProcessor to TyphoonDefinitionPostProcessor #282

    • ๐Ÿ”ง Factory-produced components should have a configuration block #271

    • ๐Ÿ— TyphoonDefinition allow callback block after building? #258

    • For initializer method not found error, add instructions for user on Swift protocols (they require @objc directive to be dynamic) #257

    • ๐Ÿ†• New Auto-wiring API #252

    • ๐Ÿ”Œ Typhoon Plugins? #228

    ๐Ÿ”€ Merged pull requests:

    • Cast the call to objc_msgSend to the adequate type #305 (champo)

    • โž• Adding ability to load classes from dynamic frameworks via introsepection #292 (mowens)

    • ๐Ÿ›  Fixing dynamic framework target #291 (mowens)

    • โž• Adding target for building Typhoon as a dynamic framework for iOS #290 (mowens)

    • ๐Ÿ—„ Removing deprecated warning when targeting iOS 8 or OSX 10.10 #289 (mowens)