Skip to content

v4.4.0

Compare
Choose a tag to compare
@BenjaminMummery BenjaminMummery released this 09 Jan 15:46
· 12 commits to main since this release

v4.4.0 (2024-01-09)

Chore

  • chore: remove extranious print. (45a70c1)

Feature

  • feat: handle multiple wildcards. (34f4877)

  • feat: throw an exception for mismatching wildcards. (bc34a0f)

  • feat: remove regex arg. (1ad512d)

  • feat: handle ? wildcards. (4b72a3d)

  • feat: rename with single * wildcard. (b83efb2)

  • feat: handle args to rename. (cd1d40c)

  • feat: pass regex arg to rename. (5b1681f)

  • feat: implement argument passing. (7cb557f)

  • feat: placeholder rename method. (226bdfe)

Refactor

  • refactor: separate tests by wildcard. (c664c44)

Test

  • test: add test for multiple wildcards. (a89c6dc)

  • test: add test for mismatching wildcards. (b653d89)

  • test: add test for unsupported glob wildcards. (527a14e)

  • test: add tests for combinations of multiple files. (94ead0d)

  • test: add test for ? wildcard. (37e32ed)

  • test: add test for renaming single file. (c86fab3)

  • test: add test for no matching files. (7729a1b)

  • test: add test for null case - no files. (ec89fc7)

  • test: add test for directory logic. (69eccda)

  • test: add test for missing rename args. (ba25dda)

  • test: add test for passing regex argument to rename. (205c273)

  • test: add test for arg passing to rename. (64c55dc)

  • test: add asserts that rename is not called when invoking other commands. (759ea16)

Unknown

  • Merge pull request #32 from BenjaminMummery/feat/renamer

feat: renamer (c11ca7b)