forked from matthewcheok/JSONCodable
-
Notifications
You must be signed in to change notification settings - Fork 0
rebase #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ratranqu
wants to merge
21
commits into
ratranqu:master
Choose a base branch
from
matthewcheok:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rebase #1
Conversation
This file contains hidden or 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
Closes #33
1) remove unnecessary JSON example 2) re-order Enconding/Decoding sections 3) added section on enconding nested arrays/dictionaries 4) added note on extending initialiers into Classes
* update readme 1) remove unnecessary JSON example 2) re-order Enconding/Decoding sections 3) added section on enconding nested arrays/dictionaries 4) added note on extending initialiers into Classes * added decode cases and tests for handling double nested array items. i.e. [[Double]] * expanded test for [[JSONDecodable]] examples
* Adding ability to serialize properties from superclasses * adding code signing
* Changes default transformers to static function to enable better readability while consuming them * Uses static variables on extension instead of static functions * make old api public to not break compatibility
* Updated for Swift 3 * Fixed tests * Add support exporting nested JSON objects * test for encoding nested JSON objects and remove unneeded imports. * implementation for top level array and tests for Decoding * - Solved dynamicType and String initializer * - Fixed syntax upgrade issues * - Fixed unit tests * - Updated the Array extension to adopt swift 3 new syntax * - Fixed the Mirror doesn't have displayStyle for Swift default type, like String, Int, etc * - Updated JSONCompatible toJSON bug * Xcode GM supported * Upgraded version
1) remove JSONTransformers missing references `StringToNSURL` and `StringToNSDate` 2) add test from `develop2` branch for array of JSONEncodable initializer extension
* add `filter` option on JSONDecodable `decode` methods that return array types add `filter` option to array initializer - these options allow mapping over JSON array content to no longer fail when JSON objects in array are not all of same kind. * fix warnings * fix file merge
* Create cross platform schema * adds travis support * Adds deployment * Updates Schemes * Fixes tests * upgrade travis xcode * Changes iOS test simulator
Added a test to confirm that this doesn’t get broken again.
The badge will show green status once one build for the master was executed
Rename AnyObject to Any
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.