Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 252 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 252 Bytes

master

  • Remove support for "skip_serializing", "skip_serializing_if" and "skip_deserializing".
    • Initially supporting these by skipping a field was a mistake. If a user wishes to skip a field, they can still annotate it with #[ts(skip)]