mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
282 stars 35 forks source link

Improve integer max/min parsing and inconsistency errors #342

Closed mattpolzin closed 11 months ago

mattpolzin commented 11 months ago

Fixes a bug where decoding max or min 64 bit integer values would fail when being done via Double.

Closes https://github.com/mattpolzin/OpenAPIKit/issues/341