Skip to content

5.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 13 Feb 11:30
· 15 commits to main since this release
5.0.0
39f5988
  • Modernize, use ES modules, let. 🎉
    • IE11 and Node 8~10 are still supported.
  • Clean up code, fix incorrect return type (#37).
    • Avoid instantiating out variable when not needed.
    • Use different variable names for keys and indexes.
  • Remove .hasOwnProperty() check (42352a6).
  • Migrate tests to Twist.