All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix Docker image publication (ff6db49)
- Fix Docker image publication (152d849)
- Add support for ARM architecture (acf5569)
- Fix bin path (bcc450b)
- Fix NPM bin path (5694cb4)
- Add support for executing sh in the Docker container (#6)
- Fix Docker image build (#6)
⚠️ Drop CJS support (#6)
- Fix Docker image name in GitHub Action (79416e0)
- Add a Docker image for advanced usage with host mocking (#3)
- Add
--replace-(from|to)-host
flags (d738fc1)
⚠️ Remove the--password
parameter in favor of a single--user user:pass
parameter (#3)
- Decode output URL (1de1585)
- Add support for basic auth (786a53e)
- Add support for host replacement from CSV file (d78ab82)
- Add support for CSV input file (549f568)
- Add support for custom method (GET, POST, etc.) when testing a redirection
- Add support for ignoring query parameters
- Globally with the
--ignore-query-parameters
CLI parameter - Per test with the
ignoreQueryParameters
property
- Globally with the
- Improve CLI documentation
- Add
--delay
CLI parameter - Add
--concurrency
CLI parameter
- Set minimum Node compatibility to 12
- Switch from CJS to ESM
- Improve logging