Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-03-26

  • First stable release, no changes since v0.2.2.

0.2.2 - 2023-01-17

Changed

  • Added "path" to unclonable value in panic messages

0.2.1 - 2023-01-17

Fixed

  • Added special-case handling for time.Time values

0.2.0 - 2023-01-17

Added

  • Added IgnoreUnexportedFields strategy

Fixed

  • Fixed issue where errors when cloning sub-values would not be propagated

0.1.0 - 2023-01-16

  • Initial release