Skip to content

Releases: muellerbbm-vas/grivet

v0.0.9

08 Mar 11:08
Compare
Choose a tag to compare

Fixed

  • Removed dependency on tslib

v0.0.8

12 Aug 11:02
Compare
Choose a tag to compare

Changed

  • Marked the ClientDocument class as "experimental" and added some basic documentation

v0.0.7

27 Jan 12:28
Compare
Choose a tag to compare

Fixed

  • Unknown members in documents are no longer considered errors and are now ignored as per the standard

v0.0.6

23 Oct 12:43
Compare
Choose a tag to compare

Fixed

  • Correct return type of related* accessors

v0.0.5

27 Aug 11:30
ce68bed
Compare
Choose a tag to compare

Fixed

  • "data":null is a valid relationship object

v0.0.4

15 Apr 07:56
Compare
Choose a tag to compare

Added

  • New methods to prefer fetching of related resources via related links instead of resource linkage when both a data and links member are present in a relationship. See documentation for resourceFromRelatedLink and resourcesFromRelatedLink.

v0.0.3

12 Feb 12:01
Compare
Choose a tag to compare

Fixed

  • Handle "data":null in relationships correctly. Fixes #24

v0.0.2

12 Feb 10:28
6920ed3
Compare
Choose a tag to compare

Fixed

  • Add correct prototype for custom Error classes
  • Links consisting only of a path name were not prefixed with the base URL when they appeared in the links or meta.links member of resources
  • SchemaChecker did not complain when it encountered non-objects