Releases: hypermedia-app/Alcaeus
Releases · hypermedia-app/Alcaeus
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Major Changes
-
a3061a1: Updated @rdfine/hydra. See tpluscode/rdfine#183 for details
Breaking changes:
Property#range
andProperty#domain
now return array
v1.4.0
v1.3.1
v1.3.0
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 implementingResourceCacheStrategy