Skip to content

Latest commit

 

History

History
86 lines (43 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

86 lines (43 loc) · 3.19 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.5.0 (2024-10-22)

Miscellaneous Chores

  • microsoft-kiota-serialization-text: Synchronize microsoft-kiota versions

1.4.6 (2024-10-18)

Bug Fixes

  • fixes typing errors from integration tests for optional parameters (87e036d)
  • fixes typing errors from integration tests for optional parameters (caea6f9)

1.4.5 (2024-10-16)

Miscellaneous Chores

  • microsoft-kiota-serialization-text: Synchronize microsoft-kiota versions

1.4.4 (2024-10-16)

Miscellaneous Chores

  • microsoft-kiota-serialization-text: Synchronize microsoft-kiota versions

1.4.3 (2024-10-16)

Bug Fixes

  • fixed type variable in enum writer method to align to reader methods (d5ce1ec)
  • include licence file in distribution package. (645af28)

1.4.1 (2024-10-15)

Bug Fixes

  • fixed type variable in enum writer method to align to reader methods (d5ce1ec)
  • include licence file in distribution package. (645af28)

1.4.0 (2024-10-14)

Features

[1.0.0] - 2023-10-31

Added

Changed

  • GA release.

[0.3.0] - 2023-10-19

Added

Changed

  • Changed serialization callback methods to properties.

[0.2.1] - 2023-06-14

Added

  • Added support for composed types serialization.

Changed

  • Changed writer from array to string to prevent writing of multiple values.
  • Fixed bug with serializing enums.