Skip to content

Releases: weccoframework/wecco

0.27.2

26 Oct 17:59

Choose a tag to compare

  • fix previous error (v0.27.1) also for model initializers that return a Promise.

0.27.1

26 Oct 16:27

Choose a tag to compare

  • fixes a issue that some message got lost when using emit from model initializer

0.27.0

22 Oct 08:48

Choose a tag to compare

  • an app's model initializer function receives a context parameter to schedule emitting of messages
  • upgrade dev dependencies

0.26.0

28 Sep 09:38

Choose a tag to compare

  • internal refactoring of HtmlTemplate to support rebinding of a single template multiple times to different hosts
  • upgraded all (dev-) dependencies
  • fixed an issue when template values got lost during re-rendering a template with same values

0.25.0

07 Jul 10:22

Choose a tag to compare

Breaking Change: This version contains an API change that breaks with prior
versions.

  • Callback functions (render callbacks, app handlers, ...) receive a single Context parameter that can
    be consumed directly but is intended to be consumed using parameter destructuring. This introduces an
    API breaking change.
  • Upgraded almost all build dependencies (no impact on production code)
  • Improved code packaging process
  • Moved to new mono-repo