File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog  
22
3+ ## 1.6.0 (2023-07-07)  
4+ 
5+ *    Feature: Update unwrapped stream to avoid unhandled promise rejections.
6+     (#37   by @clue  )
7+ 
8+ *    Feature: Improve ` first() `  promise resolution to clean up any garbage references.
9+     (#36   by @lucasnetau  )
10+ 
11+ *    Improve test suite and project setup and report failed assertions.
12+     (#34   by @clue   and #35   by @WyriHaximus  )
13+ 
314## 1.5.0 (2022-09-09)  
415
516*    Feature: Full support for PHP 8.2 release.
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/).
263263This will install the latest supported version:
264264
265265``` bash 
266- composer require react/promise-stream:^1.5 
266+ composer require react/promise-stream:^1.6 
267267``` 
268268
269269See also the [ CHANGELOG] ( CHANGELOG.md )  for details about version upgrades.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments