Skip to content

Customise Hash Algorithm and Detect Collisions

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 29 Apr 17:47
· 177 commits to master since this release

Added

  • Expose the hash algorithm configuration (override by passing a function into create())
  • Throw a TypeError when we detect a hash collision
  • Throw a TypeError when using props and nested styles in a rule (can't do both validly)