Arthur Crocquevieille
Arthur Crocquevieille
While working on https://github.com/apple/swift-openapi-generator/issues/637, I noticed `ISO8601FormatStyle` formattes dates with fractional seconds incorreclty. The fractional seconds field is off by one. Also, when parsing a formatted date with fractional seconds,...
### Motivation The generator changes for: https://github.com/apple/swift-openapi-generator/issues/259 Depends on https://github.com/apple/swift-openapi-runtime/pull/100 landing first and getting released, and the version dependency being bumped here. ### Modifications Added deepObject style to serializer &...