Skip to content

v0.35.4

Compare
Choose a tag to compare
@ljharb ljharb released this 12 Aug 04:05
· 59 commits to master since this release
271142c

Fixes

  • protect against evil build processes by ensuring these feature tests don‘t look like no-ops that are safe to remove
  • broken hasULPDistance → working withinULPDistance helper
  • acosh: fix precision (#338)
  • Math.{asinh,atanh,cosh,sinh} precision (from #338)
  • Google Translate adds a broken Set to the global scope (#438)
  • Distinguish Set and Map iterators (#387)

Docs

  • Tweaking documentation specifying inclusion order (#435)