Skip to content

v6.2.1

Latest

Choose a tag to compare

@kukharievkukhariev released this 29 Mar 06:35
· 47 commits to master since this release
v6.2.1
1fc15ad

Bug Fixes

  • utils: correct isNumber type guard for booleans (f4290d5)
  • utils: ensure isEqual ignores property order (e321f6a)
  • utils: improve handling of numbers and numeric strings in duration parsing (b85861c)
  • utils: secure extendObject from prototype pollution (2e40692), closes #697