Struct v4.0.1 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
    • ๐Ÿ›  Fixed parsing bugs with the latest spec version

Previous changes from v4.0.0

    • ๐Ÿš€ Struct 4.0 is here! There's a few breaking changes in this release to allow Struct
      ๐Ÿšš to move forward with the latest improvements in Xcode, Swift and Ruby.
    • 0๏ธโƒฃ Xcode 11 and Swift 5 support has landed! The default Swift version is now 5.2.
    • ๐Ÿš€ All of the default deployment targets now target the latest releases of each supported
      platform.
    • ๐Ÿ’Ž Ruby 2.6.3 is now the minimum version of Ruby for Struct, following the existing
      ๐ŸŽ strategy of supporting the latest macOS's pre-installed version of Ruby. As such,
      โฌ†๏ธ if you currently use the system Ruby in El Capitan, please either upgrade to Catalina,
      ๐Ÿ’Ž or use RVM to maintain your current Ruby version.
    • โž• Added support for native watchOS applications
    • โœ‚ Removed support for 1.X.X spec files. Check out the migration guide on the wiki
      ๐Ÿšš to move to a newer spec format.
    • ๐Ÿ›  Fixed bugs with CocoaPods integration