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-labs/handlebars@0.1.0-beta.0
Minor Changes
730ecc2: First version
Patch Changes
Updated dependencies [a4cc406]
sparql-path-parser@0.1.0-beta.0
@kopflos-labs/html-template@0.1.0-beta.0
Minor Changes
730ecc2: First version
Patch Changes
Updated dependencies [730ecc2]
@kopflos-cms/logger@0.1.0-beta.0
@kopflos-labs/lit@0.1.0-beta.0
Minor Changes
0af0958: First version - Server-Side rendering
kopflos@0.1.0-beta.0
Minor Changes
1fcb2c0: First version
Patch Changes
3e30f38: Added --variable <key=value> option to override config variables
3e30f38: Handlers: Added support for code:arguments. Please refer to rdf-loader-code for more information.
[
a kl:Handler ;
code:implementedBy [
a code:EcmaScriptModule ;
code:link <...> ;
code:arguments ("foo" "bar") ;
] ;
] .
Implementors must now return a factory function that returns the handler function.
import type { Handler } from "@kopflos-cms/core";
- export default function handler() {
+ export default function handler(foo, bar): Handler {
return async function handlerFunction() {
// ...
};
}
Patch Changes
730ecc2: Extracted logger to a new package @kopflos-cms/core
3e30f38: Support for direct stream, using Web Streams
1fcb2c0: Revert dependency on anylogger to stable v1 branch
3e30f38: Added support for templated resource shapes. Use kl:regex a pattern to match the request URL path.
Additionally, named capturing groups can be used to extract values from the URL path. They will be
accessible as HandlerArgs#subjectVariables and included when resolving code:EcmaScriptTemplateLiteral.
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-labs/handlebars@0.1.0-beta.0
Minor Changes
Patch Changes
@kopflos-labs/html-template@0.1.0-beta.0
Minor Changes
Patch Changes
@kopflos-labs/lit@0.1.0-beta.0
Minor Changes
kopflos@0.1.0-beta.0
Minor Changes
Patch Changes
--variable <key=value>
option to override config variablesonStart
hook--mode (development|production)
option@kopflos-cms/core@0.3.0-beta.9
Minor Changes
3e30f38: Handlers: Added support for
code:arguments
. Please refer to rdf-loader-code for more information.Implementors must now return a factory function that returns the handler function.
Patch Changes
730ecc2: Extracted logger to a new package
@kopflos-cms/core
3e30f38: Support for direct stream, using Web Streams
1fcb2c0: Revert dependency on
anylogger
to stable v1 branch3e30f38: Added support for templated resource shapes. Use
kl:regex
a pattern to match the request URL path. Additionally, named capturing groups can be used to extract values from the URL path. They will be accessible asHandlerArgs#subjectVariables
and included when resolvingcode:EcmaScriptTemplateLiteral
.a72254b: Object of
kl:handler
can now be an RDF List of handler implementations which will be called in sequencefd489b3: Added plugin with
onStart
hookbe93e5a: Added
./env.js
to package exports3e30f38: Added support for
code:EcmaScriptTemplateLiteral
Updated dependencies [730ecc2]
@kopflos-cms/express@0.1.0-beta.5
Minor Changes
Promise<{ middleware: RequestHandler; instance: Kopflos }>
Patch Changes
onStart
hook@kopflos-cms/logger@0.1.0-beta.0
Minor Changes
@kopflos-cms/core
@kopflos-cms/plugin-deploy-resources@0.1.0-beta.0
Minor Changes
Patch Changes
@kopflos-cms/serve-file@0.1.0-beta.0
Minor Changes
sparql-path-parser@0.1.0-beta.0
Minor Changes
@kopflos-cms/vite@0.0.1-beta.0
Patch Changes
outDir
setting is also used for serving files in in production modeexample@0.0.1-beta.0
Patch Changes