Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Mar 15:29
· 2 commits to main since this release

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.