Skip to content

Releases: your-tools/ruplacer

v0.3.0

05 Dec 14:19
Compare
Choose a tag to compare
  • Implement #18: Add -t, --type, -T, --type-not and --type-list options. Suggested by @Dowwie.

v0.2.7

20 Nov 12:32
Compare
Choose a tag to compare
  • Fix deployment from travis

v0.2.6

20 Nov 11:54
Compare
Choose a tag to compare
  • Improve README and --help message.

v0.2.5

19 Oct 14:35
Compare
Choose a tag to compare

Deploy Windows pre-compiled binaries as assets.

Thanks travis :)

v0.2.4

16 Oct 13:04
Compare
Choose a tag to compare
  • Rename --fixed-strings option to --no-regex
  • Publish pre-compiled binaries for macOS and Linux to GitHub from travis

v0.2.3

15 Oct 09:51
Compare
Choose a tag to compare
  • Before exiting, print a helpful message containing stats about replacement and hint about
    using --go to actually write the changes to disk.

  • Tweak ruplacer output

  • Print error and exit with error code 2 if no replacement was made

v0.2.2

12 Oct 15:33
Compare
Choose a tag to compare
  • Implement --subvert option to handle snake_case, CamelCase and so on. Fix #8.

v0.2.1

12 Oct 15:33
Compare
Choose a tag to compare
  • In case binary or non-UTF-8 files are found in the path, just skip them instead of
    aborting the whole process

  • Change algorithm used to display diffs. (Fix #4)

v0.2.0

12 Oct 15:33
Compare
Choose a tag to compare

First public release