Current section

Files

Jump to
reactor_file CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.13.1](https://harton.dev/james/reactor_file/compare/v0.13.0...v0.13.1) (2025-01-29)
### Improvements:
* Add support for Reactor 0.11's guards. (#35)
## [v0.13.0](https://harton.dev/james/reactor_file/compare/v0.12.0...v0.13.0) (2025-01-28)
### Breaking Changes:
* Rename revert option on all steps for consistency.
### Features:
* Add `rm` step.
## [v0.12.0](https://harton.dev/james/reactor_file/compare/v0.11.0...v0.12.0) (2025-01-27)
### Features:
* Add `lstat` and `read_link` steps. (#26)
## [v0.11.0](https://harton.dev/james/reactor_file/compare/v0.10.0...v0.11.0) (2025-01-27)
### Features:
* Add `cp_r` step. (#21)
## [v0.10.0](https://harton.dev/james/reactor_file/compare/v0.9.0...v0.10.0) (2025-01-23)
### Features:
* Add `ln` step. (#17)
## [v0.9.0](https://harton.dev/james/reactor_file/compare/v0.8.0...v0.9.0) (2025-01-22)
### Features:
* Add `cp` step. (#10)
## [v0.8.0](https://harton.dev/james/reactor_file/compare/v0.7.0...v0.8.0) (2025-01-17)
### Features:
* Add `chmod` step. (#9)
## [v0.7.0](https://harton.dev/james/reactor_file/compare/v0.6.0...v0.7.0) (2025-01-17)
### Features:
* Add `chown` DSL step. (#8)
## [v0.6.0](https://harton.dev/james/reactor_file/compare/v0.5.0...v0.6.0) (2025-01-17)
### Features:
* Add `chgrp` step. (#7)
## [v0.5.0](https://harton.dev/james/reactor_file/compare/v0.4.2...v0.5.0) (2025-01-17)
### Features:
* Add `stat` step, which returns information about a path. (#5)
## [v0.4.2](https://harton.dev/james/reactor_file/compare/v0.4.1...v0.4.2) (2025-01-17)
### Improvements:
* Rename `file_glob` to just `glob` (#4)
## [v0.4.1](https://harton.dev/james/reactor_file/compare/v0.4.0...v0.4.1) (2025-01-17)
### Improvements:
* Make destructive steps undoable. (#3)
## [v0.4.0](https://harton.dev/james/reactor_file/compare/v0.3.0...v0.4.0) (2025-01-15)
### Features:
* Add `rmdir` DSL step. (#2)
## [v0.3.0](https://harton.dev/james/reactor_file/compare/v0.2.1...v0.3.0) (2025-01-15)
### Features:
* Add `mkdir` and `mkdir_p` DSL entities and step. (#1)
## [v0.2.1](https://harton.dev/james/reactor_file/compare/v0.2.0...v0.2.1) (2025-01-14)
### Improvements:
* fix possible test file clobbering.
## [v0.2.0](https://harton.dev/james/reactor_file/compare/v0.1.0...v0.2.0) (2025-01-14)
### Features:
* Initial version with `file_glob` step.
## [v0.1.0](https://harton.dev/james/reactor_file/compare/v0.1.0...v0.1.0) (2025-01-14)
### Features:
* Initial version with `file_glob` step.