Releases: zazuko/kopflos
Releases · zazuko/kopflos
@kopflos-cms/core@0.3.0-beta.8
Patch Changes
- b72086f: Allow initializing clients from one instance of
StreamClient
orParsingClient
@kopflos-cms/core@0.3.0-beta.7
Patch Changes
- a11dda5: Improve logging and error handling
@kopflos-cms/express@0.0.1-beta.3
Patch Changes
- b94672f: Body is now always present in handler argument. Use
this.body.isRdf
to check if it can be parsed as RDF according to the Accept header.this.body.raw
now returns theIncomingMessage
object to allow parsing bodies usingco-body
or similar. - Updated dependencies [2b107ef]
- Updated dependencies [b94672f]
- Updated dependencies [67bd393]
- @kopflos-cms/core@0.3.0-beta.6
@kopflos-cms/core@0.3.0-beta.6
Patch Changes
- 2b107ef: Catch errors in kopflos handler and send as a 500 response
- b94672f: Body is now always present in handler argument. Use
this.body.isRdf
to check if it can be parsed as RDF according to the Accept header.this.body.raw
now returns theIncomingMessage
object to allow parsing bodies usingco-body
or similar. - 67bd393: Expose request headers to kopflos handler
@kopflos-cms/express@0.0.1-beta.2
@kopflos-cms/core@0.3.0-beta.5
@kopflos-cms/core@0.3.0-beta.4
Patch Changes
- 0b960fa: Fixes runtime error when executing logged queries