-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcbae88
commit b9d2c0b
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# 1.0.0 (2015-12-24) | ||
|
||
This is the first Release Candidate for AngularJS 1.5.0. Please try upgrading your applications and | ||
report any regressions or other issues you find as soon as possible. | ||
This is the first release of **await-mutex**, ENJOY! | ||
|
||
## Features | ||
|
||
- Use **ES2015** standard promises allowing the use of [async/await](http://tc39.github.io/ecmascript-asyncawait/) | ||
- Minimal and highly cohesive API | ||
+ isLocked: Boolean | ||
+ lock: Promise | ||
|
||
## Bug Fixes | ||
|
||
## Breaking Changes | ||
**None** (Let's wait some more versions to fill this) | ||
|
||
## Breaking Changes | ||
|
||
**None** (We can't break any, since there is no other version older than this one) |