Skip to content

v0.38.0

Latest
Compare
Choose a tag to compare
@kyu08 kyu08 released this 24 Nov 11:52

Summary

Refactoring for #315 has been completed!🎉🎉
It will be possible soon that command runners like pnpm, npm, yarn, bun, deno and just!

What's Changed

  • chore(docs): fix crates.io total downloads badge link by @kyu08 in #318
  • chore(deps): update crate-ci/typos action to v1.27.0 by @renovate in #320
  • refactor(makefile): refactor Makefile struct to Runner enum to be able to add other command runner like pnpm, yarn, etc. #315 by @kyu08 in #321
  • update(history): update history file format to handler multiple task runner like pnpm, yarn, e.t.c. #315 by @kyu08 in #324
  • feat(history): when the history file type is the old format, rewrite it using the new format #327
  • fix(bug): no command is selected when delete character #329
  • fix(chore): fix lint error #330

Full Changelog: v0.37.0...v0.38.0