Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

83 lines (44 loc) · 2.15 KB

Changelog

All notable changes to fork will be documented in this file.

1.2.2 - 2023-12-07

What's Changed

  • Switch from kill-all-exit to a normal exit when a child is done by @puggan in #51

New Contributors

  • @puggan made their first contribution in #51

Full Changelog: https://github.com/spatie/fork/compare/1.2.1...1.2.2

1.2.1 - 2023-11-23

What's Changed

  • Kill any forked tasks when force closed in terminal by @stevebauman in #48

New Contributors

  • @stevebauman made their first contribution in #48

Full Changelog: https://github.com/spatie/fork/compare/1.2.0...1.2.1

1.2.0 - 2023-05-29

What's Changed

  • Listen signals for terminating process by @zKoz210 in #42

Full Changelog: https://github.com/spatie/fork/compare/1.1.3...1.2.0

1.1.3 - 2023-05-16

What's Changed

  • Refactor tests to Pest by @alexmanase in #33
  • Fixed php-cs-fixer by @zKoz210 in #40
  • Fixed tests for PHP 8.2 by @zKoz210 in #38
  • Fixed #36 by @zKoz210 in #39

New Contributors

  • @alexmanase made their first contribution in #33
  • @zKoz210 made their first contribution in #40

Full Changelog: https://github.com/spatie/fork/compare/1.1.2...1.1.3

1.1.2 - 2022-10-03

What's Changed

  • fixes socket_select interrupted exception by @henzeb in #32

New Contributors

  • @henzeb made their first contribution in #32

Full Changelog: https://github.com/spatie/fork/compare/1.1.1...1.1.2

1.1.1 - 2021-12-09

  • Proper handling of timeout microseconds

1.1.1 - 2021-12-09

  • Proper handling of timeout microseconds

1.1.0 - 2021-05-04

  • Add Fork::concurrent(int $concurrent)

1.0.1 - 2021-05-03

  • Add check for pcntl support

1.0.0 - 2021-04-30

  • Initial release