Skip to content

Releases: appwrite/sdk-generator

0.14.0

02 Sep 10:02
7a30fac
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • Refactored Dart and Flutter SDK's
  • Add Realtime support to Web, Fluter and Android

0.13.0

31 Jul 20:28
ea867bf
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • Added dart images for tests
  • Fixed keyword escaping in the web SDK (default)
  • Fixed CLI code examples

0.12.1

29 Jul 07:54
8e3c4a0
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

SDK Generator

  • improved Contribution Guide (#222)

Flutter

  • fixed OAuth completing too early (#236)

0.12.0

06 Jul 16:21
ca8e34f
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • Moved CLI services from app/{namespace}/services to app/
  • Fixed CLI error parsing issues
  • Updated examples for Kotlin and Android SDK to include syntax for both Kotlin and Java

0.11.1

02 Jul 10:17
9809c31
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • Remove Residual Enum values from Flutter and Dart templates

0.11.0

01 Jul 14:00
96c41c4
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • 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

07 Jun 13:50
f73391d
Compare
Choose a tag to compare
0.10.11 Pre-release
Pre-release
  • Remove typescript and java templates (#208)
  • Improve contribution guides (#210)
  • Fix Web IIFE namespace from window.Appwrite to window (#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

03 Jun 11:38
d09a4db
Compare
Choose a tag to compare
0.10.10 Pre-release
Pre-release
  • fix issue with null removal in Dart and Flutter

0.10.9

03 Jun 09:02
cac7e34
Compare
Choose a tag to compare
0.10.9 Pre-release
Pre-release
  • fixes default params for Flutter and Dart

0.10.8

02 Jun 17:23
c05d1ad
Compare
Choose a tag to compare
0.10.8 Pre-release
Pre-release
  • Add missing quotes to Node.js SDK