Skip to content

Releases: bameyrick/utils

2.12.0

16 Feb 22:23
99e7749

Choose a tag to compare

What's Changed

Full Changelog: 2.11.0...2.12.0

2.11.0

16 Feb 15:22
f29f8cb

Choose a tag to compare

What's Changed

  • Speed improvements for the clone function. It is now also possible to pass a instanceClone parameter:

    This paramater specifies whether or not to clone instances (objects that are from a custom class or are not created by the Object constructor. This value may be true or the function use for cloning instances.

    When an instanceClone function is provided, it will be invoked to clone objects that are not "plain" objects (as defined by isPlainObject). If instanceClone is not specified, the function will not attempt to clone non-plain objects, and will simply copy the object reference.

    by @bameyrick in #62

Full Changelog: 2.10.0...2.11.0

2.10.0

16 Feb 11:05
5208f97

Choose a tag to compare

What's Changed

  • Update isEqual to be able to check Maps, Sets, and Typed Arrays by @bameyrick in #59

Full Changelog: 2.9.0...2.10.0

2.9.0

15 Feb 18:31
17119af

Choose a tag to compare

What's Changed

Full Changelog: 2.8.1...2.9.0

2.8.1

05 Jan 18:01
c0f7617

Choose a tag to compare

  • Added isNanStrict method
  • Fixed #53 - isEqual will now return true if both values are instances of NaN

2.8.0

26 Oct 18:31
ef668bb

Choose a tag to compare

What's Changed

  • Added async functions for Array.every, Array.find, and Array.some by @bameyrick in #50

Full Changelog: 2.7.5...2.8.0

2.7.5

13 Oct 11:45
f7f1e3e

Choose a tag to compare

Update dependencies

2.7.4

13 Oct 11:07
47d3be1

Choose a tag to compare

Add LICENSE file

1.7.5

13 Oct 11:38

Choose a tag to compare

Update dependencies

1.7.4

13 Oct 11:06

Choose a tag to compare

Add LICENSE file