COMMITS
/ test/ng/qSpec.js March 30, 2017
T
fix(*): correctly detect Error instances from different contexts
Thomas Grainger committed
December 19, 2016
T
fix($q): Add traceback to unhandled promise rejections
Thomas Grainger committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 5, 2016
G
test(*): introduce the `toEqualMinErr()` custom Jasmine matcher
Georgios Kalpakas committed
September 30, 2016
G
fix($q): treat thrown errors as regular rejections
Georgios Kalpakas committed
September 8, 2016
M
docs($q): fix typo in `race()` test description (array --> object)
Mohsen Azimi committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
June 16, 2016
Y
feat($q): implement $q.race
Yihang Ho committed
January 1, 2016
L
feat($q): report promises with non rejection callback
Lucas Mirelmann committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
December 17, 2015
T
fix($q): make instanceof work for $q promises
thorn0 committed
September 12, 2015
L
refactor(*): use `isDefined` and `isUndefined` consistently
lucastetreault committed
May 30, 2015
R
feat($q): $q.resolve as an alias for $q.when
Ryan Dale committed
October 22, 2014
October 20, 2014
H
style(*): add disallowSpacesInsideParentheses rule to jscs
Henry Zhu committed
October 17, 2014
H
style(*): enforce spaces after keywords, add spaces
Henry Zhu committed
September 4, 2014
R
perf(map): use Array.prototype.map
Rouven Weßling committed
August 21, 2014
J
chore($q): replace plain TypeError with minErr+TypeError in cyclical resolve check
Jeff Cross committed
August 2, 2014
L
refactor($q): make $q Promises A+ v1.1 compilant
Lucas Galfaso committed
July 3, 2014
C
feat($q): add streamlined ES6-style interface for using $q
Caitlin Potter committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
February 27, 2014
L
chore(qSpec): fix typos
Lajos Veres committed
January 31, 2014
L
fix($q): make $q.reject support `finally` and `catch`
Lucas Galfasó committed
October 2, 2013
P
style($qSpec): add semi-colons
Pete Bacon Darwin committed
August 22, 2013
I
fix($q): reject should catch & forward exceptions thrown in errback
Igor Minar committed
August 20, 2013
V
test: rename / remove duplicate unit tests
Vojta Jina committed
August 21, 2013
B
fix($q): fix forwarding resolution when callbacks aren't functions
Brian Ford committed
August 9, 2013
B
chore($q): rename `promise.always` to `promise.finally`
Brian Ford committed
August 6, 2013
B
feat($q): add shorthand for defining promise error handlers
bolasblack committed
July 31, 2013
P
fix($q): call `reject()` even if `$exceptionHandler` rethrows
Pete Bacon Darwin committed
March 25, 2013
C
feat($q): added support to promise notification
Caio Cunha committed
July 14, 2013
C
test($q): improve logging of callback invocations
Chirayu Krishnappa committed
April 17, 2013
L
feat($q): add $q.always() method
Laurent Cozic committed
February 23, 2013
A
feat($q): $q.all() now accepts hash
Alexander Shtuchkin committed
April 2, 2012
I
fix($q): $q.reject should forward callbacks if missing
Igor Minar committed
March 23, 2012
M
chore(module): move files around in preparation for more modules
Misko Hevery committed