CreateAPI / NaiveDate

Naive date and time
MIT License
46 stars 6 forks source link

Fix custom decoder to fully support Decodable protocol. #4

Closed t-p-dev closed 3 months ago

t-p-dev commented 3 months ago

Fixes certain crashes when using NaiveDate/Time with SwiftData.

t-p-dev commented 3 months ago

Just found out it's still crashes in some cases that seems not covered by tests. Will reopen once found and fixed.