gcanti / io-ts

Runtime type system for IO decoding/encoding
https://gcanti.github.io/io-ts/
MIT License
6.71k stars 329 forks source link

Handle `record` keys outside `domain` #705

Closed tgfisher4 closed 12 months ago

tgfisher4 commented 1 year ago

Addresses #704.

New behavior is that:

Other changes:

Happy to iterate based on feedback.

gcanti commented 1 year ago

@tgfisher4 LGTM

gcanti commented 12 months ago

Thanks @tgfisher4