Options Validation: Introduce smart case-insensitive validation to enhance user experience when defining options. This allows for more flexible input handling, making it easier for users to configure their settings without worrying about case sensitivity.
Options Validation: Separate hints for validation errors are now provided, giving users clearer guidance on how to correct their input. This improvement helps users understand what went wrong and how to fix it more effectively.
Fixes
Fix issues related to dependency management by moving @types/json-schema from devDependencies to dependencies. This ensures that all necessary types are available for users, improving the overall stability of the package.
Others
Update dependencies to ensure the package remains up-to-date and secure. This routine maintenance helps improve performance and reliability for all users.