Releases: jolicode/castor
Releases · jolicode/castor
v0.4
What's Changed
- [BC Break] replace specials helpers arguments by dedicated functions
- Add
capture()
function to easily run a process and returns the output - Add
cache()
andget_cache()
function to easily cache something - Add
ssh()
function to run commands on remote server via SSH - Display warning and update instructions when a new version is available
- Better error reporting when a call to
run()
fails or whenimport()
is not possible - Fix stubs generation
New Contributors
Full Changelog: v0.3...v0.4
v0.3
What's Changed
- Enhance the documentation
- Enhance the first run experience
New Contributors
- @damienalexandre made their first contribution in #93
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- Fixed the stubs generation when castor is installed via composer by @lyrixx in #82
- Fix castor file init by @pyrech in #84
- Better handling of option without value by @lyrixx in #85
- Add a way to get the command instance in a task by @lyrixx in #86
- Fix watch() function by @lyrixx in #87
Full Changelog: v0.1...v0.2
v0.1
What's Changed
- Added initial set of files
New Contributors
- @lyrixx made their first contribution in #1
- @pyrech made their first contribution in #7
- @ternel made their first contribution in #27
- @alexislefebvre made their first contribution in #69
- @welcoMattic made their first contribution in #80
Full Changelog: https://github.com/jolicode/castor/commits/v0.1