-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MOD: Refactor JSONHelper * WIP commit of proposed structural changes * Add license info to files missing it * Comment out tests of unimplemented features * Minor naming change * Boolean conversion * Convert from Any * NSDate conversion * NSURL conversion * Update travis configuration * Array conversion * JSON string to instance conversion * Better use of generics * Instance array conversions * Add missing new line characters to end of files * [String: Convertible] deserialization * Move string tests * Update test assertion messages * Move int tests * Move bool tests and complete them Fixed int to bool conversion. * Better string tests * Change NSDate conversion attempt order * String to UIColor and NSColor conversion * Upgrade to latest version of Swift and add declare all JSON data types * A step in the right direction (restructuring & refactoring) * [Int] Support conversion from Double, Float, and NSDecimalNuber * [Tests] Test new String to Bool conversions * [Double] Support conversions to Double type * Conversion operations can now throw errors Additionally: - Bumped version to 2.0.0. - Completed more tests. - Minor code refactoring. - Commented out JSONAPI code temporarily. * Complete even more tests and functionality These commits will be squashed, so I'm going to detail these later on. * Add enum conversion support and tests * Dictionary conversion and deserialization Additional changes: - NSDate to String conversion. - Serializable protocol. * Complete the rest of the tests and functionality Except serialization and JSON API support. * Partially complete new README * Backup commit, will be squashed * [README] Update for 2.0.0
- Loading branch information
Showing
42 changed files
with
1,905 additions
and
1,077 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.