Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@BenMorel BenMorel released this 02 Apr 16:32
· 2 commits to master since this release

New features

  • WeakMap now performs housekeeping on GC cycle collection (automatic and via gc_collect_cycles()) by @mvorisek (#10)
  • WeakMap is now properly annotated with @template (for static analysis)

🩹 Compatibility improvements

  • Fixed Error type / message when passing null instead of object in isset() / unset()