Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

Change Log

Version 0.1.2

2020-02-28

  • New: Support implementing multiple service interfaces (Contributed by joshafeinberg)
  • New: Allow service interface return types to be retrofit2.Response<...>

Version 0.1.1

2020-01-18

  • New: Expose retrofitService(service = ...) extension for Ktor routing DSL to install a Retrofit service at specific route. Supports Ktor authentication.

Version 0.1.0

2019-10-21

  • New: Initial release