Skip to content

Releases: WyriHaximus/reactphp-child-process-messenger

4.0.4

01 Dec 16:10
4.0.4
03e8cd7
Compare
Choose a tag to compare

4.0.3

12 Mar 20:35
4.0.3
4d1bab0
Compare
Choose a tag to compare

4.0.3

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 2

Dependencies ๐Ÿ“ฆ,JSON ๐Ÿ‘จโ€๐Ÿ’ผ,PHP ๐Ÿ˜

Dependencies ๐Ÿ“ฆ,PHP ๐Ÿ˜

4.0.2

08 Feb 16:47
4.0.2
a484664
Compare
Choose a tag to compare

4.0.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

PHP ๐Ÿ˜,Source ๐Ÿ”ฎ

4.0.1

06 Sep 06:27
4.0.1
7aebab1
Compare
Choose a tag to compare

4.0.1

4.0.0

04 Jul 21:08
c8af6e6
Compare
Choose a tag to compare

This release is aimed for compatibility with react/filesystem, and the changes in this release will be reverted in 5.0.0 with bigger changes I have in mind for this package but couldn't do due to BC reasons.

4.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

PHP ๐Ÿ˜,Source ๐Ÿ”ฎ

Dependencies ๐Ÿ“ฆ,PHP ๐Ÿ˜

PHP ๐Ÿ˜,bug

3.1.0

17 Apr 22:54
b3ed64f
Compare
Choose a tag to compare

The release adds PHP 8 support!

PHP 8 Logo

3.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 2

CI ๐Ÿšง,Configuration โš™,YAML ๐Ÿ„

Dependencies ๐Ÿ“ฆ,JSON ๐Ÿ‘จโ€๐Ÿ’ผ,PHP ๐Ÿ˜

Dependencies ๐Ÿ“ฆ,PHP ๐Ÿ˜

2.10.1

17 Apr 20:11
2.10.1
aca3f54
Compare
Choose a tag to compare

Introduce messenger interface to v2.x.x #58

3.0.0

15 Mar 22:55
df1bfe7
Compare
Choose a tag to compare

Major new release ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ !!!

The release mainly drops PHP 5 support and raises the minimum support PHP version to 7.4. And while it does prepare for PHP 8 support, it isn't included, that will come shortly after in 3.1. It's important to note that this package still works the same, nothing major in how it works and how you use it has been changed. When it makes sense that will happen in v4.

BC breaks

  • Dropped support for notify method on promises, while support was already dropped in react/promise v2, this package still supported v1
  • Dropped support for evenement v2 and v1

Major changes

  • Support PHP 7.4+
  • PHP 8 ready, but no official support
  • Return type hints, type hints etc etc all over the code base and interfaces

3.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 12
  • Total contributors: 3

CI ๐Ÿšง,Configuration โš™,PHP ๐Ÿ˜,YAML ๐Ÿ„

CI ๐Ÿšง,Configuration โš™,YAML ๐Ÿ„

Documentation ๐Ÿ“š,MarkDown ๐Ÿ“

Dependencies ๐Ÿ“ฆ,JSON ๐Ÿ‘จโ€๐Ÿ’ผ,PHP ๐Ÿ˜

PHP ๐Ÿ˜,Source ๐Ÿ”ฎ

Dependencies ๐Ÿ“ฆ,PHP ๐Ÿ˜

CI ๐Ÿšง,Configuration โš™,Dependencies ๐Ÿ“ฆ,JSON ๐Ÿ‘จโ€๐Ÿ’ผ,NEON ๐Ÿฆนโ€โ™‚๏ธ,PHP ๐Ÿ˜,Source ๐Ÿ”ฎ,Tests ๐Ÿงช,YAML ๐Ÿ„

CI ๐Ÿšง,Configuration โš™,Dependencies ๐Ÿ“ฆ,JSON ๐Ÿ‘จโ€๐Ÿ’ผ,NEON ๐Ÿฆนโ€โ™‚๏ธ,PHP ๐Ÿ˜,Source ๐Ÿ”ฎ,YAML ๐Ÿ„

2.10.0

28 Aug 15:13
2.10.0
813bd47
Compare
Choose a tag to compare
  • Suppose messages on ReturnChild class #35

2.9.3

26 Mar 21:42
2.9.3
960fcaa
Compare
Choose a tag to compare
  • Support for advanced own child from examples (#30 by @woytam)