Releases: BarredEwe/Prefire
Releases · BarredEwe/Prefire
2.0.0
What's Changed
- Supporting
#Preview
Macro - Create an .executableTarget to be able to run through the terminal
- Add correct error output from snapshots.
- Add the perceptualPrecision parameter setting
- Pass the imports to the PreviewModel
- Add tests
- Added by @BarredEwe in #29
Full Changelog: 1.5.0...2.0.0
1.5.0
What's Changed
- 🟢 Xcode 15 supporting by @BarredEwe in #25
- 🟡 Xcode 15 does not give plugins permission to write to the project directory 🥲
- As a quick solution, I can recommend writing in DerivedData.
To do this, remove thetest_file_path
parameter from the.prefier.yml
file.
- As a quick solution, I can recommend writing in DerivedData.
- 🟢 Xcode 14 works as usual
Full Changelog: 1.4.1...1.5.0
1.4.1
Minor fixes
Full Changelog: 1.4.0...1.4.1
1.4.0
1.3.0
What's Changed
- Custom template by @alexey1312 in #18
New Contributors
- @alexey1312 made their first contribution in #18
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
-
Added snapshot settings for previews by @BarredEwe in #17
- You can set the delay and precision parameters for the snapshot:
.snapshot(delay: 0.3, precision: 0.95)
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.3
What's Changed
- Create swift.yml by @BarredEwe in #5
- Fixed missing file argument removal for AccessibilitySnapshot by @BarredEwe in #12
- Added additional build information by @BarredEwe in #13
- Improved target search for tests by @BarredEwe in #14
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
Fixed a small bug with the configuration
What's Changed
- Fix test generation by @BarredEwe in #3
Full Changelog: 1.0.0...1.0.1