Skip to content

Releases: appwrite/sdk-generator

0.9.0

21 Apr 05:20
3987782

Choose a tag to compare

0.9.0 Pre-release
Pre-release
  • Support for new CLI array params
  • Updated README and examples to use the new CLI array syntax
  • Replace Mock() validator with Wildcard() in the CLI templates
  • Cast string to integer for body parameters in the CLI

0.8.1

10 Apr 16:12
3c4cbf3

Choose a tag to compare

0.8.1 Pre-release
Pre-release
  • Upgraded twig + stopped using absolute paths

0.8.0

10 Apr 12:37
fa66b2c

Choose a tag to compare

0.8.0 Pre-release
Pre-release
  • Added discord and twitter badges on all READMEs
  • Added option to attach a getting started section on all READMEs
  • Added selfSign as a user preference for the CLI
  • Fixed sh: unknown operand error in the CLI
  • RenameD Services folder to services in the CLI templates
  • Added null-safety support for Flutter
  • Added e2e tests for all Flutter templates
  • Added custom exception throwing from client on all server side SDKs

0.7.0

25 Mar 13:02
12a6a4b

Choose a tag to compare

0.7.0 Pre-release
Pre-release
  • Added exception handling for multiple languages
  • Added null-safety for Dart SDK

0.6.3

09 Mar 18:07
583248c

Choose a tag to compare

0.6.3 Pre-release
Pre-release
  • Automate CLI SDK deployment to Docker Hub
  • Update test spec
  • Added option for getting started sections

0.6.2

03 Mar 13:01
d963762

Choose a tag to compare

0.6.2 Pre-release
Pre-release
  • Minor fixes for Dart and Flutter custom exceptions

0.6.1

02 Mar 17:23
8a55e70

Choose a tag to compare

0.6.1 Pre-release
Pre-release
  • Fixed cli tag version param name
  • Added custom exceptions to Dart SDK
  • Changed CLI executable name to temp

0.6.0

28 Feb 15:14
40d3019

Choose a tag to compare

0.6.0 Pre-release
Pre-release
  • Fixed type check on JS SDK
  • Added automated deployment to NPM
  • Added custom exceptions for Dart & Flutter
  • Improvements for Dart code based on pub.dev score
  • Moved CLI install script to the main repo
  • Added allowList for the CLI install script to prevent users from executing docker commands
  • Show {} for empty arrays in the CLI table
  • Replace CLI echo calls with Console::log calls.
  • Fix indentation and spacing in the CLI twig templates
  • Removed unused imports from the CLI twig templates
  • Remove references to appwrite in the CLI twig templates
  • Move Appwrite logo to the CLI class params
  • Use Wordwrap to pretty print the help output in the CLI twig templates
  • Replace usages of printf with Console::Log() in the CLI templates

0.5.5

18 Feb 16:49
08d6dc7

Choose a tag to compare

0.5.5 Pre-release
Pre-release

Fixed CLI packaging error on current dir ('.')

0.5.4

11 Feb 09:23
37829f8

Choose a tag to compare

0.5.4 Pre-release
Pre-release

Minor fixes to CLI packaging and support for non-interactive init command