Godot Doctor v1.1.0
New in this release:
Features:
- Added default no-code validations. Godot Doctor now automatically verifies for unassigned objects and empty strings, without needing to write a single line of code.
- Added toggle to turn off default validations to the plugin settings.
- Update example project configuration to Godot 4.6.
Documentation:
- Added example for default validations.
- Improved documentation for plugin code.
Fixes:
- Corrected behaviour for
ValidationCondition.string_is_empty. - Made ClassNameQueryResult extend from Refcounted rather than Node.
- Style: Fixed
gdlintissues and adhere to Godot styleguides.
Full Changelog: 1.0.1...1.1.0