Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Releases: RealShadowNova/realware-utilities

v2.1.1

28 Feb 19:21
Compare
Choose a tag to compare

v2.1.0 (2-1-2022)

NOTICE

This package has been deprecated. Please use property-helpers package instead.

v2.1.0

01 Feb 21:03
Compare
Choose a tag to compare

v2.1.0 (2-1-2022)

Features

  • bundle: add umd, esm, and cjs bundles (0a5ce63)

v2.0.2

07 Sep 16:40
Compare
Choose a tag to compare

v2.0.2 (9-7-2021)

Features

  • delete-from-object: fix a recursive bug that didn't delete values that are in nested objects.

v2.0.1

06 Sep 17:33
Compare
Choose a tag to compare

v2.0.1 (9-6-2021)

Features

  • delete-from-object: rename value parameter to input.
  • delete-from-object: refactored generics to be less strict.
  • has-from-object: rename value parameter to input.
  • has-from-object: refactored generics to be less strict.
  • get-from-object: rename value parameter to input.
  • get-from-object: refactored generics to be less strict.
  • set-to-object: rename value parameter to input.
  • set-to-object: refactored generics to be less strict.

v2.0.0

05 Sep 20:12
Compare
Choose a tag to compare

v2.0.0 (9-5-2021)

⚠ BREAKING CHANGES

  • delete-from-object: the path parameter in the deleteFromObject() function now only accepts string[]
  • has-from-object: the path parameter in the hasFromObject() function now only accepts string[]
  • get-from-object: the path parameter in the getFromObject() function now only accepts string[]
  • set-from-object: remove setFromObject() function. Use setToObject() as an alternative.

v1.2.0

02 Sep 17:23
Compare
Choose a tag to compare

v1.2.0 (9-2-2021)

Features

  • has-from-object: add hasFromObject() function.

v1.1.0

01 Sep 18:59
Compare
Choose a tag to compare

v1.1.0 (9-1-2021)

Features

  • set-to-object: add setToObject() function.
  • set-from-object: depreciate setFromObject(). This function will be removed in the next semvor major version.

v1.0.1

15 Aug 06:22
Compare
Choose a tag to compare

v1.0.1 (08-15-2021)

Features

  • delete-from-object: use Reflect#deleteProperty() over delete keyword.

v1.0.0

13 Aug 01:56
Compare
Choose a tag to compare

v1.0.0 (08-12-2021)

Features

  • delete-from-object: add deleteFromObject() function.
  • get-from-object: add getFromObject() function.
  • set-from-object: add setFromObject() function.