Argo v5.0.0 Release Notes

Release Date: 2020-05-22 // almost 4 years ago
  • Yes I did get tired of my lazy naming scheme.

    ๐Ÿ‘ 5.0 adds explicit support for Swift 5 across all dependency management solutions. There are no other user-facing changes.


Previous changes from v4.1.2

    • ๐Ÿ›  [FIXED]: Now using Iterator instead of Generator in our definition of decode for Collections. This was renamed in Swift 3.0, and honestly I'm not positive how this was compiling the way it was.