Skip to content

v0.10.0

Compare
Choose a tag to compare
@erdnaxeli erdnaxeli released this 22 Feb 22:58
· 12 commits to main since this release
917c3a0

This release bring the support for redacted events (previously the lib would crash if a redacted event was present on a sync response).

To do that the lib was refactored using macros to generate the events types instead of inheritance. This makes the doc way easier to read, as well as the code itself. Still their should not be major changes to do to use this version.