Skip to content

ESM and new `get`/`has` methods

Choose a tag to compare

@blakeembrey blakeembrey released this 13 Dec 12:53
· 3 commits to main since this release
4364bdf

Changed

  • Refactor library to ESM
  • Method signatures are now a (...path) => (obj) => result instead of (obj, ...path) => result to improve cachability if re-using path

Added

  • New get and has methods

v1.0.1...v2.0.0