Skip to content

0.9.0

Latest

Choose a tag to compare

@juri juri released this 16 Jul 15:07
  • Reject parsing if there's more than 9 second fraction digits.
  • Report how many bytes the parsing read; add a flag that makes the parser return nil if there was trailing data.
  • Validate day number based on the year and month.
  • Check TimeZone creation success before creating DateComponents.
  • Record a -00:00 time zone as nil Parts.zone value, to indicate unknown local offset.
  • Fix error's codingPath in parseFromDecoder.