Skip to content

Releases: rokkit-ts/rokkit.ts-core

New Rokkit API

20 Apr 13:49
Compare
Choose a tag to compare

With this release we introduce a new API to configure modules of Rokkit.ts and start the framework.

BREAKING CHANGES
This release only works with the new version of the web module! (0.3.0) Please make sure you use the correct version.
Furthermore the API of the entrypoint class for the framework changed. If you want to migrate your application please checkout the README section about the Entrypoint.

Add Entrypoint to cli run

21 Mar 15:46
Compare
Choose a tag to compare

This small patch add a new required parameter to the cli run command. For more information checkout the readme

Adding CLI and first stable README

05 Mar 21:58
Compare
Choose a tag to compare

This release adds a first version of the rokkit-cli to bootstrap, build and run a project.
Furthermore a first README version for this repository was created.