- Make proper CommonJS module. (Sander Smeman)
Mark package as stable. No functional changes.
- Fix bug updating resource without embedded resources.
- Make prototype properties writable to aid testing using mocks.
- Add URI aliases.
- Add
Resource.$refresh
andResource.$refreshPaths
. - Remove
Context.refresh
.
- Fix gulp build.
- Add
ts
argument toResource.$load
andResource.$loadPaths
.
- Use
Resource.$merge
inContext.httpPatch
. (Sergiy Pereverziev)
- Fix tests.
- Fix
package.json
for use as an npm module.
- Annotate vnd.error module dependency injection. (Nikolay Gerzhan)
- Fix bug in
Resource.$update
when using another resource object.
- Build distribution. (Last release had old files in dist.)
- Add extra properties in vnd.error objects.
- Add Context.refresh.
- Add
Resource.$isSynced
.
- Do not remove properties starting with '$$' in $update.
- Fix
BlobResource
.
- Fix vnd.error media type.
- Add support for error handlers.
- Add self link to
Resource
. - Log non-existent paths in
Resource.$loadPaths
. - Fix
Resource.$patch
.
- Fix bug with
HalResource
subclasses in embedded resources.
- Add support for the PATCH method using JSON Merge Patch.
- Add jshint.
- Add jscs.
- Build distribution. (Last release had old files in dist.)
- Fix bug in profile setter.
- Add tests.
Initial release.