Skip to content

Livecoding v2.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@fuzoh fuzoh released this 13 Mar 11:06
· 234 commits to master since this release

Changelog

This version is unstable - do not use in production !

Client :

  • Now deployed via Github pages : LiveCoding.
  • Editor theme menu now in the settings modal.
  • Client<->processor protocol managment now separated in a dedicated class.
  • The entire process execution now managed in dedicated class.
  • Process execution supports async/await, allows to display loaders and manage errors easily with async content.
  • New stop button displayed when a process is running.
  • Commandy are now proxied to the game engine.

Processor :

  • PHP fully suported, with multiple operations
  • Ruby partial support

Pokedash game :
The legacy game shipped with livecoding is deprecated, the new default game are developped in his dedicated repo : LiveCoding-Pokedash-Game.
You can consult the changelog directly on the dedicated repository.