Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 4.1 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.4.0 (2021-08-22)

Full Changelog

0.3.0 (2021-08-15)

Full Changelog

  • 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)

  • Remove signal<S>::flatten() method #78 (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)

  • Add code reference into documentation #76 (YarikTH)

0.2.0 (2021-06-26)

Full Changelog

  • Add [[nodiscard]] attribute to prevent misuse of the library #34

  • #43 gitlab-changelog-generator usage is added #66 (YarikTH)

  • 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)

Full Changelog

Initial release

* This Changelog was automatically generated by github_changelog_generator