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

v2.0.0

Compare
Choose a tag to compare
@RealShadowNova RealShadowNova released this 05 Sep 20:12

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.