gcanti / io-ts

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

Handle `record` keys outside `domain` #705

Closed tgfisher4 closed 9 months ago

tgfisher4 commented 9 months ago

Addresses #704.

New behavior is that:

Other changes:

Happy to iterate based on feedback.

gcanti commented 9 months ago

@tgfisher4 LGTM

gcanti commented 9 months ago

Thanks @tgfisher4