What's Changed
- Fix circular dependency issue due to usage of
success
method inutils.js
file fromparser.js
file - 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
Models
import 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