etebase 2.0.2
etebase: ^2.0.2 copied to clipboard
Dart native client library for etebase and etesync.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.2 - 2025-06-09 #
Fixed #
- Ensure using the async executor on the web produces a sensible error
- Ensure compatibility with WASM
2.0.0 - 2025-06-09 #
- This release is a complete rewrite of the library. Instead of creating dart bindings for the C library, this rewrite implements the whole etebase protocol in dart. It is heavily based on the JS client and 100% compatible to it. However, due to the rewrite, it provides a completely different API than older versions.