Skip to content

Releases: jolicode/castor

v0.5

16 Jun 09:00
4874523
Compare
Choose a tag to compare

What's Changed

  • Add support for signals handling
  • Add a way to type Context::$data

Full Changelog: v0.4.1...v0.5

v0.4.1

13 Jun 09:45
bbedc69
Compare
Choose a tag to compare

What's Changed

  • Allow to use the cache in the context creator
  • Add onFailure argument to the capture() function
  • Add ExecutableFinder in stubs

Full Changelog: v0.4...v0.4.1

v0.4

12 Jun 16:23
8b91470
Compare
Choose a tag to compare

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() and get_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 when import() is not possible
  • Fix stubs generation

New Contributors

Full Changelog: v0.3...v0.4

v0.3

07 Jun 09:49
Compare
Choose a tag to compare

What's Changed

  • Enhance the documentation
  • Enhance the first run experience

New Contributors

Full Changelog: v0.2...v0.3

v0.2

02 Jun 09:00
c041ab4
Compare
Choose a tag to compare

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

31 May 14:17
22e280a
Compare
Choose a tag to compare

What's Changed

  • Added initial set of files

New Contributors

Full Changelog: https://github.com/jolicode/castor/commits/v0.1