You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added `DecodedAt` and `EncodedAt` macros for separate decoding and encoding CodingKeys ([#138](https://github.com/SwiftyLab/MetaCodable/issues/138)) ([b468de5](https://github.com/SwiftyLab/MetaCodable/commit/b468de5fa530c0fd11a6113e106b76cb4c96ca4d))
7
+
* added `IgnoreEncoding(basedOn:)` macro to ignore encoding based on other properties ([#139](https://github.com/SwiftyLab/MetaCodable/issues/139)) ([fbb50ba](https://github.com/SwiftyLab/MetaCodable/commit/fbb50bae724870a2ff2627509feb86d3b5e899ba))
8
+
* added common strategies applicable to all properties ([#129](https://github.com/SwiftyLab/MetaCodable/issues/129)) ([ab61565](https://github.com/SwiftyLab/MetaCodable/commit/ab6156591e69fe51eb517b18405b3021fbab12ef))
9
+
* added properties dependencies support to `CodedBy` macro ([#107](https://github.com/SwiftyLab/MetaCodable/issues/107)) ([b0563bc](https://github.com/SwiftyLab/MetaCodable/commit/b0563bc0d402ca7f2ff07db9a47517ae61fb988a))
10
+
* added support for `Encodable`/`Decodable` partial conformance ([#137](https://github.com/SwiftyLab/MetaCodable/issues/137)) ([89d9cc0](https://github.com/SwiftyLab/MetaCodable/commit/89d9cc0ce8d49718e240b8794c82522715b5360e))
11
+
* added support for mutable optional variable with `@IgnoreCoding` ([#104](https://github.com/SwiftyLab/MetaCodable/issues/104)) ([1043da0](https://github.com/SwiftyLab/MetaCodable/commit/1043da007cd14db528d6a6f0be4217d65ba4ff60))
12
+
13
+
14
+
### 🐛 Fixes
15
+
16
+
* fixed `Path` deprecation warnings in package plugin ([#140](https://github.com/SwiftyLab/MetaCodable/issues/140)) ([5d8ae67](https://github.com/SwiftyLab/MetaCodable/commit/5d8ae674de1fdfde0b89ad6cf6661258d419e28e))
17
+
* minimized warnings generated by macro expanded code ([#103](https://github.com/SwiftyLab/MetaCodable/issues/103)) ([0c4be0e](https://github.com/SwiftyLab/MetaCodable/commit/0c4be0edd393984c928acf04c99511bcc5184888))
0 commit comments