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.1 - 2025-06-09 #
Fixed #
- Add missing unignore for generated files
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.
1.0.3 - 2024-03-14 #
Changed #
- Updated dependencies
- Updated minimum required dart sdk to 3.3.0
1.0.2 - 2023-07-27 #
Changed #
- Update dependencies
1.0.1+1 - 2023-06-05 #
Fixed #
- Fixed supported platforms
- Fixed workflow badge in README
1.0.1 - 2023-06-05 #
Changed #
- Update minimum required dart sdk to 3.0.0
- Update dependencies
1.0.0 - 2023-01-02 #
Added #
- Initial release