TypeScript Support: Enjoy improved TypeScript support with added tests that ensure type definitions work correctly, enhancing your development experience.
Improvements
Function Descriptions: Hovering over functions in TypeScript now shows a quick description, making it easier to understand their purpose at a glance.
Bugfix for Class Names: The issue of class names being returned as '[object Object]' is resolved, ensuring you get the expected class names in your output.
Fixes
Fix misconfigured GitHub Actions to ensure continuous integration runs smoothly, enhancing the reliability of the development process.
Fix TypeScript types when using require, ensuring compatibility for users relying on CommonJS module syntax.
Others
Update various dependencies to their latest versions, ensuring better performance and security for your project.