Skip to content

Releases: QuentinRoy/tiny-merge-patch

v1.0.0

29 Mar 15:29

Choose a tag to compare

Major Changes

  • f039776: Drop CommonJS package exports and publish ESM-only output from dist/index.mjs.

    This is a breaking change for consumers using require("tiny-merge-patch"). Migrate to ESM imports:

    import mergePatch from "tiny-merge-patch";

Minor Changes

  • d191da1: Add TypeScript typings so patch results are inferred accurately.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.