Skip to content

Releases: jolicode/castor

Release v0.22.0

30 Dec 16:03
ac7fa92
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for some crypto functions by @lyrixx in #583
  • Add AsPathArgument and AsPathOption attributes for paths autocompletion by @pyrech in #589
  • Tweak path directory suggestions to include a leading dir separator by @pyrech in #597

Fixes

  • Add more missing vendor classes to stubs by @pyrech in #580
  • Add a way to disable stubs generation by @lyrixx in #581

Documentation

  • Document all the environment variables supported by Castor by @pyrech in #584
  • Fix documentation for wait_for_docker_container() by @pyrech in #577
  • update twitter x link by @lyrixx in #578
  • Fix typo in dot-env.md by @sfavot in #585
  • Fix depraction in in doc about run() by @lyrixx in #586
  • Clarify usage of load_dot_env() function by @lyrixx in #587
  • Clarification about desktop notification by @pyrech in #591

Internal

New Contributors

Full Changelog: v0.21.0...v0.22.0

Release v0.21.0

19 Nov 10:40
0a57251
Compare
Choose a tag to compare

What's Changed

Features

  • Better search for exception origin by @lyrixx in #570
  • Better rendering of run errors by @lyrixx in #571
  • Add check() function to ensure requirements are met by @lyrixx in #573
  • Add official support strings and var-dumper functions by @pyrech in #575

Internal

Full Changelog: v0.20.0...v0.21.0

Release v0.20.0

13 Nov 14:24
002d395
Compare
Choose a tag to compare

What's Changed

Features

  • When guard min is used force fetching the last version to display more information for user by @joelwurtz in #558
  • Add support for PHP 8.4 by @lyrixx in #560
  • Allow to define a default task by @joelwurtz in #559

Fixes

  • Revert "Do not boot the kernel when using composer command" by @lyrixx in #564

Documentation

  • Add some documentation about stubs and phpstan by @pyrech in #557

Internal

Full Changelog: v0.19.1...v0.20.0

Release v0.19.1

04 Nov 10:05
158b785
Compare
Choose a tag to compare

What's Changed

  • Fix broken stubs because of the missing GetRawTokenTrait definition by @iNem0o in #551
  • Fix stubs to better support templates phpdoc and clean stubs file by @pyrech in #552
  • Fix deprecated run() usage in SshRunner by @iNem0o in #554

New Contributors

Full Changelog: v0.19.0...v0.19.1

Release v0.19.0

29 Oct 14:04
18e6ba0
Compare
Choose a tag to compare

What's Changed

Features

  • Add Context::withVerboseArguments() method to pass verbose arguments to the underlying process when needed by @joelwurtz in #507
  • Add support for custom php.ini in compile command by @lyrixx in #526
  • Do not validate commande options/args as soon as `#[AsRawTokens] is used by @lyrixx in #528
  • Update all PHP vendor by @pyrech in #529
  • Add partial support for PHP 8.4 (ssh_() functions are not supported yet) by @lyrixx in #542

Fixes

  • Re-active static-darwin-arm64 binary build by @ptondereau in #531
  • Fix stubs generation to use fully qualified class names even in phpdoc by @pyrech in #536

Vendor

  • Update SPC version to v2.3.5

New Contributors

Full Changelog: v0.18.2...v0.19.0

Release v0.18.2

03 Sep 12:27
Compare
Choose a tag to compare

What's Changed

  • Do not build static-darwin-arm64 binary anymore (may be temporary) by @lyrixx in #515
  • Fix buildchain by @lyrixx in #516

Full Changelog: v0.18.1...v0.18.2

Release v0.18.1

03 Sep 08:57
2fd7484
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix BC layer for fingerprint() function by @lyrixx in #514
  • Fix repack command work without .castor folder by @arnolem in #513

Full Changelog: v0.18.0...v0.18.1

Release v0.18.0

27 Aug 09:30
8dc9ad1
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Fix completion when update is available (issues/475) by @arnolem in #476
  • Force including .castor directory in repack by @joelwurtz in #485

Deprecations

  • Deprecate parameters in run function that are in context by @joelwurtz in #483
  • Deprecate suggestedValues property in favor of autocomplete by @pyrech in #508

Internal

Documentation

New Contributors

Full Changelog: v0.17.1...v0.18.0

Release v0.17.1

31 May 08:42
feb5423
Compare
Choose a tag to compare

What's Changed

  • Better 404 in the documentation website by @pyrech in #469
  • Display more info about failed process with -v flag by @lyrixx in #462
  • Fix update instruction by @lyrixx in #471

Full Changelog: v0.17.0...v0.17.1

Release v0.17.0

27 May 15:34
21e83f6
Compare
Choose a tag to compare

What's Changed

Features

  • Add SplFileInfo to the stubs by @lyrixx in #466
  • Add Castor\Event\AfterBootEvent to perform action when the application is ready by @lyrixx in #468

Fixes

  • Map console verbosity level to default context, even when no context is defined by @lyrixx in #465

Full Changelog: v0.16.0...v0.17.0