All notable changes to this project will be documented in this file.
- Refactor with clean up watch/mod.rs
- Add more testing
- Rewrite watch to notify
- Remove test in watch/mod.rs
- Refactor lib.rs to use pattern matching
- Fix cargo clippy
- Fix bug error in command --bin-arg
- (web) Adjust documentation
- Improve performance with remove clone()
- v0.2.6
- CLI cmd can't changed from the CLI
- Fix wrong config
- Adjust example config in README.md
- Adjust example config in README.md
- Fix typo in config
- Update readme
- Add web rustywatch
- (web) Add examples documentation
- (web) Simplify guides.md
- Refactor main.rs and lib.rs
- Enhanced command to support multiple type string and array of string
- Adjust README.md
- Adjust error log
- Update patch v0.2.4
- Add more testing
- Add ignore capability to filter dir
- Add validation
- Adjust readme
- Fix typo
- Skip cd for macos
- Refactor mod watch
- Add git-cliff for doc CHANGELOG.md
- Increase patch of version to v0.2.1
- Move out FUNDING.yml and PR template
- Update readme
- Update version
- Update readme
- Add mod config
- Typo
- Refactor to increase unit tests
- Add tests in lib.rs
- Add config options and refactor mod watch
- Set cmd ignore as optional
- Add windows support
- Enable to reload in first starting
- Increase to v0.1.8
- Add more testing
- Skip testing fail
- Tidy up docs and add code coverage in github actions
- Update Cargo.lock
- v0.1.7
- Clean up unused deps
- Add flag path-bin for handle hot reload binary
- Simplify fn binary_exists
- Adjust readme to add new docs
- Refactor log formatter
- v0.1.5
- Change info!() to use println!() for stdout and stderr
- Add feature ignore
- Remove static live time
- Add video
- Add asciinema demo
- Adjust readme
- Remove unused logs
- Fix lints error
- Add labels and add stderr output
- Fix error build
- Release v0.1.1
- Fix typo in ci.yml
- Add readme for documentation
- Add labels and update readme
- Add logger
- Add release.yml
- Adjust release.yml
- Adjust release.yml
- Adjust release.yml
- Adjust ci and add cd
- Add apache license and changelog document
- Skip gpg
- Skip generate changelog
- Add windows support
- Setup cd for all features
- Mv logger to logger.rs