2024-05-05
- Fix date object handling (#7)
2024-03-05
- Export types in
package.json
2024-01-18
- ❗️ Breaking: Switch to named export
- ❗️ Breaking: Clone/merge non-enumerable properties by default
- ❗️ Breaking: Clone/merge custom prototype properties by default
- ❗️ Breaking: Update
hoistProto
option to include non-enumerable custom prototype properties - ❗️ Breaking: Rename distributable
.mjs
files to.esm.js
- ❗️ Breaking: Remove IIFE build
- Add
hoistEnumerable
option - Add
skipProto
option - Add TypeScript type declarations
- Update JSDoc comments / code hinting
2023-02-23
- Add
invokeGetters
option - Add
skipSetters
option - Add
hoistProto
option - Add support for circular references
- Add unminified IIFE distributable
- Fix callback return values not replacing getter/setter properties
- Fix internal object detection
- Fix missing
</script>
tag in docs - Update dependencies
2022-07-28 - 2022-08-01
- Update README.md
2022-07-14
- Initial release