0.3.0 (2021-08-15)
- Convert operator| to return detail::temp_signal<S, op_t> #81
- Remove returned value from
var_signal::operator<<=
#79 - Remove
signal<S>::flatten()
method #77 - Replace operator->* with operator| to make signals #74
- Remove bitwise operators overloads for signals #72
- Add -stdlib=libc++ configuration for clang builds #50
- Use gitlab-changelog-generator #43
- Use sanitizers build #42
0.2.0 (2021-06-26)
-
Add [[nodiscard]] attribute to prevent misuse of the library #34
-
Add test to check if minimal version CMake can process CMake scripts without errors #40
-
Test integration ways described in integration.md and fix them #37
-
Potential license issue #36
0.1.0 (2021-06-18)
Initial release
* This Changelog was automatically generated by github_changelog_generator