Skip to content

Releases: petejohanson/angular-hy-res

v0.0.32

13 Sep 17:26

Choose a tag to compare

Bug fix release:

  • Bump to petejohanson/hy-res@0.0.26.
  • Pulls in fix for letting extensions process responses even when they are HTTP 'errors'.

v0.0.31

10 Jun 17:15

Choose a tag to compare

Additions:

  • Bump to hy-res@v0.0.25.
  • Add new hrText module for leveraging the new hy-res TextExtension.
  • Pulls in additional Resource APIs for interacting with CURIEs.

v0.0.30

25 Apr 18:31

Choose a tag to compare

Update to hy-res@0.0.23 for the following changes:

  • Add new Form#getRequestData() function.
  • Merge PR #11 to implement Resource#$expandCurie.
  • Add Resource#$parent property for sub/embedded resources.

v0.0.29

15 Apr 15:25

Choose a tag to compare

Update to hy-res@0.0.22.

v0.0.27

23 Jul 14:28

Choose a tag to compare

v0.0.26

09 Jul 19:31

Choose a tag to compare

  • Bump to hy-res@0.0.18.
    • Accept header for requests now sets the qvalue to favor the Content-Type of the "context" for subsequent requests.
  • Disable Babel compacting for full concatenated JS file in Bower package to preserve new lines and other whitespace Should allow for easier debugging.

v0.0.25

06 Jul 22:08

Choose a tag to compare

v0.0.24

03 Jul 03:06

Choose a tag to compare

  • Initial support for Collection+JSON media format.
  • Support for following 201 Created responses when submitting Forms.