All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.4.0 (2021-08-22)
- Add value_base and signal #88 (YarikTH)
- Add operator version of function::get() #87 (YarikTH)
- Rename signal to function #86 (YarikTH)
- Rename var_signal to value #85 (YarikTH)
- Remove deprecated operator ->* #84 (YarikTH)
0.3.0 (2021-08-15)
-
Use gitlab-changelog-generator #43
-
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 sanitizers build #42
-
Convert operator| to return detail::temp_signal<S, op_t> #82 (YarikTH)
-
Remove returned value from var_signal::operator<<= #80 (YarikTH)
-
Replace operator->* with operator| to make signals #75 (YarikTH)
-
CI: add sanitizers and valgrind-memcheck build configs #70 (alexezeder)
-
#50 -stdlib=libc++ configuration is added for clang builds #69 (YarikTH)
-
Add a code reference #56
-
Remove bitwise operators overloads for signals #73 (YarikTH)
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