Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@akuzko akuzko released this 25 Sep 21:25
· 4 commits to master since this release

Release Description

  • Added ability to specify custom strategy for handling attempts to update using lookup keys with no corresponding object in the array by specifying update.onLookupMissingObject handler. As mentioned in the README, update-js/utils provides 3 predefined strategies: noop, warnOnMissing and throwOnMissing. The default strategy is noop.
  • This feature was requested by @AleksandrZhukov