-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use lets in test struct * Refactor FormDataDecoder Refactor implementation to more closely follow the intended usage and therefore support, among other things, decoding top level optionals. Removes `fatalError`s in favor of (presumably) intended implementations. - add support for passing in `userInfo` - add test for decoding optional * Remove invalid access modifiers * Complement and correct API docs * Refactor Decoding and Encoding logic * Remove leftover code and fix build * Add missing `self` to support Swift < 5.4 * Make `userInfo` public * Add support for indexed arrays
- Loading branch information
1 parent
df545a1
commit 30f5343
Showing
2 changed files
with
187 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters