Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@SMAKSS SMAKSS released this 09 Apr 10:39
08bfb76

What's introduced

We are excited to announce several significant updates in this release, aimed at enhancing functionality, improving developer experience, and ensuring higher code quality. Below are the key changes included:

  • Enhanced Search Functionality: The search function has been updated to support an optional generic type. This enhancement allows for more precise type specification, improving code readability and maintainability.

  • Improved Type Completion with keys Array: We've made a significant update to the keys array, which is now an array of generic type keys. This change drastically improves type completion and reduces the likelihood of mistakes by ensuring that the keys are of the expected type.

  • New Testing Framework Integration: To further our commitment to code quality, we've integrated a comprehensive testing framework into our project. This addition, coupled with its integration into the CI workflow, means that we can now automatically verify the integrity and reliability of our codebase with each push, ensuring that any changes meet our high standards for quality.

This update happens thanks to @mlbonniec's efforts. Their contribution has been instrumental in bringing these enhancements to life. We deeply appreciate their hard work and dedication to improving our project.

We believe these updates will significantly improve your development workflow and look forward to your feedback.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0