Releases: gstrobl17/Mocker
Releases · gstrobl17/Mocker
1.3.4
1.3.3
1.3.2
1.3.1
- Eliminated trailing comma in CustomReflectable extension generation
- Added detection and mock generation when a protocol has
@MainActor
annotation - Modified generation of “errorToThrow: Error!” to be “errorToThrow: (any Error)!”
- Added ability to compare the generated mock against an existing file using BeyondCompare. You must have the command line BeyondCompare version installed. If Mocker sees that
/usr/local/bin/bcompare
exists, it will surface a "Compare ..." button.
1.3.0
1.2.3
Eliminated the option for swiftlint aware mock generation.
Personally, I don't use swiftlint on test targets anymore. It is more pain than it is worth.
I never implemented the option well.
I no longer desire to maintain the unit tests on a feature that I don't use and I didn't implement well.