Swift Argument Parser v0.3.2 Release Notes

Release Date: 2021-01-15 // over 3 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ”„ Changes made to a command's properties in its validate method are now persisted.
    • The exit code defined by error types that conform to CustomNSError are now honored.
    • ๐Ÿ‘Œ Improved error message when declaring a command type with an unadorned mutable property. (See [#256] for more.)
    • ๐Ÿ Migrated from CRT to MSVCRT for Windows platforms.
    • ๐Ÿ›  Fixes and improvements for building with CMake for Windows and Apple Silicon.
    • ๐Ÿ“š Documentation improvements.

    ๐Ÿš€ The 0.3.2 release includes contributions from [compnerd], [CypherPoet], [damuellen], [drewmccormack], [elliottwilliams], [gmittert], [MaxDesiatov], [natecook1000], [pegasuze], and [SergeyPetrachkov]. Thank you!