FastMap v1.1.4
What's Changed
- Add ComboKeyHashMap Functionality by @billowdev in #7
Full Changelog: v1.1.3...v1.1.4
New Features
- Introduced
ComboKeyHashMap
: A new data structure for handling combination key-value pairs- Supports partial key matching via
GetByKeys
- Supports exact key matching via
GetByExactKeys
- Generic support for comparable keys and any value types
- Efficient key lookup and retrieval operations
- Supports partial key matching via
Improvements
- Added support for complex key types in combination mappings
- Optimized key string generation for better performance
- Enhanced type safety with generics
Documentation
- Added comprehensive documentation for all new methods
- Included usage examples for common scenarios
- Added test coverage examples
Bug Fixes
None
Breaking Changes
None. This release is fully backward compatible.