From fa44b5be95a91b607e3159acc36a7c9bd63fac81 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 13 Nov 2018 10:37:22 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 787b506..0356505 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ The primary goals of this framework are: - [ ] `meta` ### Misc +- [ ] Support transforms on `Attributes` values (e.g. to support different representations of `Date`) +- [ ] Support ability to distinguish between `Attributes` fields that are optional (i.e. the key might not be there) and `Attributes` values that are optional (i.e. the key is guaranteed to be there but it might be `null`). - [ ] `EntityType` validator (using reflection) - [ ] Property-based testing (using `SwiftCheck`) - [ ] Roll my own `Result` or find an alternative that doesn't use `Foundation`.