Skip to content

2.0.12

Compare
Choose a tag to compare
@leebyron leebyron released this 19 Aug 04:13
· 1452 commits to main since this release
  • Fix warnings with node v0.10
  • Fix issue with case-sensitive file systems
  • Significant performance improvements to Map
  • Bug fixes:
    • Deleting key from map can result in incorrect result
    • Deleting key from map can result in thrown error
    • Map iteration was returning incorrect value
    • Map key comparison was incorrect for complex keys (e.g. NaN)