Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Aug 18, 2016
1 parent 818eba3 commit 142d6e1
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.4.0 (2016-08-18)

- deprecated all JSON->Model key mapper methods for consistency's sake - replaced with equivalent Model->JSON methods with clearer naming

## v1.3.0 (2016-07-22)

Sorry for the long time since the last release. We'll be trying to maintain a
Expand Down
2 changes: 1 addition & 1 deletion JSONModel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JSONModel"
s.version = "1.3.0"
s.version = "1.4.0"
s.summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
s.homepage = "http://www.jsonmodel.com"

Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
version = "1.4">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand Down
2 changes: 1 addition & 1 deletion JSONModel/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModel.h
@@ -1,7 +1,7 @@
//
// JSONModel.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModel.m
@@ -1,7 +1,7 @@
//
// JSONModel.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModelClassProperty.h
@@ -1,7 +1,7 @@
//
// JSONModelClassProperty.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModelClassProperty.m
@@ -1,7 +1,7 @@
//
// JSONModelClassProperty.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModelError.h
@@ -1,7 +1,7 @@
//
// JSONModelError.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModel/JSONModelError.m
@@ -1,7 +1,7 @@
//
// JSONModelError.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelLib.h
@@ -1,7 +1,7 @@
//
// JSONModelLib.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONAPI.h
@@ -1,7 +1,7 @@
//
// JSONAPI.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONAPI.m
@@ -1,7 +1,7 @@
//
// JSONAPI.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONHTTPClient.h
@@ -1,7 +1,7 @@
//
// JSONModelHTTPClient.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONHTTPClient.m
@@ -1,7 +1,7 @@
//
// JSONModelHTTPClient.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONModel+networking.h
@@ -1,7 +1,7 @@
//
// JSONModel+networking.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelNetworking/JSONModel+networking.m
@@ -1,7 +1,7 @@
//
// JSONModel+networking.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelTransformations/JSONKeyMapper.h
@@ -1,7 +1,7 @@
//
// JSONKeyMapper.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelTransformations/JSONKeyMapper.m
@@ -1,7 +1,7 @@
//
// JSONKeyMapper.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelTransformations/JSONValueTransformer.h
@@ -1,7 +1,7 @@
//
// JSONValueTransformer.h
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion JSONModel/JSONModelTransformations/JSONValueTransformer.m
@@ -1,7 +1,7 @@
//
// JSONValueTransformer.m
//
// @version 1.3
// @version 1.4
// @author Marin Todorov (http://www.underplot.com) and contributors
//

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
## Magical Data Modeling Framework for JSON

### Version 1.3.0
### Version 1.4.0

---
If you like JSONModel and use it, could you please:
Expand Down

0 comments on commit 142d6e1

Please sign in to comment.