Skip to content

Releases: felixheck/bissle

HALified Links Object

17 Jul 08:38
Compare
Choose a tag to compare

The links object in the decorated response was renamed to _links. Additionally it includes the self entity. So there is no needed additional plugin needed for generating HAL compliant _links properties.

Plugin Related Options

16 Jul 08:27
Compare
Choose a tag to compare

The pagination links in the returned link property are not relative paths by default.
It is possible to re-enable absolute paths by passing an options object while registration:

{ absolute: true }

The Linkheader contains absolute links and is not affected by this option.