Skip to content

Big Bang

Choose a tag to compare

@blakeembrey blakeembrey released this 23 Dec 01:57
· 200 commits to master since this release

Changed:

  • Different hash algorithm (and .toString(36))
  • Registering styles only returns the hash, instead of instances, from now on
  • Style de-duplication is improved - instead of just root styles, it'll de-dupe multiple selectors and @-rules infinitely
  • Better performance which hashes incrementally and doesn't require copying styles or maintaining secondary style structures
  • Expose generic rule support (helpful for those odd-tasks, like registering font faces)
  • Dropped Bower file support
  • Delete tsd.json usage