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.
- Upgraded to be compatible with the latest stable release of NodaTime - 2.0.0 (thanks @CodeRevver)
- Removed unnecessary dependencies (thanks @GlosSoft)
- Nullable types (such as
Instant?
,LocalDate?
, etc.) are now correctly displayed in Swagger (thanks @GlosSoft)
- AppVeyor is now used to build, test and release the package
- fixed bug with double quotes in swagger examples
- it is now required to provide
JsonSerializerSettings
when configuring swagger forNodaTime
- Initial version released