All Versions
18
Latest Version
Avg Release Cycle
41 days
Latest Release
1075 days ago

Changelog History
Page 2

  • v0.12.1 Changes

    February 21, 2019
    • ๐Ÿ›  Fixed error reporting in Xcode (#96).
    • Replaced globbing by a recursive Swift file search (#98/#100).
    • ๐Ÿ›  Fixed LICENSE file for Cocoapods (#97).

    This version breaks few elements of the command line tool API. Please refer to the migration guide for details.

  • v0.12.0 Changes

    February 16, 2019
    • No more duplicate module imports when using the flag --single-output (#80/#81).
    • ๐Ÿ‘ open types support (#83/#85).
    • Renamed command generate to swift and new parameters (#86).
    • ๐Ÿ”ง YAML or JSON configuration file support (#86).
    • New xcfilelist command to automatically generate input/output xcfilelist files (#84/#86).
    • ๐Ÿ›  Fixed installation from archive (#87/#88, #92).
    • ๐Ÿ‘ CocoaPods support (#93/#95).

    This version breaks few elements of the command line tool API. Please refer to the migration guide for details.

  • v0.11.1 Changes

    December 14, 2018
    • New option --single_output to make Weaver generate the code in a single file (#77).
  • v0.11.0 Changes

    November 14, 2018
    • ๐Ÿ“ฆ Xcodeproj is no longer versioned. Use swift package generate-xcodeproj instead (#66).
    • ๐Ÿ‘ Better support of generic types (#47, #67).
    • Added JSON export command (#68, #70).
    • ๐Ÿ— Renamed annotation customRef to builder (#72, #76)
    • ๐Ÿ›  Bug fixes (#71, #74)

    This version breaks few elements of the API. Please refer to the migration guide for details.

  • v0.10.2 Changes

    September 25, 2018
    • ๐Ÿ‘ Xcode 10 / Swift 4.2 support (#65)
    • โœ… Generator tests improvement (#64)
  • v0.10.1 Changes

    September 24, 2018
    • ๐Ÿ›  Fixed multiple DI Container initialization bugs (#62)
    • Factorization of the code to handle scope annotations (#61)
  • v0.10.0 Changes

    July 26, 2018

    Migration guide

    • Weaver isn't doing any runtime resolution/registration anymore, removing most possibilities of retain cycles and threadsafety issues (#55).
    • Factorized the Dependency Graph generation into a Linker class (#19).
  • v0.9.12 Changes

    July 17, 2018
    • ๐Ÿ›  Fixed a major retain cycle issue (#48)