Skip to content

0.1.1: Unmarshalling fix

Compare
Choose a tag to compare
@thekid thekid released this 12 Feb 23:34
· 185 commits to master since this release
  • Fixed object fields not being converted to their declared types during
    unmarshalling (e.g., using /** @var T */).
    (@thekid)