COMMITS
/ test/ngResource/resourceSpec.js October 15, 2018
M
test(modules): properly isolate module tests
Martin Staffa committed
February 10, 2018
G
fix($resource): fix interceptors and success/error callbacks
George Kalpakas committed
December 18, 2017
G
feat($resource): add support for `request` and `requestError` interceptors (#15674)
George Kalpakas committed
October 13, 2017
M
chore($resource): remove undocumented API
Martin Staffa committed
July 15, 2017
C
fix($resource): do not throw when calling old `$cancelRequest()`
Chirag Bhatia committed
July 13, 2017
K
feat($resource): add resource to response for error interceptors
Kerry McCullough committed
June 21, 2015
R
feat($resource): add `hasBody` action configuration option
Richard Kaufhold committed
February 5, 2017
G
test($resource): fix broken test
Georgios Kalpakas committed
January 19, 2017
K
fix($resource): do not swallow errors in `success` callback
Kyle Wuolle committed
V
fix($resource): correctly unescape `/\.` even if `\.` comes from a param value
vteremasov committed
October 11, 2016
S
fix($resource): delete `$cancelRequest()` in `toJSON()`
supasak committed
July 13, 2016
G
fix($resource): allow params in `hostname` (except for IPv6 addresses)
Georgios Kalpakas 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 19, 2016
G
fix($resource): pass `options` when binding default params
Georgios Kalpakas committed
August 26, 2016
G
feat($resource): pass `status`/`statusText` to success callbacks
Georgios Kalpakas 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 28, 2016
G
fix($resource): fulfill promise with the correct value on error
Georgios Kalpakas committed
G
test($resource): add some tests wrt handling response errors
Georgios Kalpakas committed
July 4, 2016
G
fix($resource): pass all extra, owned properties as params
Georgios Kalpakas committed
March 23, 2016
N
fix($resource): add semicolon to whitelist of delimiters to unencode in URL params
Nicholas Serra committed
June 23, 2016
G
test($resource): make test for function as param more explicit
Georgios Kalpakas committed
November 12, 2013
C
feat($resource): pass the resource to a dynamic param functions
Chirayu Krishnappa committed
June 6, 2016
P
test($resource): check we do not throw if response.data is the resource object
Peter Bacon Darwin committed
January 8, 2016
L
refactor(ngResource): handle success and error callbacks using the same promise
Lucas Mirelmann 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
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
January 30, 2016
G
test($resource): clean up commented out code
Georgios Kalpakas committed
January 22, 2016
M
feat($resource): add support for timeout in cancellable actions
Michal Raczkowski committed
December 8, 2015
G
docs($resource): re-phrase warning message (`has to` --> `would`)
Georgios Kalpakas committed
November 25, 2015
P
fix($resource): still use the `cancellable` value if invalid `timeout` value
Peter Bacon Darwin committed
P
fix($resource): don't add noop $cancelRequest after request has resolved
Peter Bacon Darwin committed
November 24, 2015
G
feat($resource): add proper support for cancelling requests
Georgios Kalpakas committed
August 23, 2015
S
fix($resource): allow XHR request to be cancelled via timeout promise
Stanislav Komanec committed
October 8, 2015
C
test(ngResource): fix typos in tests
Chris J. Lee committed
June 29, 2015
A
fix(ngResource): encode `&` in URL query param values
Alessandro Diaferia committed
August 9, 2015
L
fix(ngResources): support IPv6 URLs
Lucas Galfaso committed
March 18, 2015
J
feat($resource): include request context in error message
Jaco Pretorius committed
March 31, 2015
M
fix($resource) add @ support for properties names
mustela committed
October 24, 2014
H
style(*): add numerous JSCS rules to unify code-styles in the tree
Henry Zhu committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 18, 2014
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
October 15, 2014
G
test($resource): enhance test-case to verify correct behaviour
Georgios Kalpakas committed
September 10, 2014
C
fix(ngResource): make badcfg error message more helpful
Caitlin Potter committed
June 7, 2014
C
fix(ngResource): don't convert literal values into Resource objects when isArray is true
Caitlin Potter committed
February 15, 2014
R
feat($resource): allow props beginning with $ to be used on resources
rodyhaddad committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed