Skip to content

Latest commit

Β 

History

History
239 lines (143 loc) Β· 3.72 KB

CHANGELOG.md

File metadata and controls

239 lines (143 loc) Β· 3.72 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

βš™οΈ Miscellaneous Tasks

  • 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

[0.2.7] - 2024-09-27

πŸ› Bug Fixes

  • Fix bug error in command --bin-arg

[0.2.6] - 2024-09-27

πŸ“š Documentation

  • (web) Adjust documentation

⚑ Performance

  • Improve performance with remove clone()

Release

  • v0.2.6

[0.2.5] - 2024-09-25

πŸ› Bug Fixes

  • CLI cmd can't changed from the CLI

πŸ“š Documentation

  • 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

βš™οΈ Miscellaneous Tasks

  • Refactor main.rs and lib.rs

[0.2.4] - 2024-09-24

πŸš€ Features

  • Enhanced command to support multiple type string and array of string

πŸ“š Documentation

  • Adjust README.md

βš™οΈ Miscellaneous Tasks

  • Adjust error log
  • Update patch v0.2.4

[0.2.3] - 2024-09-23

βš™οΈ Miscellaneous Tasks

  • Add more testing
  • Add ignore capability to filter dir
  • Add validation

[0.2.2] - 2024-09-23

πŸ“š Documentation

  • Adjust readme
  • Fix typo

βš™οΈ Miscellaneous Tasks

  • Skip cd for macos
  • Refactor mod watch

[0.2.1] - 2024-09-23

βš™οΈ Miscellaneous Tasks

  • Add git-cliff for doc CHANGELOG.md
  • Increase patch of version to v0.2.1
  • Move out FUNDING.yml and PR template

[0.2.0] - 2024-09-22

πŸ“š Documentation

  • Update readme

βš™οΈ Miscellaneous Tasks

  • Update version

[0.1.8-beta.1] - 2024-09-22

πŸ“š Documentation

  • Update readme

[0.1.8] - 2024-09-22

πŸš€ Features

  • Add mod config

πŸ› Bug Fixes

  • Typo

βš™οΈ Miscellaneous Tasks

  • 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

[0.1.7-beta.2] - 2024-09-21

βš™οΈ Miscellaneous Tasks

  • Tidy up docs and add code coverage in github actions
  • Update Cargo.lock

[0.1.7-beta.1] - 2024-09-21

βš™οΈ Miscellaneous Tasks

  • v0.1.7

[0.1.6-beta.1] - 2024-09-21

βš™οΈ Miscellaneous Tasks

  • Clean up unused deps

[0.1.5-beta.1] - 2024-09-21

πŸš€ Features

  • Add flag path-bin for handle hot reload binary
  • Simplify fn binary_exists

πŸ“š Documentation

  • Adjust readme to add new docs

βš™οΈ Miscellaneous Tasks

  • Refactor log formatter

Release

  • v0.1.5

[0.1.4] - 2024-09-20

βš™οΈ Miscellaneous Tasks

  • Change info!() to use println!() for stdout and stderr

[0.1.3] - 2024-09-20

πŸš€ Features

  • Add feature ignore

βš™οΈ Miscellaneous Tasks

  • Remove static live time

[0.1.2] - 2024-09-20

πŸ“š Documentation

  • Add video
  • Add asciinema demo
  • Adjust readme

βš™οΈ Miscellaneous Tasks

  • Remove unused logs
  • Fix lints error

[0.1.1] - 2024-09-20

πŸ“š Documentation

  • Add labels and add stderr output
  • Fix error build

βš™οΈ Miscellaneous Tasks

  • Release v0.1.1
  • Fix typo in ci.yml

[0.1.0-beta.1] - 2024-09-20

πŸ“š Documentation

  • Add readme for documentation
  • Add labels and update readme

βš™οΈ Miscellaneous Tasks

  • 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