Skip to content

v0.0.17

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 08:40
· 8 commits to main since this release
80552a1

Changelog

  • 80552a1 chore: bump up version
  • 713e6fc test(filematch): test util func.
  • c748401 refactor(copy): extract filematch logic to filematch package
  • d7d723d refactor(copy): normalize split logic
  • 2dfe145 refactor(copy): remove duplicated logic
  • 6ab3285 refactor(copy): refactor file search logic
  • 819753d docs: update README to recommend stable version.
  • b84fae2 refactor(buffer): continue refactoring. but not working.
  • 0563371 refactor(buffer): add isTextMatch func to extract glob logic.
  • 6cc6265 fix(copy): invalid test data. 内部的に各ディレクトリのパスを列挙する構造にしているのを忘れていた
  • 3aed03e fix(buffer): missing rule to check chars after wildcard.
  • 75405e8 refactor(buffer): change logic around directory. need refactor.
  • e7d24a6 feat(copy): add test around wildcard
  • b5fe6e3 feat(copy): use word copy instead of buffer because I dont mentioned the word buffer on README
  • 969ab38 chore(ci): use ubuntu-latest