Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ratranqu
Copy link
Owner

No description provided.

Alex Tran Qui and others added 21 commits April 1, 2016 22:08
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants