Skip to content

1.1.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 18 Dec 17:54
· 97 commits to master since this release
129e393

What's new?

  • Updated UIView and UIViewController recursiveDescription strategies to support custom trait collections and configuration (#141)
  • Added a new UIViewController hierarchy snapshot strategy (#139)
  • Added a new func strategy on functions that take CaseIterable values (#94)
  • Added a new description strategy powered by String.init(describing:) (#94)
  • Show diff when recording over previous snapshot (#147)

What's been fixed?

  • Improved the assertSnapshot function's generic names (#120)
  • Improved the recording failure message (#135, #140)
  • Fixed a crash when snapshotting view controllers with main views configured with auto layout (#142)
  • Fixed a crash when running swift test against a failing snapshot (#143)