Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 1.27 KB

Changelog

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

1.1.3 - 2023-05-16

What's Changed

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

New Contributors

  • @alexmanase made their first contribution in spatie#33
  • @zKoz210 made their first contribution in spatie#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 spatie#32

New Contributors

  • @henzeb made their first contribution in spatie#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