Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Tags: getify/native-promise-only

Tags

0.8.0-a

Toggle 0.8.0-a's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing bug in 'resolve(..)' where 'then(..)' should have been called …

…async instead of sync, closes #45 closes #46

0.7.6-a

Toggle 0.7.6-a's commit message
add support for IE8

0.7.5-e

Toggle 0.7.5-e's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing bug where Promise.resolve(null) throws

0.7.1-a

Toggle 0.7.1-a's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
tweaking some internal logic that was unnecessary, closes #17

0.7.0-a

Toggle 0.7.0-a's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing more incorrect scheduling sequencing, RE: #25

0.6.0-a

Toggle 0.6.0-a's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing scheduling bug, per #25 closes #26

0.4.1-g

Toggle 0.4.1-g's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
super minor tweak removing unnecessary param

0.4.1-f

Toggle 0.4.1-f's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
tweaking scheduling queue to not have starvation and for perf

0.4.1-e

Toggle 0.4.1-e's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
more file-size/perf tweaks

0.4.1-b

Toggle 0.4.1-b's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixed bug where 'Promise.prototype' was never being set correctly, fi…

…xed inconsistency per #18 where 'then(..)' can now be this-borrowed