Skip to content

Releases: jolicode/castor

v0.10.0

14 Nov 10:09
02bc880
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

09 Oct 20:55
2a0bb31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Oct 13:30
c9f7d37
Compare
Choose a tag to compare

What's Changed

Features

  • Add files fingerprint for tasks execution flow by @TheoD02 in #162
  • Add -c option to castor command to specify a context by @lyrixx in #187
  • Better handle default Symfony commands when no castor file by @pyrech in #175

Minor

Documentation

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Aug 12:52
0d3f005
Compare
Choose a tag to compare

What's Changed

  • Add request() and http_client() functions to make HTTP requests
  • Add support for disabling task dynamically
  • Add a with function to run logic with a specific context or parameters
    without passing them to each run or other functions
  • Allow to get a context by its name using $fooContext = context('foo')
  • Experimental display with sections, allow better output when using parallel
    function, enable it by by using CASTOR_USE_SECTION=true castor [task]
  • Display more information when running a process
  • Rename get_exit_code() to exit_code()
  • Rename get_context() to context()
  • Rename get_input() to input()
  • Rename get_output() to output()
  • Rename get_application() to app()
  • Rename get_command() to task()
  • Fix parallel when one of the callback fails, wait for the others to finish to
    throw exception

Full Changelog: v0.7.1...v0.8.0

v0.7.1

11 Jul 10:47
2568c29
Compare
Choose a tag to compare

What's Changed

  • Fix the castor --version command when there is no .castor.php file by @lyrixx in #152

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Jul 10:21
bd6d6d4
Compare
Choose a tag to compare

What's Changed

  • Add support for re-packing a castor application into a new phar file by @lyrixx in #147
  • fix(update-command-message): follow redirects with curl by @qboot in #150

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

30 Jun 13:10
68303c7
Compare
Choose a tag to compare

What's Changed

  • Add support for registering Context programmatically
  • Add load_dot_env() function for loading the context's environment from a dotenv file
  • Add support for multiple paths in watch() function
  • Add get_exit_code() function to get a process exit code, even if it failed
  • Add some tools to improve DX when working on castor
  • Updated vendors

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

24 Jun 19:13
fd6a45e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Jun 21:58
Compare
Choose a tag to compare

What's Changed

  • Fix curl download in installation instructions
  • Fix CS on initial castor.php creation
  • Do not remove annotation from phar

Full Changelog: v0.5...v0.5.1

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