Skip to content

Releases: weccoframework/wecco

0.25.0

07 Jul 10:22
Compare
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