This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@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 the IncomingMessage object to allow parsing bodies using co-body or similar.
67bd393: Expose request headers to kopflos handler
@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 the IncomingMessage object to allow parsing bodies using co-body or similar.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@kopflos-cms/core@0.3.0-beta.6
Patch Changes
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.@kopflos-cms/express@0.0.1-beta.3
Patch Changes
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.