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.
- Removed public dependency on third party library (it is used internally)
- Classes for returning links to other endpoints in the application (see
LinkBuilder
andILinkProvider
)
- Support for custom serialization of types via the new
ICustomSerializer<T>
interface
- The URL templates use a format that is compatible with RFC 6570
- Dynamic query key/value capturing
DataAccess
library, provides helpers to filter and sort via the query string
- More use of
Span
s internally
- Minor build infrastructure improvements
- Initial developer release for using with the example project