Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.05 KB

Changelog

Version 1.0.0

2025-01-13

  • Add support for further customization of the call factory.
  • Switch the callback execution into another thread to avoid dispatcher exhaustion and ensure proper call cancellation management.

Version 0.0.6

2024-06-28

  • Add support for decoding properties of type Map.
  • Add a new proguard rule to keep classes extending from HalResource.

Version 0.0.5

2024-02-27

  • Tag options per Retrofit service interface method.

Version 0.0.4

2023-03-31

  • Consume KotlinX Serialization Transient annotation in serialization and deserialization.

Version 0.0.3

2023-03-17

  • Implement a workaround for Retrofit converter factory caching.
  • Update dependencies.

Version 0.0.2

2023-01-12

  • Update dependencies.
  • Fix serialization deprecation.
  • Implement sanitization of templated links without value for placeholders.
  • Return imperative arguments when there are no annotated arguments present.
  • Implement common template arguments.

Version 0.0.1

2022-08-16

  • Initial public release.