replace 1.2.0
replace: ^1.2.0 copied to clipboard
An easy to use cross-platform regex replace command line util.
1.2.0 - 2026-04-13 #
Added #
- Added
pm removeto remove one or more packages fromdependenciesanddev_dependencies. - Added global
pm --version/pm -voutput using generated package metadata. - Added pubspec code generation with
pubspec_generatorandbuild_runner.
Updated #
- Updated CI to run
dart run build_runner build --delete-conflicting-outputsand fail when generated files are out of date. - Updated
pmtests and fixtures for multi-package remove behavior across single-line, hosted, and git dependency declarations. - Updated README documentation for
pm removeand version flag usage.
1.1.0 - 2026-03-20 #
Added #
- Added the new
pmCLI for editing pubspec dependency and SDK constraints. - Added the
tightencommand to raise dependency minimums to lockfile-resolved versions. - Added the
--[no-]tightenoption (enabled by default) for range-tightening behavior.
Updated #
- Updated tests and naming around the new
pmfunctionality. - Updated CI usage and formatting-related maintenance.
1.0.4 - 2022-05-11 #
- bug fix
1.0.3 - 2022-05-11 #
- bug fix