Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 2.48 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.

0.5.0 - 2023-03-14

Added

  • Added support of XML requests and responses
  • Migrated to Net6

0.4.0 - 2020-11-13

Added

  • Body bindings
  • NodaTime support
  • Validation of body/query/path parameters

0.3.0 - 2020-09-07

Added

  • Path and query bindings
  • Emit of default handlers

0.2.2 - 2020-04-14

Added

  • Record generation from schemas
  • Multiple responses for one path now supported
  • Added support for XML docs generation

0.1.0 - 2020-03-28

Added

  • Initial release