Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.15 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.4] - 2024-12-10

Changed

  • Updated dependencies of the package.

[1.0.3] - 2024-09-03

Changed

  • Merge extension method accepts any enumerable of key-value pairs now.

[1.0.2] - 2024-09-03

Added

  • Extension methods to merge dictionaries with a specified merge strategy.

[1.0.1] - 2024-04-06

Changed

  • Used another color for duplicate keys in the property drawer for serialized dictionaries.

[1.0.0] - 2024-03-20

Changed

  • Improved property drawer code for serialized dictionaries.

[0.1.2] - 2024-02-29

Changed

  • Updated readme text.

[0.1.1] - 2024-02-24

Added

  • Support for reorderable list options for the SerializedDictionary attribute.

[0.1.0] - 2024-02-22

Added

  • Serializable dictionary class that serializes in the Unity editor.
  • Extension methods for dictionaries to select keys and values and to convert enumerables to dictionaries.