All Versions
18
Latest Version
Avg Release Cycle
41 days
Latest Release
1075 days ago
Changelog History
Page 2
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
toswift
and new parameters (#86). - ๐ง
YAML
orJSON
configuration file support (#86). - New
xcfilelist
command to automatically generate input/outputxcfilelist
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.
- No more duplicate module imports when using the flag
-
v0.11.1 Changes
December 14, 2018- New option
--single_output
to make Weaver generate the code in a single file (#77).
- New option
-
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
tobuilder
(#72, #76) - ๐ Bug fixes (#71, #74)
This version breaks few elements of the API. Please refer to the migration guide for details.
- ๐ฆ Xcodeproj is no longer versioned. Use
-
v0.10.2 Changes
September 25, 2018 -
v0.10.1 Changes
September 24, 2018 -
v0.10.0 Changes
July 26, 2018 -
v0.9.12 Changes
July 17, 2018- ๐ Fixed a major retain cycle issue (#48)