Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rsvp.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
rsvp.js
Commits
885fe7ab
Commit
885fe7ab
authored
Aug 25, 2013
by
Stefan Penner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump
parent
59a869e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
1 deletion
+31
-1
CHANGELOG.md
CHANGELOG.md
+30
-0
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
885fe7ab
# master
# 2.0.2
*
Adding RSVP#rethrow
*
add pre-built AMD link to README
*
adding promise#fail
# 2.0.1
*
misc IE fixes, including IE array detection
*
upload passing builds to s3
*
async: use three args for addEventListener
*
satisfy both 1.0 and 1.1 specs
*
Run reduce tests only in node
*
RSVP.resolve now simply uses the internal resolution procedure
*
prevent multiple promise resolutions
*
simplify thenable handling
*
pre-allocate the deferred's shape
*
Moved from Rake-based builds to Grunt
*
Fix Promise subclassing bug
*
Add RSVP.configure('onerror')
*
Throw exception when RSVP.all is called without an array
*
refactor RSVP.all to just use a promise directly
*
Make
`RSVP.denodeify`
pass along
`thisArg`
*
add RSVP.reject
*
Reject promise if resolver function throws an exception
*
add travis build-status
*
correctly test and fix self fulfillment
*
remove promise coercion.
*
Fix infinite recursion with deep self fulfilling promises
*
doc fixes
# 2.0.0
*
No changelog beyond this point. Here be dragons.
package.json
View file @
885fe7ab
{
"name"
:
"rsvp"
,
"version"
:
"2.0.
1
"
,
"version"
:
"2.0.
2
"
,
"description"
:
"A lightweight library that provides tools for organizing asynchronous code"
,
"main"
:
"dist/commonjs/main.js"
,
"directories"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment