You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on NetTime, parser returns Foundation.Date and Foundation.DateComponents instead.
Remove SwiftPM dependency on the TOMLDeserializer packege. It has been
merged into the same project.
Improved error reporting: a parsing error won't cause parsing to stop.
Instead, the parser will attempt to parse as much as possible and report all
errors it encounters.