Release v6.0.0
This release introduces significant improvements and bug fixesto enhance stability. Below is a summary of the changes:
Bug Fixes
- Fixed
deepMerge
: Resolved issues with merging logic, including handling arrays and keys starting with_
. - Fixed
deepEqual
: Corrected issues with deep equality checks. - Fixed test scripts: Resolved issues with test execution and distribution.
- General bug fixes: Addressed various edge cases and improved overall stability.
Improvements
- Code cleanup: Removed unnecessary files and dependencies.
- Test enhancements: Added new tests for
_key
anddeepMerge
functionality, and removed.only()
from tests to ensure full test suite execution.
Breaking Changes
- ** deepMerge logic was fixed so multiple arrays and merging empty objects should behavior differently than before.
This release focuses on improving functionality, fixing bugs, and ensuring better compatibility across environments.