This release introduces a minor update to the symbol method, improving its logic to prevent duplication of the identifier prefix (t or f). The change ensures cleaner and more robust handling of identifiers, maintaining compatibility without affecting functionality.
Changelog:
Enhancement: Refactored symbol method to include a check that avoids duplicating prefixes.
Improvement: Used GetThis::ifTrueOrFallback for better code readability and maintainability.
No breaking changes were introduced in this release.