Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit a1b9c88

Browse files
soumyamahuntsoumyamahunt
soumyamahunt
authored and
soumyamahunt
committed
chore(CHANGELOG): update for v1.0.0 [skip ci]
1 parent 20b0319 commit a1b9c88

File tree

5 files changed

+32
-28
lines changed

5 files changed

+32
-28
lines changed

CHANGELOG.md

+25-21
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
1-
### [1.1.1](https://github.com/SwiftyLab/DynamicCodableKit/compare/v1.1.0...v1.1.1) (2022-05-29)
1+
## 1.0.0 (2022-06-05)
22

33

4-
### 🐛 Fixes
4+
### ✅ Tests
55

6-
* **CocoaPods:** fix podspec source tag attribute ([e30b678](https://github.com/SwiftyLab/DynamicCodableKit/commit/e30b678e51bfa6cfb47b25ad0aa242aa47b193eb))
6+
* add `DynamicDecodable` unit tests ([96d4ba6](https://github.com/SwiftyLab/DynamicCodableKit/commit/96d4ba6a2cadf6dfad141316632feada67537fcc))
7+
* add tests for dynamic JSON decoding with type identifiers ([9fc73b7](https://github.com/SwiftyLab/DynamicCodableKit/commit/9fc73b71f9fd1541e59a53ffce2137ef0491906c))
8+
* add tests for dynamic JSON decoding with type(s) parent coding key ([c222eb1](https://github.com/SwiftyLab/DynamicCodableKit/commit/c222eb1835a8f461a6ade1f02d1968b097df54c1))
9+
* add tests for dynamic JSON decoding with user context provider ([74fd0b4](https://github.com/SwiftyLab/DynamicCodableKit/commit/74fd0b4664cfd383617160d26f9700c8557a97db))
10+
* add type identifier decoding tests ([3ae17b3](https://github.com/SwiftyLab/DynamicCodableKit/commit/3ae17b37997167ec03bc64868a50c6d676fca83e))
711

812

9-
### 📚 Documentation
13+
### 🚀 Features
1014

11-
* add manual installation guides ([cfd40e1](https://github.com/SwiftyLab/DynamicCodableKit/commit/cfd40e191fde39556e6873618a4a8045ae3ed574))
15+
* add Carthage prebuilt frameworks support ([c0f6918](https://github.com/SwiftyLab/DynamicCodableKit/commit/c0f6918d252c187a21aac2566e9e02dcfdf8ef77))
16+
* add Carthage support ([107a5c7](https://github.com/SwiftyLab/DynamicCodableKit/commit/107a5c77e86cfc8d2865209b36d64ddd3b12a724))
17+
* add CocoaPods support ([4e53ceb](https://github.com/SwiftyLab/DynamicCodableKit/commit/4e53ceb853542deae30446fc48ed29a6d134ed4c))
18+
* add dynamic encoding ([ac18636](https://github.com/SwiftyLab/DynamicCodableKit/commit/ac1863697b82923ed6e488e5bd7dd3560a8e89ed))
19+
* add dynamic JSON decoding with type identifiers ([63bab18](https://github.com/SwiftyLab/DynamicCodableKit/commit/63bab18f80d087d9538c17b4dd8189a7fef5a6c6))
20+
* add dynamic JSON decoding with type(s) parent coding key ([5c5bf0a](https://github.com/SwiftyLab/DynamicCodableKit/commit/5c5bf0a2567ad21927ea7a6a2cb4bfa1ab5ed2da))
21+
* add dynamic JSON decoding with user context provider ([8a61ceb](https://github.com/SwiftyLab/DynamicCodableKit/commit/8a61cebe6727159e88829e0b2f41bc521d3614ce))
22+
* add ignoring key with invalid data for parent coding key based dynamic decoding ([79935b4](https://github.com/SwiftyLab/DynamicCodableKit/commit/79935b448af7465b8fded0b23cce1367919dab15))
1223

13-
## [1.1.0](https://github.com/SwiftyLab/DynamicCodableKit/compare/63bab18f80d087d9538c17b4dd8189a7fef5a6c6...v1.1.0) (2022-05-29)
24+
25+
### 🐛 Fixes
26+
27+
* **CocoaPods:** fix podspec source tag attribute ([9072d1e](https://github.com/SwiftyLab/DynamicCodableKit/commit/9072d1e675f4f23a1930eb5101b21b13af2f369b))
1428

1529

1630
### 📚 Documentation
1731

1832
* add about and contributing guidelines ([1c3f7d1](https://github.com/SwiftyLab/DynamicCodableKit/commit/1c3f7d12132eaa634b44076118f9989e0c7d144a))
1933
* add DocC documentation with articles ([9575dd3](https://github.com/SwiftyLab/DynamicCodableKit/commit/9575dd32f56bae8b2e5a6bb6c02fc4555fb654b0))
34+
* add manual installation guides ([c51c8c9](https://github.com/SwiftyLab/DynamicCodableKit/commit/c51c8c974a81dce9a0307c96677a6a79ca8ace19))
2035

2136

22-
### ✅ Tests
37+
### 💄 Styles
2338

24-
* add `DynamicDecodable` unit tests ([1b8645f](https://github.com/SwiftyLab/DynamicCodableKit/commit/1b8645f1f2118b875d6a815b540fcab372f067fa))
25-
* add tests for dynamic JSON decoding with type identifiers ([886b22b](https://github.com/SwiftyLab/DynamicCodableKit/commit/886b22b209abbdcd939a3a919169bc0b468ee7f4))
26-
* add tests for dynamic JSON decoding with type(s) parent coding key ([87cc501](https://github.com/SwiftyLab/DynamicCodableKit/commit/87cc5019a899306183412e95e7c7dd336274508f))
27-
* add tests for dynamic JSON decoding with user context provider ([0b47865](https://github.com/SwiftyLab/DynamicCodableKit/commit/0b47865ce927ba5979a40d4eb1ea3cadedc137f4))
28-
* add type identifier decoding tests ([3ae17b3](https://github.com/SwiftyLab/DynamicCodableKit/commit/3ae17b37997167ec03bc64868a50c6d676fca83e))
39+
* add swift-format for code formatting ([0a719fe](https://github.com/SwiftyLab/DynamicCodableKit/commit/0a719fee49c725afc352278eb0129c16d739e693))
2940

3041

31-
### 🚀 Features
42+
### ⏪ Reverts
3243

33-
* add Carthage prebuilt frameworks support ([e74517c](https://github.com/SwiftyLab/DynamicCodableKit/commit/e74517c0b5cdbd3cdfc82f70efdcd65afac85445))
34-
* add Carthage support ([81d18dc](https://github.com/SwiftyLab/DynamicCodableKit/commit/81d18dcb0a8dcbc18469cb3527ad834c8b17d5a0))
35-
* add CocoaPods support ([4e53ceb](https://github.com/SwiftyLab/DynamicCodableKit/commit/4e53ceb853542deae30446fc48ed29a6d134ed4c))
36-
* add dynamic encoding ([27f4d41](https://github.com/SwiftyLab/DynamicCodableKit/commit/27f4d418d117fea6f50e494a8e138fd97854bed4))
37-
* add dynamic JSON decoding with type identifiers ([63bab18](https://github.com/SwiftyLab/DynamicCodableKit/commit/63bab18f80d087d9538c17b4dd8189a7fef5a6c6))
38-
* add dynamic JSON decoding with type(s) parent coding key ([5c5bf0a](https://github.com/SwiftyLab/DynamicCodableKit/commit/5c5bf0a2567ad21927ea7a6a2cb4bfa1ab5ed2da))
39-
* add dynamic JSON decoding with user context provider ([8a61ceb](https://github.com/SwiftyLab/DynamicCodableKit/commit/8a61cebe6727159e88829e0b2f41bc521d3614ce))
40-
* add ignore key with invalid data for parent coding key based dynamic decoding ([b9dc92f](https://github.com/SwiftyLab/DynamicCodableKit/commit/b9dc92f90ed10287e712aed09c192b8fea7ab54e))
44+
* Revert "chore: add single major swift tool package manifest" ([19044fd](https://github.com/SwiftyLab/DynamicCodableKit/commit/19044fd8c2f5092f44e77d7143ee62ebb769853d))
4145

DynamicCodableKit.xcodeproj/DynamicCodableKitTests_Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.1</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.1</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

DynamicCodableKit.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
5B1F781524422DBA176D0A74 /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = 05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */; };
24+
B10BA9CB89739730584048F9 /* DynamicCodableKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = 7C02AE3B9AFE0B39D7D945B7 /* DynamicCodableKit.docc */; };
2525
OBJ_100 /* DynamicDecodingContextProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* DynamicDecodingContextProvider.swift */; };
2626
OBJ_101 /* DynamicDecodingDefaultValueContextBasedWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* DynamicDecodingDefaultValueContextBasedWrapper.swift */; };
2727
OBJ_102 /* DynamicEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* DynamicEncodable.swift */; };
@@ -77,7 +77,7 @@
7777
/* End PBXBuildFile section */
7878

7979
/* Begin PBXFileReference section */
80-
05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = DynamicCodableKit.docc; sourceTree = "<group>"; };
80+
7C02AE3B9AFE0B39D7D945B7 /* DynamicCodableKit.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = DynamicCodableKit.docc; sourceTree = "<group>"; };
8181
OBJ_11 /* DynamicDecodable.swift */ = {isa = PBXFileReference; path = DynamicDecodable.swift; sourceTree = "<group>"; };
8282
OBJ_12 /* DynamicDecodingConfiguration.swift */ = {isa = PBXFileReference; path = DynamicDecodingConfiguration.swift; sourceTree = "<group>"; };
8383
OBJ_13 /* DynamicDecodingContext.swift */ = {isa = PBXFileReference; path = DynamicDecodingContext.swift; sourceTree = "<group>"; };
@@ -160,7 +160,7 @@
160160
OBJ_25 /* DynamicDecodingContextProvider */,
161161
OBJ_30 /* DynamicEncodable.swift */,
162162
OBJ_31 /* Extensions */,
163-
05DAABCCF7C69DE8D862A274 /* DynamicCodableKit.docc */,
163+
7C02AE3B9AFE0B39D7D945B7 /* DynamicCodableKit.docc */,
164164
);
165165
name = DynamicCodableKit;
166166
path = Sources/DynamicCodableKit;
@@ -543,7 +543,7 @@
543543
OBJ_104 /* DecodingError.swift in Sources */,
544544
OBJ_105 /* KeyedDecodingContainerProtocol.swift in Sources */,
545545
OBJ_106 /* UnkeyedDecodingContainer.swift in Sources */,
546-
5B1F781524422DBA176D0A74 /* DynamicCodableKit.docc in Sources */,
546+
B10BA9CB89739730584048F9 /* DynamicCodableKit.docc in Sources */,
547547
);
548548
};
549549
/* End PBXSourcesBuildPhase section */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"build-doc": "Scripts/build-doc.js",
3434
"serve-doc": "Scripts/serve-doc.js"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)