You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A library for loading data from a [JSON API](http://jsonapi.org) datasource. Par
9
9
10
10
Version | Changes
11
11
--- | ---
12
-
**0.1.3** | Added `NSCopying` and `NSCoded` to `JSONAPIResource`; Added `JSONAPIResourceFormatter` to format values before getting mapped - [more info](#formatter)
12
+
**0.2.0** | Added `NSCopying` and `NSCoded` to `JSONAPIResource`; Added `JSONAPIResourceFormatter` to format values before getting mapped - [more info](#formatter)
13
13
**0.1.2** | `JSONAPIResource` IDs can either be numbers or strings (thanks [danylhebreux](https://github.com/danylhebreux)); `JSONAPIResource` subclass can have mappings defined to set JSON values into properties automatically - [more info](#resource-mappings)
14
14
**0.1.1** | Fixed linked resources with links so they actually link to other linked resources
15
15
**0.1.0** | Initial release
@@ -30,7 +30,7 @@ Clone the repository and drop in the .h and .m files from the "Classes" director
30
30
JSONAPI is available through [CocoaPods](http://cocoapods.org), to install
0 commit comments