1.3.0
What's Changed
- update CCI link by @OleksandrKvl in #19
- fix built-in optional types by @OleksandrKvl in #30
- Provide
operator->
for iterators by @OleksandrKvl in #31 - add message header decoding example by @OleksandrKvl in #32
- remove
!empty()
assertion fromdynamic_array_ref::data()
by @OleksandrKvl in #34 - Update Doxygen to version 1.10.0 by @OleksandrKvl in #37
- Make more functions C++11
constexpr
by @OleksandrKvl in #42 - Add
size_bytes()
for message/group/data traits by @OleksandrKvl in #43 traits_tag
implementation by @OleksandrKvl in #44- implement
visit()
for sets and enums by @OleksandrKvl in #48 - fix
enum_to_string_visitor
parameters by @OleksandrKvl in #49 - Enforce proper dependencies in
sbeppc_make_schema_target
by @OleksandrKvl in #50 - Treat Doxygen warnings as errors by @OleksandrKvl in #51
- Add basic string support by @OleksandrKvl in #52
- Multi-version documentation by @OleksandrKvl in #53
- disable
sbeppc
when building docs by @OleksandrKvl in #54 - Fix workflow by @OleksandrKvl in #55
- take GH Pages repo name into account by @OleksandrKvl in #56
- remove
SELECTOR_ID
env var by @OleksandrKvl in #57 - update changelog for version 1.3.0 by @OleksandrKvl in #58
- mark
string_length
asSBEPP_CPP20_CONSTEXPR
by @OleksandrKvl in #59
Full Changelog: 1.2.0...1.3.0