Skip to content

v2.0.0

Compare
Choose a tag to compare
@eeberhard eeberhard released this 05 Aug 14:59
· 27 commits to main since this release
22e0e66

Version 2.0.0 constitutes a major refactor of the Modulo project. It now provides stand-alone classes and helpers for handling and translating messages and parameters in modulo_core, with new and improved component classes for dynamic application composition in modulo_components.

The old concepts of Cell and Component have been fully redeveloped into modulo_components::Component and modulo_components::LifecycleComponent, which provide a simple framework for creating stateless (unmanaged) or state-based (managed) custom components.

For more information, see the new description of each package in the respective README.md files and view the full generated documentation on epfl-lasa.github.io/modulo.