Skip to content

Commit 72393b2

Browse files
committed
Update dependencies, changelog and license.
1 parent c19ff38 commit 72393b2

3 files changed

Lines changed: 76 additions & 70 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

0 commit comments

Comments
 (0)