Skip to content

Commit 3280c5a

Browse files
committed
* up to 0.13
1 parent 9a90c24 commit 3280c5a

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

AppledocSettings.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>--project-name</key>
6-
<string>JSONModel 0.12.0</string>
6+
<string>JSONModel 0.13.0</string>
77
<key>--print-settings</key>
88
<true/>
99
<key>--project-company</key>

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change-log
22
==========
33

4+
**Version 0.13** @ 2014-04-17
5+
6+
- methods to merge data into existing model
7+
8+
- automatic NSCopying and NSCoding for all JSONModel subclasses
9+
10+
- merged number of fixes for the networking library
11+
12+
- XCTest unit tests, demo app runs only on iOS7+
13+
14+
15+
416
**Version 0.12** @ 2014-02-17
517

618
- fixes for BOOLs

JSONModel.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONModel"
3-
s.version = "0.12.0"
3+
s.version = "0.13.0"
44
s.summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
55
s.homepage = "http://www.jsonmodel.com"
66

77
s.license = { :type => 'MIT', :file => 'LICENSE_jsonmodel.txt' }
88
s.author = { "Marin Todorov" => "touch-code-magazine@underplot.com" }
99

10-
s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "0.12.0" }
10+
s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "0.13.0" }
1111

1212
s.ios.deployment_target = '5.0'
1313
s.osx.deployment_target = '10.7'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Magical Data Modelling Framework for JSON
22

3+
*New*: In version 0.13.0 automatic NSCopying/NSCoding support.
4+
35
*New*: In version 0.12.0 I added experimental support for exporting **JSON models** to **CoreData**.
46

57
Give it a try and let me know, post an issue or just get in touch. Try something like that:

gendoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
appledoc --project-name "JSONModel 0.12.0" --project-company "Marin Todorov, Underplot" --company-id com.underplot --output ~/help --no-create-docset --explicit-crossref JSONModel
1+
appledoc --project-name "JSONModel 0.13.0" --project-company "Marin Todorov, Underplot" --company-id com.underplot --output ~/help --no-create-docset --explicit-crossref JSONModel

0 commit comments

Comments
 (0)