SwiftyMocky v3.4.0 Release Notes

Release Date: 2019-11-13 // over 4 years ago
  • โž• Added:

    • ๐Ÿ†• New typealias "annotation", allowing to fix common issues with generic protocols and ambigious class names
    • ๐Ÿ”ง A "sourcery" section to mockfile, to specify additional sourcery configurations to execute during generation
    • ๐Ÿคก resetMock(...) methods to reset mock internals
    • ๐Ÿ†• New tests suite for Xcode 11.2 (Swift 5.2)

    ๐Ÿ—„ Deprecated:

    • ๐Ÿ—„ deprecated clear() method on StaticMock in favour of resetMock(...)

    ๐Ÿ›  Fixed:

    • ๐Ÿ›  Fixed Parameter ExpressibleByArrayLiteral init, by @chuckluck44 (Charley Luckhardt)
    • ๐Ÿ›  Fixed Xcode 11 support by @glyuck (Vladimir Lyukov)
    • ๐Ÿ›  Fixed typos in Readme, by @iliaskarim and @mikeakers (Mike Akers)
    • ๐Ÿ›  Fixed tests for swift 5.0 and linux tests