Releases: appwrite/sdk-generator
Releases · appwrite/sdk-generator
0.14.0
- Refactored Dart and Flutter SDK's
- Add Realtime support to Web, Fluter and Android
0.13.0
0.12.1
0.12.0
0.11.1
- Remove Residual Enum values from Flutter and Dart templates
0.11.0
- Added Android templates
- Added Kotlin templates
- Fixed issue with optional param in createOAuth2Session for Flutter
- Fixed issue with empty params in Flutter and Dart templates
- Fixed issue with non-ASCII char in Flutter request header
- Updates Flutter dependencies
- Removed ENUM support for Flutter and Dart
- Fixed Flutter readme's pub badge
- Added Travis build Badges to all SDK Readme's
0.10.11
- Remove
typescript
andjava
templates (#208) - Improve contribution guides (#210)
- Fix Web IIFE namespace from
window.Appwrite
towindow
(#209) - Fix JWT issues regarding Python SDK (#207)
- Applied coding conventions in the CLI template (#206)
- Changed Node.js
flatten
method to static (#205) - Fixed Node.js return types for
location
endpoints (#203)
0.10.10
- fix issue with null removal in Dart and Flutter
0.10.9
- fixes default params for Flutter and Dart
0.10.8
- Add missing quotes to Node.js SDK