This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Frameworks/SupportingFiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77### Added
88- None.
99### Changed
10- - Make some fields of the ` JsonApi ` protocol optional by providing default implementation .
10+ - None .
1111### Deprecated
1212- None.
1313### Removed
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1717### Security
1818- None.
1919
20+ ## [ 0.2.0] - 2020-08-15
21+ ### Changed
22+ - Make some fields of the ` JsonApi ` protocol optional by providing default implementation.
23+
2024## [ 0.1.0] - 2019-02-14
2125### Added
2226- Add ` JsonApi ` type similar to ` TargetType ` in Moya with additional JSON ` Codable ` support.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.1 </string >
18+ <string >0.2.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "Microya"
4- s . version = "0.1.1 "
4+ s . version = "0.2.0 "
55 s . summary = "A micro version of the Moya network abstraction layer written in Swift."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 1313 alt="codebeat badge">
1414 </a>
1515 <a href="https://github.com/Flinesoft/HandySwift/releases">
16- <img src="https://img.shields.io/badge/Version-0.1.1 -blue.svg"
17- alt="Version: 0.1.1 ">
16+ <img src="https://img.shields.io/badge/Version-0.2.0 -blue.svg"
17+ alt="Version: 0.2.0 ">
1818 <img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
1919 alt="Swift: 4.2">
2020 <img src="https://img.shields.io/badge/Platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS-FF69B4.svg"
You can’t perform that action at this time.
0 commit comments