Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 849 Bytes

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 849 Bytes

Changelog

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.