Skip to content

Releases: LuvDaSun/angular-hal

Simplified http calls for self link

08 Jul 13:30
Compare
Choose a tag to compare

New Methods:

$putSelf(payload, options)
$postSelf(payload, options)
$patchSelf(payload, options)
$linkSelf(links, options)
$unlinkSelf(links, options)
$deleteSelf(options)
$delSelf(options)

simplified get self & collection calls

06 Jul 11:04
Compare
Choose a tag to compare

This release adds support for the methods $getSelf & $getCollection methods. (#62)

Show Homepage on npm

24 May 13:05
Compare
Choose a tag to compare

Link new Documentation in package.json.

RFC Deprecation Compatibility

28 Apr 16:51
Compare
Choose a tag to compare

jspm compatibility

27 Apr 14:10
Compare
Choose a tag to compare
v2.1.4

jspm compatibility

Make Resources Read-Only

27 Apr 14:10
Compare
Choose a tag to compare

Fix Bower.json

15 Apr 12:03
Compare
Choose a tag to compare
v2.1.2

2.1.2

Fix Angular DI

12 Apr 07:41
Compare
Choose a tag to compare

Add $inject for all services.

ES6

11 Apr 16:29
Compare
Choose a tag to compare
ES6

All the things are now written in ES6 and bundled by the application.

Stable Release 2.0

23 Mar 09:46
Compare
Choose a tag to compare

Complete refactoring of the library using HTTP Interceptors.