All notable changes to this project will be documented in this file.
- Add affix for multiple use in one request spec.
- Add Reject All to remove all challengers with one click.
- Fix presentation of controller/request spec name.
- Fix handling of response message encoding.
- Add Batch Diff to accept identical changes with one click.
- Skip abandoned spec view directories.
- Support for Rails 7, rspec-rails 6, and Ruby 3.
- Switch back to
last_run.txt
for better git integration.
- Introduce match_html_fixture for feature specs.
- Introduce view_sanitizer.gsub to sanitize dynamic parts.
- Replace
description.txt
andlast_run.txt
with combined and extendedmeta.txt
. - List challenged and outdated views first.
- Introduce real RSpec matcher match_html_fixture (see README).
- Add request specs as prefered spec type.
- Save original spec description as text file, so the UI doesn't rely on filename-based descriptions anymore.
- Add mailer spec support.
- Rename
render
intoit_renders
and add "renders" to the description automtically.it_renders
cannot be used for PDF responses anymore.
- Remove digests from ICO files.
- Remove ModDate and ID from PDF files.
- Improve view selection screen layout.
- Fix .gitignore hint in README to allow different file extensions.
- Remove CreationDate-header before comparing PDFs.
- Improve README's Usage section.
- Add .gitignore hint to README.
- Add missing timecop dependency.
- Improve view selection screen layout.
- Switch to manual requiring of 'spec_views/support' (see README).