Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.09 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.

[Unreleased]

[0.2.2] - 2019-03-01

Fixed

  • Removed public dependency on third party library (it is used internally)

[0.2.1] - 2019-02-28

Added

  • Classes for returning links to other endpoints in the application (see LinkBuilder and ILinkProvider)

[0.2.0] - 2019-02-14

Added

  • Support for custom serialization of types via the new ICustomSerializer<T> interface

Changed

  • The URL templates use a format that is compatible with RFC 6570

[0.1.3] - 2018-10-29

Added

  • Dynamic query key/value capturing
  • DataAccess library, provides helpers to filter and sort via the query string

Changed

  • More use of Spans internally

[0.1.2] - 2018-08-28

Fixed

  • Minor build infrastructure improvements

[0.1.1] - 2018-08-26

Added

  • Initial developer release for using with the example project