Skip to content

3.4.2

Compare
Choose a tag to compare
@etolstoy etolstoy released this 08 Nov 11:32
· 306 commits to master since this release

Enhancements:

  • All of the infrastructure components can now be attached before the assembly's activation (see #444 and #344 ):
- (void)attachDefinitionPostProcessor:(id<TyphoonDefinitionPostProcessor>)postProcessor;
- (void)attachInstancePostProcessor:(id<TyphoonInstancePostProcessor>)postProcessor;
- (void)attachTypeConverter:(id<TyphoonTypeConverter>)typeConverter;

Bugfixes:

  • #443 : Previous version didn't compile when installed via Carthage
  • Previous version didn't compile when installed via cocoapods with use_frameworks enabled.

Deprecations:

  • TyphoonComponentFactory:
    • - (void)attachPostProcessor:(id<TyphoonDefinitionPostProcessor>)postProcessor
    • - (void)addInstancePostProcessor:(id <TyphoonInstancePostProcessor>)postProcessor