Skip to content

Latest commit

 

History

History
105 lines (65 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

105 lines (65 loc) · 3.96 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 (2025-02-10)

Features

  • add kiota bundle (575e3bc)
  • add release please configuration to monorepo (57de3a2)

Bug Fixes

  • Json serialization tests namespace (e80465e)
  • removes call to addcslashes in getStringValue() functions (f7097a1)
  • removes call to addcslashes in getStringValue() functions (64db05d)
  • subproject config & CI (673beef)

[1.3.1]

Added

Changed

  • fix(serialization): Float serialization also accepts integer values. #85

[1.3.0]

Added

Changed

  • fix(logic): Don't cast types since this might introduce some logical bugs. Make sure values match possible values for that type.
  • fix(serialization): Fix how composed types are handled.

[1.0.1]

Changed

  • Exclude non-prod files from shipped archive

[1.0.0] - 2023-11-01

Changed

  • Return only non-null values within deserialized collections
  • Bumped abstractions to 1.0.0
  • Mark package as stable

[0.7.0] - 2023-10-30

Added

  • Adds CHANGELOG. #47

Changed

  • Disabled PHP-HTTP discovery plugin. #49
  • Bumps Kiota Abstractions dependency version. #52

[0.6.0] - 2023-06-29

Added

  • Disable pipeline runs for forks. #38

Changed

  • Handle null values when serializing intersection wrappers. #39

[0.5.1] - 2023-06-12

Changed

  • Fix DateTime serialization. #35

[0.5.0] - 2023-05-18

Changed

  • Bump abstractions. #29

[0.4.3] - 2023-04-13

Added

  • Support deserializing objects to stream. #22

[0.4.2] - 2023-03-22

Changed

  • Fix static analysis issues. #17
  • Fix PHPStan failure when getting object value from JsonParseNode. #18

[0.4.1] - 2023-03-07

Changed

  • fix: tab escaping. #15

[0.4.0] - 2023-02-21

Added

  • Composed types (De)serialization support. #6
  • Add SonarCloud Coverage reporting. #10
  • Change workflow to use strategy matrix for PHP versions. #8

Changed

  • Bump Abstractions version. #13

For previous releass, please see our Release Notes