Skip to content

v2.1.5

Compare
Choose a tag to compare
@megawac megawac released this 06 Apr 21:33
· 480 commits to master since this release
  • Fix auto bug when function names collided with Array.prototype (#1358)
  • Improve some error messages (#1349)
  • Avoid stack overflow case in queue
  • Fixed an issue in some, every and find where processing would continue after the result was determined.
  • Cleanup implementations of some, every and find