vapor / core

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

Ported CodableKit reflection to Core including the nested keyPath bug fix #190

Closed valeriomazzeo closed 5 years ago

valeriomazzeo commented 5 years ago

Includes https://github.com/vapor/codable-kit/pull/5

This requires Fluent 3 to not depend on AnyReflectable, but it shouldn't be breaking the public interface.