Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.03 KB

File metadata and controls

84 lines (63 loc) · 2.03 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.

[2.0.0] - 2024-11-17

Changed

  • Upgrade to .Net 8.0
  • Upgrade to Swashbuckle 7.0.0
  • Upgrade to Microsoft.AspNetCore.Mvc.NewtonsoftJson 7.0.0
  • Fixed for breaking changes in Swashbuckle 7.0.0 (Issue #24)

[1.10.1] - 2024-11-15

Fixed

  • Issue #22 - NullReferenceException when binding empty JSON body. Thanks @cloviscoli!

[1.10.0] - 2024-10-22

Added

  • Support for multiple FromJson attributes in one wrapper class. Thanks @ArcKos00!

[1.9.0] - 2023-12-17

Added

  • Support for DescribeAllParametersInCamelCase. Thanks @machekku!

[1.8.0] - 2023-01-25

Added

  • Support for reading JSON from file. Thanks @stiio!

[1.7.1] - 2022-07-24

Fixed

  • Issue #14 - Support for JsonElement

[1.7.0] - 2022-04-14

Changed

  • Upgrade to .Net 6.0. Thanks @minorityuk

[1.6.1] - 2021-11-02

Fixed

  • Now binding returns 400 with Exception message

[1.6.0] - 2021-10-31

Added

  • Support for option DescribeAllParametersInCamelCase()

Fixed

  • Now any json Serialization Exception is treated like model error instead of throwing HTTP 500

[1.5.0] - 2021-06-28

Added

  • Support for OpenAPI CustomSchemaIds in JSON part

[1.4.2] - 2020-09-22

Fixed

  • Now invalid json returns null instead of throwing JsonParser exception and causing HTTP 500

[1.4.1] - 2020-06-20

Changed

  • Updates dendencies to AspNetCore 3.1

[1.4.0] - 2020-04-06

Changed

  • Updates dendencies to work with Swahsbuckle version 5.3.1.

[1.3.0] - 2020-01-13

Changed

  • Now you can choose your serializer.

[1.2.3] - 2020-01-09

Changed

  • JSON serializer from NewtonSoft to System.Text.Json

[1.1.0] - 2019-10-29

Added

  • MultipartRequiredFormData wrapper

[1.0.1] - 2019-09-25

Changed

  • Dependecy packages

[1.0.0] - 2019-09-22

Added

  • Initial release