Skip to content

Releases: r17x/jasat

v0.1.2

28 Feb 10:26
Compare
Choose a tag to compare

0.1.2 (2022-02-28)

Bug Fixes

  • didn't modified the target file (194424a)

v0.1.1

28 Feb 10:04
Compare
Choose a tag to compare

0.1.1 (2022-02-28)

Bug Fixes

  • enable realpath for glob files (64f66dc)

v0.1.0

26 Feb 23:29
Compare
Choose a tag to compare

0.1.0 (2022-02-26)

Features

  • add another support by extensions (7d34050)

v0.0.1

26 Feb 20:53
0fa0d3c
Compare
Choose a tag to compare

First release

Features

find and replace some import source.

npx jasat import-source-replace "react" "preact" // dry-run
npx jasat import-source-replace "react" "preact" --write // write to system or target files

remove console statements.

npx jasat remove-console --write // write to system or target files

Thanks everybody :) cheers