This repository was archived by the owner on Nov 4, 2025. It is now read-only.
What's Changed
IMPORTANT
As a result of #12 installation command is changed
# was
go install github.com/weastur/replacer/cmd/replacer@latest
# now
go install github.com/weastur/replacer@latestDependabot
- [deps-go] Bump github.com/goccy/go-yaml from 1.16.0 to 1.17.1 by @dependabot in #5
Other changes
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #3
- [deps-gh-actions] Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #2
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #6
- Get rid of pre-commit hooks by @weastur in #10
- go-task instead of make by @weastur in #11
- Rework package structure by @weastur in #12
- Add '-verbose' flag. Now generator prints nothing by default, unless error occurred
- Improved error handling
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0