Skip to content

Better API and cleaner exports

Compare
Choose a tag to compare
@alshakero alshakero released this 16 Jun 09:43
· 211 commits to master since this release
  • Include any API function individually by:
import { applyOperation } from 'fast-json-patch'
  • Remove deprecated apply, in favour of applyPatch and applyOperation.