This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: Galooshi/happo
Releases · Galooshi/happo
v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.2
v0.3.0
- Add
--help
and--version
CLI commands - Fix bug with DiffuxCIUtils.construct_url not returning a string
- Fix bug with CLI output when diffs are found
- Improve performance of clearing visible elements from DOM
- Improve accuracy of finding element coordinates
- Add guard against cropping too large of an image, preventing errors
- Use :fast_rgb when saving PNGs via ChunkyPNG to improve performance
v0.2.0
- Prevent error when rendering a example from query string
- Add
diffux_ci debug
command line tool - Fail on examples that have the same description
- Avoid writing screenshots to disk until necessary
- Use oily_png instead of chunky_png
- Try connecting to Firefox up to 3 times
v0.1.0
The project has been renamed to Diffux CI and moved to the Diffux organization github account. diffux_ci version 0.1.0 has the same functionality as likadan v0.0.14, but with a new name for things. The main differences are:
- Instead of running
likadan
as the command-line tool, you rundiffux_ci
. - JS examples are defined on the global
diffux
object (was previouslylikadan
). - Configuration is defined in a
.diffux_ci.yaml
file (previously.likadan.yaml
) - To use a different config file, use the
DIFFUX_CI_CONFIG_FILE
environment variable (wasLIKADAN_CONFIG_FILE
)