- feat: enhance performance tracking and output (#34)
- feat: add perf init output (#33)
- fix: run build throw error will not exit (#32)
- feat: support inspect args (#31)
- fix: using absolute paths for tsc.cmd on Windows (#30)
- fix: too old version check (#28)
- fix: code logic not valid (#27)
- feat: add version check tip (#26)
- chore: add env (#25)
- fix: -p args missing (#24)
- fix: stop restart when last boot fail (#23)
- feat: add keepalive args (#22)
- fix: windows process exit when throw error (#21)
- docs: update api
- feat: export some api for custom command (#20)
- fix: directory listener after init (#19)
- fix: spawn EINVAL in windows (#18)
- chore: optimization kill app speed (#15)
- chore: update readme
- fix: tsconfig.json with extends config (#14)
- feat: support alias path (#13)
- fix: baseDir not exists when first build (#12)
- fix: copy under allowjs mode (#11)
- fix: copy after build (#10)
- feat: support copy non-ts files (#9)
- fix: json parse with tsconfig (#8)
- feat: support change out dir (#7)
- feat: support --cleanOutDir args (#6)
- fix: source map (#5)
- fix: windows exit immediate (#4)
- fix: trigger child SIGINT under windows (#3)
- Merge pull request #1 from midwayjs/support_change_ssl
- chore: change https when set --ssl
- chore: bump version
- test: add more test
- fix: ts sourcemap
- fix: windows tsc cmd
- feat: add output port
- chore: change debounce time
- fix: add debounce
- fix: parse argv
- chore: rename to mwtsc
- feat: first code
- Initial commit