Skip to content

v0.15.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 03 Feb 19:59

Breaking:

  • Rename .odd() to .oddInteger() and .even() to .evenInteger() for clarity (#77) 2502442

Other:

  • Improve the TypeScript types (#80) 3c847be
    • Uses type guards for more methods, which will result in better type narrowing
    • is.domElement now returns an actual Element type instead of our previous custom DomElement type

v0.14.0...v0.15.0