ForbesLindesay / funtypes

Runtime validation for static types
MIT License
29 stars 4 forks source link

feat: ParsedValue type #17

Closed ForbesLindesay closed 3 years ago

ForbesLindesay commented 3 years ago

This allows you to define a type that has a different representation for parsed vs. serialized data. The serialize method is left as optional, which lets you create parse-only codecs for legacy data while always serializing to the latest format

rollingversions[bot] commented 3 years ago

Change Log for funtypes (1.0.0 → 1.1.0)

New Features

Refactorings

Edit changelog