Typhoon v2.0.0 Release Notes

Release Date: 2014-04-22 // almost 10 years ago
  • Full Changelog

    Implemented enhancements:

    • Dependency injection for objects not emmitted from component factory? #103

    • Provide common singletons (eg [NSNotificationCenter) pre-canned for DI #44

    ๐Ÿ›  Fixed bugs:

    • Injecting more parameters than defined in the selector doesn't raise an error #208

    Closed issues:

    • ๐Ÿ†• New scope: TyphoonScopeNonContained #206

    • ๐Ÿ‘Œ Support object-graph scope for definitions with runtime args #202

    • -[TyphoonComponentFactory componentForExactType:] #190

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fixed warnings for 'pedantic' option. #210 (literator)