Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

v3.36.0

Compare
Choose a tag to compare
@tinkertrain tinkertrain released this 23 Feb 15:52
· 184 commits to main since this release

Utilities: is.js

  • Use Array.isArray, yay! 1311e74
  • removes lodash.isobject 182eeda
  • Replaces == null and != null with lodash isNil ed25ad5
  • Replaces isDefined with lodash isNil da1b9d7
  • Replaces isNumber with lodash 7f0782f
  • Replaces Array.isArray and isArray with lodash 32a0b20
  • Replaces isObject with lodash isPlainObject 5f25407
  • Replaces isFunction with lodash f275366
  • Replace isString with lodash ba741b2
  • Adds lodash "is" packages 51c5308
  • removes allPropsDefined internal usage 0210081
  • removes internal isDOMTypeElement usage c6fa4c3

v3.35.9...v3.36.0