Skip to content

v0.3.5

Compare
Choose a tag to compare
@renzp94 renzp94 released this 01 Jul 03:46
· 31 commits to main since this release

0.3.5 (2024-07-01)

新功能

  • is: 添加isArrayLike(是否为ArrayLike类型)方法 (6379104)
  • is: 添加isFloat(是否为小数)方法 (c8cde96)
  • is: 添加isInt(是否为整数)方法 (b4d4860)
  • is: 添加isNodeList(是否为NodeList类型)方法 (3676806)
  • other: 添加reverse(反转数据)方法 (14e7af0)