Skip to content

Commit e2b09b4

Browse files
committed
chore(CHANGELOG): update for v1.5.0 [skip ci]
1 parent 5d8ae67 commit e2b09b4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.5.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.4.0...v1.5.0) (2025-07-08)
2+
3+
4+
### 🚀 Features
5+
6+
* 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))
18+
119
## [1.4.0](https://github.com/SwiftyLab/MetaCodable/compare/v1.3.0...v1.4.0) (2024-09-30)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MetaCodable",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"summary": "Supercharge Swift's Codable implementations with macros.",
55
"description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
66
"homepage": "https://github.com/SwiftyLab/MetaCodable",

0 commit comments

Comments
 (0)