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 thekeys
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
- feat(core): add test for core functions by @SMAKSS in #77
- [feature] improve options type by @mlbonniec in #76
- [feature] add support for generic type by @mlbonniec in #75
New Contributors
- @mlbonniec made their first contribution in #76
Full Changelog: v2.0.1...v2.1.0