Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.09 KB

Change Log

2.0.2

2024-05-05

  • Fix date object handling (#7)

2.0.1

2024-03-05

  • Export types in package.json

2.0.0

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

1.1.0

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

1.0.1 - 1.0.3

2022-07-28 - 2022-08-01

  • Update README.md

1.0.0

2022-07-14

  • Initial release