8.1.1
What's Changed
- Fix circular dependency issue due to usage of
successmethod inutils.jsfile fromparser.jsfile - Type generation fixes:
- Add ability to generate types directly to a specific file by passing a file path to
appwrite types <output_path>, instead of just a directory - Fix non-required attributes to not be null if default value is provided
- Fix
Modelsimport error - Improve formatting and add auto-generated comments
- Add ability to generate types directly to a specific file by passing a file path to
Full Changelog: 8.1.0...8.1.1