ITADN
unadlib/mutative

版本发布 8

1.2.0v1.2.0
? · 2025-05-22

## What's Changed * fix(type): export IPatch type by @unadlib in https://github.com/unadlib/mutative/pull/74 * feat: support for mutable data in apply() function by @unadlib in https://github.com/unadlib/mutative/pull/55 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.1.0...v1.2.0

1.1.0v1.1.0
? · 2024-11-22

## What's Changed * fix(current): fix current() type and castMutable() APIs by @unadlib in https://github.com/unadlib/mutative/pull/62 * fix(set): improve Set shallow copy performance and compatibility with new Set APIs by @unadlib in https://github.com/unadlib/mutative/pull/69 * fix(set-map): support custom Set and Map by @unadlib in https://github.com/unadlib/mutative/pull/71 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.11...v1.1.0

v1.0.11
? · 2024-09-26

## What's Changed * fix(patches): fix patches for deletion of keys by @unadlib in https://github.com/unadlib/mutative/pull/65 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.10...v1.0.11

1.0.10v1.0.10
? · 2024-09-18

## What's Changed * fix(patch): fix patch generator issue by @unadlib in https://github.com/unadlib/mutative/pull/60 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.9...v1.0.10

1.0.9v1.0.9
? · 2024-09-17

## What's Changed * fix(type): fix curried create return type by @unadlib in https://github.com/unadlib/mutative/pull/58 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.8...v1.0.9

1.0.8v1.0.8
? · 2024-07-26

## What's Changed * revert(current): revert current() handling by @unadlib in https://github.com/unadlib/mutative/pull/52 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.7...v1.0.8

1.0.7v1.0.7
? · 2024-07-24

## What's Changed * fix: avoid deep copying unnecessarily in current by @francescotescari in https://github.com/unadlib/mutative/pull/48 * refactor: simplify current implementation by @francescotescari in https://github.com/unadlib/mutative/pull/49 * refactor(current): refactor current() API by @unadlib in https://github.com/unadlib/mutative/pull/50 ## New Contributors * @francescotescari made their first contribution in https://github.com/unadlib/mutative/pull/48 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.6...v1.0.7

1.0.6v1.0.6
? · 2024-06-20

## What's Changed * test(test): fix inconsistent timezone in date tests by @dabbott in https://github.com/unadlib/mutative/pull/40 * perf(read): improve draft reading performance by caching the draft copy by @unadlib in https://github.com/unadlib/mutative/pull/42 ## New Contributors * @dabbott made their first contribution in https://github.com/unadlib/mutative/pull/40 **Full Changelog**: https://github.com/unadlib/mutative/compare/v1.0.5...v1.0.6