- 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.$refreshandResource.$refreshPaths. - Remove
Context.refresh.
- Fix gulp build.
- Add
tsargument toResource.$loadandResource.$loadPaths.
- Use
Resource.$mergeinContext.httpPatch. (Sergiy Pereverziev)
- Fix tests.
- Fix
package.jsonfor use as an npm module.
- Annotate vnd.error module dependency injection. (Nikolay Gerzhan)
- Fix bug in
Resource.$updatewhen 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
HalResourcesubclasses 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.