Skip to content

Commit cd78932

Browse files
authored
Merge pull request #6 from recoilphp/empty-composite-ops
Clarify behaviour of composite "wait" operations when no coroutines are provided.
2 parents a91601c + fcc9783 commit cd78932

5 files changed

Lines changed: 81 additions & 64 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Next Release
4+
5+
- **[IMPROVED]** Clarified behaviour of `all()`, `any()`, `some()` and `first()`
6+
when no coroutines are provided
7+
38
## 1.0.0 (2017-10-18)
49

510
This is the first stable release of `recoil/api`. There have been no changes to
@@ -11,11 +16,11 @@ the API since the `1.0.0-alpha.2` release.
1116

1217
## 1.0.0-alpha.1 (2016-12-14)
1318

14-
- Minor documentation edits
19+
- Minor documentation improvements
1520

1621
## 0.1.1 (2016-12-13)
1722

18-
- Document behaviour of callables when yielded from a coroutine
23+
- **[IMPROVED]** Document behaviour of callables when yielded from a coroutine
1924

2025
## 0.1.0 (2016-08-22)
2126

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License
22

3-
**© 2013-2016, [James Harris](https://github.com/jmalloc)**
3+
**© 2013-2017, [James Harris](https://github.com/jmalloc)**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
}
3838
],
3939
"config": {
40-
"sort-packages": true
40+
"sort-packages": true,
41+
"platform": {
42+
"php": "7.0"
43+
}
4144
}
4245
}

composer.lock

Lines changed: 58 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)