vapor / core

🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82 stars 50 forks source link

simplified codable reflection algorithm #162

Closed tanner0101 closed 5 years ago

tanner0101 commented 6 years ago

This PR includes a new Codable reflection algorithm that has a couple of benefits over the old one:

Unfortunately this is a breaking change, so it will have to wait until Core 4.0. Opening this now though so that the code can be preserved.

tanner0101 commented 5 years ago

This has been added here: https://github.com/vapor/codable-kit/pull/1