-
Notifications
You must be signed in to change notification settings - Fork 63
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
[WIP] 2.0.0 #39
[WIP] 2.0.0 #39
Conversation
Fixed int to bool conversion.
Reviewed 3 of 9 files at r1, 15 of 18 files at r2. JSONHelper/Extensions/Bool.swift, line 43 [r2] (raw file): JSONHelper/Extensions/Bool.swift, line 45 [r2] (raw file): JSONHelper/Extensions/Color.swift, line 11 [r2] (raw file): JSONHelper/Extensions/String.swift, line 35 [r2] (raw file): Comments from the review on Reviewable.io |
4d5d759
to
a153bfc
Compare
Additionally: - Bumped version to 2.0.0. - Completed more tests. - Minor code refactoring. - Commented out JSONAPI code temporarily.
These commits will be squashed, so I'm going to detail these later on.
Additional changes: - NSDate to String conversion. - Serializable protocol.
c00e77d
to
9967b14
Compare
Except serialization and JSON API support.
# Conflicts: # JSONHelper/JSONHelper.swift
A better structured JSONHelper with support for serialization (will be completed with 2.1.0) as well as deserialization. Also adds additional type conversions that were not supported previously.
Closes #37, closes #23, closes #14, closes #7, closes #43.
┆Issue is synchronized with this Asana task