File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >--project-name </key >
6
- <string >JSONModel 0.12 .0 </string >
6
+ <string >JSONModel 0.13 .0 </string >
7
7
<key >--print-settings </key >
8
8
<true />
9
9
<key >--project-company </key >
Original file line number Diff line number Diff line change 1
1
Change-log
2
2
==========
3
3
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
+
4
16
** Version 0.12** @ 2014-02-17
5
17
6
18
- fixes for BOOLs
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "JSONModel"
3
- s . version = "0.12 .0"
3
+ s . version = "0.13 .0"
4
4
s . summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
5
5
s . homepage = "http://www.jsonmodel.com"
6
6
7
7
s . license = { :type => 'MIT' , :file => 'LICENSE_jsonmodel.txt' }
8
8
s . author = { "Marin Todorov" => "touch-code-magazine@underplot.com" }
9
9
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" }
11
11
12
12
s . ios . deployment_target = '5.0'
13
13
s . osx . deployment_target = '10.7'
Original file line number Diff line number Diff line change 1
1
## Magical Data Modelling Framework for JSON
2
2
3
+ * New* : In version 0.13.0 automatic NSCopying/NSCoding support.
4
+
3
5
* New* : In version 0.12.0 I added experimental support for exporting ** JSON models** to ** CoreData** .
4
6
5
7
Give it a try and let me know, post an issue or just get in touch. Try something like that:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments