Releases: your-tools/ruplacer
Releases Β· your-tools/ruplacer
0.10.0 (2024-10-12)
Release Notes
- Fix #104: Add
--allow-empty
option to successfully exit even when no matches are found. Patch by @roqvist
Download ruplacer 0.10.0
0.9.1 (2024-10-12)
Release Notes
- Breaking: rename '--preserve_case' to '--preserve-case'
Download ruplacer 0.9.1
0.9.0 (2024-08-10)
Release Notes
- Breaking: rename 'Query::substring' to 'Query::simple'
- Breaking: rename '--subvert' to '--preserve-case'
Hopefully those names are clearer for the user.
Download ruplacer 0.9.0
0.8.3 (2024-03-08)
Release Notes
- Switch to
cargo-dist
to make releases
Download ruplacer 0.8.3
v0.8.2
- Fix #102: don't write files when not required
- Add missing new line in output when
--dry-run
is used
- Update dependencies
v0.8.1
- Bump to
clap
4
- Fix using
--type-list
on the command-line (#100)
v0.8.0
- Breaking: replace
Replacement::print_self()
with Console::print_replacement(prefix, replacement)
.
v0.7.0
- Add
--quiet
option. Suggested by @kypm
- Breaking:
DirectoryPatcher::new()
, FilePatcher::new()
and
Replacement::print_self()
now take an additional &Console
argument.
- Add a
Console
struct and a Verbosity
enum
v0.6.4
- Fix bug where the printed number of matching files was generally too big.
- Improve documentation for
FilePatcher