Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 968 Bytes

Change Log

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.

[3.0.0] - 2017-07-29

Changed

  • Upgraded to be compatible with the latest stable release of NodaTime - 2.0.0 (thanks @CodeRevver)

[2.2.0] - 2017-04-01

Changed

  • Removed unnecessary dependencies (thanks @GlosSoft)

[2.1.0] - 2017-04-01

Added

  • Nullable types (such as Instant?, LocalDate?, etc.) are now correctly displayed in Swagger (thanks @GlosSoft)

[2.0.1] - 2017-04-01

Added

  • AppVeyor is now used to build, test and release the package

[2.0.0] - 2016-02-28

Fixed

  • fixed bug with double quotes in swagger examples

Breaking changes

  • it is now required to provide JsonSerializerSettings when configuring swagger for NodaTime

[1.0.0] - 2016-02-13

Added

  • Initial version released