commonbaseapp / zodex

The missing zod (de)?serialization library
MIT License
38 stars 5 forks source link

fix: store bigints as strings to ensure JSON compatibility #20

Closed brettz9 closed 2 weeks ago

brettz9 commented 2 weeks ago

fix: store bigints as strings to ensure JSON compatibility; fixes #19

BREAKING CHANGE:

Represents previously bigint values as strings

Also:

Gregoor commented 2 weeks ago

Sorry, I just got access rights back. When you resolve the conflicts I'm happy to merge it!

brettz9 commented 2 weeks ago

Thanks! Conflicts resolved...