Releases: zazuko/trifid
Releases · zazuko/trifid
[email protected]
Patch Changes
- c5a7bd4: Remove some unused dev dependencies
[email protected]
Patch Changes
-
2a6b31f: Add a
server.options
field to configure the Fastify instance with extra fields.Here is a list of all supported options: https://fastify.dev/docs/latest/Reference/Server/#factory
-
2a6b31f: Remove old
server.express
configuration field, which was deprecated.
@zazuko/[email protected]
Patch Changes
- 2bfe266: Remove
@rdfjs/express-handler
dependency
[email protected]
[email protected]
Patch Changes
- e8faa76: Internally use the new
render
function, that takes therequest
as first argument.
[email protected]
Patch Changes
- e8faa76: Internally use the new
render
function, that takes therequest
as first argument.
[email protected]
Patch Changes
- e8faa76: Internally use the new
render
function, that takes therequest
as first argument.
[email protected]
Patch Changes
- 3f2271d: Allow to send custom headers to a SPARQL endpoint using the
query
function
[email protected]
Patch Changes
- 6667f40: The locals plugins should use the cookies path set as
/
.
[email protected]
Major Changes
- e8faa76: The
render
function requires the request as first argument.