Argo v3.0.0 Release Notes

Release Date: 2016-04-06 // almost 8 years ago
  • ๐Ÿ‘ The goal for Argo 3.0 was to work on simplifying some of the complexity by removing extraneous API and improving consistency between Argo and other libraries (including the Swift standard lib). In addition, we've added support for Swift 2.2.

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿ†• New

    Non-Breaking Changes

    • โšก๏ธ Update errors for RawRepresentable types. - Paul Young
    • โœ‚ Remove CustomStringConvertible constraint on typeMismatch function - Dapeng Gao
    • ๐Ÿ‘‰ Use an autoclosure for the rhs of <|> - Gordon Fontenot
    • Generalize the type for sequence taking a dict - Gordon Fontenot

    Misc

    • ๐Ÿ“š (hopefully) the entire public API now has inline documentation!

    ๐Ÿš€ Huge thank you to everyone that submitted PRs, opened issues, and reviewed code for this release!