Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@billowdev billowdev released this 29 Jan 09:57
cf6ba6c

FastMap v1.1.4

What's Changed

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

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.