Releases: php-toolkit/fsutil
Releases · php-toolkit/fsutil
v2.0.7
Change Log
Feature
- ✨ feat: fs add new helper method: assertIsExists f5d0a8f
Update
- 👔 up: update some helper methods and add more useful method for FTB 910b3f8
- 👔 up: add more helper method for FS and FTB, add ci on php8.3 eea510d
- up: upgrade support php8.4 1d31a11
- ✨ up: update some for fs util and file tree builder 803a0c9
- up: fix some code syntax check error on php8.4 028d363
Other
- chore(deps): bump actions/checkout from 3 to 4 61658db
- chore(deps): bump softprops/action-gh-release from 1 to 2 ec6140f
- chore: remove error_reporting setting 5c48790
- chore: update readme php version limit 1ad0551
v2.0.6
Change Log
Update
- up: ftb add new method for quick replace tpl vars 1d55ae4
- up: update some find logic and update some util method 7ba7fd9
Other
- ci: remove run ci tests on php8.0 ffee99a
v2.0.5
Change Log
Update
- up: add new method for glob match render files b2e65c2
- up: update the ftb template file render logic d5309c7
- up: update the dir copy and file tree build a86ab5b
Other
- chore: update some example and test code 98b3e8f
- ci: update the gh action script 35dcca3
v2.0.4
Change Log
Feature
- 0676922 feat: FileTreeBuilder - quick create files and tree dirs
Update
- 6625fc9 up: update realpath method logic, add new help method
- 5a53dbb up: update some fs util methods
- bef1316 up: update the gh release action script
v2.0.3
Change Log
Update
- up: update some logic for finder 5d534e2
Fixed
- fix: fix file finder error on iter sub-dir 73b2877
v2.0.2
Change Log
Fixed
- fix: fix logic error for file finder 9b95ed0
Other
- chore(deps): bump actions/checkout from 2 to 3 96f433e
v2.0.1
Change Log
Update
- update some for file finder bea2984
- up: update some dir itertor methods 86fa1b1
- up: add some Path help methods, add some tests 245a58c
Feature
v2.0.0
Change Log
- breaking: migrate to php 8.0+ for all codes c3b2420
v1.1.2
Change Log
Update
- up: add auto gen changelog on release new tag 02c683d
Other