Releases: appwrite/sdk-generator
Releases · appwrite/sdk-generator
0.6.2
0.6.1
0.6.0
- 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