Skip to content

Releases: hypermedia-app/Alcaeus

v2.1.0

17 Nov 14:26
Compare
Choose a tag to compare

Minor Changes

  • f6cf34c: Make it possible to override request headers from Resource#load method

v2.0.3

02 Nov 20:30
Compare
Choose a tag to compare

Patch Changes

  • be5b886: Error response root node would not have been selected

v2.0.2

02 Nov 19:28
Compare
Choose a tag to compare

Patch Changes

  • e4da204: Add root selector for application/problem+json bodies

v2.0.1

01 Nov 20:52
Compare
Choose a tag to compare

Patch Changes

  • e46dffa: Parse JSON responses as JSON-LD when there is a context Link header

v2.0.0

19 Oct 19:59
Compare
Choose a tag to compare

Major Changes

v1.4.0

19 Oct 08:06
Compare
Choose a tag to compare

Minor Changes

  • ad302ea: apiDocumentation property should return actual dereferenced representations (fixes #259)

v1.3.1

15 Sep 11:34
Compare
Choose a tag to compare

Patch Changes

  • 04b4959: rdf-literal must be default-imported, otherwise webpack fails to bundle alcaeus

v1.3.0

15 Sep 08:20
Compare
Choose a tag to compare

Minor Changes

  • b2fd347: getProperties returned only resources (fixes #248)

    WARNING: this may be a BREAKING CHANGE for clients relying on the current, broken behaviour. To keep the current return value call .getProperties({ termTypes: ['NamedNode', 'BlankNode'] }). See the docs for details

  • 0537be7: Added generic type argument to operation invoke methods

Patch Changes

  • 5536a73: Unwanted any type when implementing ResourceCacheStrategy

v1.2.1

05 Aug 10:11
Compare
Choose a tag to compare

Patch Changes

  • 91808a5: Typo in ApiDocumentation#loadEntrypoint method

v1.2.0

08 Jul 18:33
Compare
Choose a tag to compare

Minor Changes

  • 9894812: Added support for hydra:memberAssertion

Patch Changes

  • a15434d: Iterating response and resource count would return same resource multiple times
  • 52beb52: Update isomorphic-fetch