Skip to content

5.3.0

Compare
Choose a tag to compare
@rubengees rubengees released this 30 Dec 03:02
· 2 commits to master since this release
  • API changes
    • Breaking change: Fixes for various incorrect nullable type declarations. Endpoints of type Endpoint<Unit> (and others) are now Endpoint<Unit?> instead.