COMMITS
/ test/ngResource/resourceSpec.js 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
December 29, 2013
V
feat($resource): Make stripping of trailing slashes configurable.
Vincent Driessen committed
February 19, 2014
B
fix($http): do not add trailing question
Boris Serdyuk committed
January 7, 2014
T
fix(ngResource): don't filter "$"-prefixed properties from ngResource requests/responses
Thomas Belin committed
January 27, 2014
C
fix(ngResource): don't append number to '$' in url param value when encoding URI
Caitlin Potter committed
December 20, 2013
G
fix($resource): prevent URL template from collapsing into an empty string
Gias Kay Lee committed
November 21, 2013
T
fix($resource): Always return a resource instance when calling class methods on resources.
Tobias Bosch committed
November 9, 2013
C
fix($resource): don't use $parse for @dotted.member
Chirayu Krishnappa committed
October 5, 2013
P
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin committed
October 4, 2013
J
fix(ngResource): Remove request body from $delete
Jen Bourey committed
August 30, 2013
J
fix($resource): pass transformed value to both callbacks and promises
jankuca committed
August 20, 2013
V
test: rename / remove duplicate unit tests
Vojta Jina committed