File tree 5 files changed +44
-20
lines changed
5 files changed +44
-20
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
6
6
#### 3.x Releases
7
7
8
- * ` 3.0.x ` Releases = [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 )
8
+ * ` 3.0.x ` Releases = [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 ) | [ 3.0.2 ] ( #302 )
9
9
10
10
#### 2.x Releases
11
11
@@ -20,6 +20,29 @@ All notable changes to this project will be documented in this file.
20
20
21
21
---
22
22
23
+ ## [ 3.0.2] ( https://github.com/Nike-Inc/Elevate/releases/tag/3.0.2 )
24
+
25
+ Released on 2018-09-17. All issues associated with this milestone can be found using this
26
+ [ filter] ( https://github.com/Nike-Inc/Elevate/milestone/9?closed=1 ) .
27
+
28
+ #### Updated
29
+
30
+ - The Xcode workspace to be compatible with Xcode 10 and Swift 4.2.
31
+ - Updated by [ Eric Jensen] ( https://github.com/ejensen ) in Pull Request
32
+ [ #35 ] ( https://github.com/Nike-Inc/Elevate/pull/35 ) .
33
+ - The podspec swift-version to 4.2.
34
+ - Updated by [ Eric Jensen] ( https://github.com/ejensen ) in Pull Request
35
+ [ #35 ] ( https://github.com/Nike-Inc/Elevate/pull/35 ) .
36
+ - The Travis-CI yaml file to build with Xcode 10 by leveraging bundler and a Gemfile.
37
+ - Updated by [ Christian Noon] ( https://github.com/cnoon ) in Pull Request
38
+ [ #36 ] ( https://github.com/Nike-Inc/Elevate/pull/36 ) .
39
+
40
+ #### Fixed
41
+
42
+ - Issue in the tests on iOS 8.4 by updating Travis to use newer OSX image.
43
+ - Fixed by [ Christian Noon] ( https://github.com/cnoon ) in Pull Request
44
+ [ #34 ] ( https://github.com/Nike-Inc/Elevate/pull/34 ) .
45
+
23
46
## [ 3.0.1] ( https://github.com/Nike-Inc/Elevate/releases/tag/3.0.1 )
24
47
25
48
Released on 2018-04-10. All issues associated with this milestone can be found using this
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
- s . name = ' Elevate'
3
- s . version = ' 3.0.1'
4
- s . summary = ' Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.'
5
- s . homepage = ' https://github.com/Nike-Inc/Elevate'
6
- s . license = ' MIT'
7
- s . authors = { ' Eric Appel' => ' [email protected] ' , ' Christian Noon' => ' [email protected] ' }
2
+ s . name = " Elevate"
3
+ s . version = " 3.0.2"
4
+ s . summary = " Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable."
5
+ s . homepage = " https://github.com/Nike-Inc/Elevate"
6
+ s . license = " MIT"
7
+ s . authors = { " Eric Appel" => " [email protected] " , " Christian Noon" => " [email protected] " }
8
8
9
- s . source = { :git => ' https://github.com/Nike-Inc/Elevate.git' , :tag => s . version }
10
- s . source_files = ' Source/*.swift'
11
- s . swift_version = ' 4.2'
9
+ s . source = { :git => " https://github.com/Nike-Inc/Elevate.git" , :tag => s . version }
10
+ s . source_files = " Source/*.swift"
11
+ s . swift_version = " 4.2"
12
12
13
- s . ios . deployment_target = ' 8.0'
14
- s . osx . deployment_target = ' 10.11'
15
- s . tvos . deployment_target = ' 9.0'
16
- s . watchos . deployment_target = ' 2.0'
13
+ s . ios . deployment_target = " 8.0"
14
+ s . osx . deployment_target = " 10.11"
15
+ s . tvos . deployment_target = " 9.0"
16
+ s . watchos . deployment_target = " 2.0"
17
17
end
Original file line number Diff line number Diff line change 7
7
8
8
Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.
9
9
10
- > Elevate has been ** OFFICIALLY DEPRECATED** in favor of the ` Codable ` protocol provided by Apple in the ` Foundation ` framework.
11
- We will continue to support Elevate throughout the Xcode 9 lifespan.
10
+ > Elevate should no longer be used for new feature development.
11
+ > We recommend using the ` Codable ` protocol provided by Apple in the ` Foundation ` framework in its place.
12
+ > We will continue to support and update Elevate for the foreseeable future.
12
13
13
14
## Features
14
15
@@ -22,8 +23,8 @@ We will continue to support Elevate throughout the Xcode 9 lifespan.
22
23
## Requirements
23
24
24
25
- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
25
- - Xcode 9.0 +
26
- - Swift 4.0 +
26
+ - Xcode 9.3 +
27
+ - Swift 4.1 +
27
28
28
29
## Communication
29
30
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0.1 </string >
18
+ <string >3.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0.1 </string >
18
+ <string >3.0.2 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments