Skip to content

Commit ae482d0

Browse files
author
Josh Holtz
committed
Version bump and updated README
1 parent 29244f3 commit ae482d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

JSONAPI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONAPI"
3-
s.version = "1.0.6"
3+
s.version = "1.0.7"
44
s.summary = "A library for loading data from a JSON API datasource."
55
s.description = <<-DESC
66
A library for loading data from a JSON API datasource. Parses JSON API data into models with support for auto-linking of resources and custom model classes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For some full examples on how to use everything, please see the tests - https://
2121
2222
Version | Changes
2323
--- | ---
24+
**1.0.7** | Added `meta` and `setMeta` to `JSONAPIResource` and `JSONAPIResourceBase` (https://github.com/joshdholtz/jsonapi-ios/pull/43).
2425
**1.0.6** | Improved resource parsing and added parsing of `selfLinks` (https://github.com/joshdholtz/jsonapi-ios/pull/35). Thanks to [ artcom](https://github.com/ artcom) for helping! Also removed the need to define `setIdProperty` and `setSelfLinkProperty` in every resource (automatically mapped in the init of `JSONAPIResourceDescriptor`)
2526
**1.0.5** | Fix 1-to-many relationships serialization according to JSON API v1.0 (https://github.com/joshdholtz/jsonapi-ios/pull/34). Thanks to [RafaelKayumov](https://github.com/RafaelKayumov) for helping!
2627
**1.0.4** | Add support for empty to-one relationship according to JSON API v1.0 (https://github.com/joshdholtz/jsonapi-ios/pull/33). Thanks to [RafaelKayumov](https://github.com/RafaelKayumov) for helping!
@@ -48,7 +49,7 @@ Clone the repository and drop in the .h and .m files from the "Classes" director
4849
JSONAPI is available through [CocoaPods](http://cocoapods.org), to install
4950
it simply add the following line to your Podfile:
5051
51-
pod 'JSONAPI', '~> 1.0.6'
52+
pod 'JSONAPI', '~> 1.0.7'
5253
5354
## Classes/protocols
5455
For some full examples on how to use everything, please see the tests - https://github.com/joshdholtz/jsonapi-ios/blob/master/Project/JSONAPITests/JSONAPITests.m

0 commit comments

Comments
 (0)