Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.46 KB

Trunk

Breaking Changes

New Features

Bug Fixes

Internal Changes

  • WpDerivedRequest now supports plain get requests
  • WpDerivedRequest now supports additional_query_pairs

0.1

This first release includes the following for the Kotlin, Rust & Swift platforms:

It also includes all of the underlying infrastructure for this – including:

  • wp_contextual – A proc macro that generates Edit, Embed & View contextual types from given Sparse type
  • wp_derive_request_builder – A proc macro that generates endpoint, request builder and request executor types