Skip to content

0.6.0

Pre-release
Pre-release

Choose a tag to compare

@eldadfux eldadfux released this 28 Feb 15:14
· 5456 commits to master since this release
40d3019
  • 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