From 6dffe0eed63d0a93f467889f32becdea0a612dc3 Mon Sep 17 00:00:00 2001 From: intsig171 <87351449+intsig171@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:50:54 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 67ef856..3e3c3b9 100644 --- a/README.md +++ b/README.md @@ -174,11 +174,6 @@ If you're looking forward to learning more about the Codable protocol and the de ## Github Stars ![GitHub stars](https://starchart.cc/intsig171/SmartCodable.svg?theme=dark) -## Supporters -[![Stargazers repo roster for @intsig171/SmartCodable](https://reporoster.com/stars/intsig171/SmartCodable)](https://github.com/intsig171/SmartCodable/stargazers) - -[![Forkers repo roster for @intsig171/SmartCodable](https://reporoster.com/forks/intsig171/SmartCodable)](https://github.com/intsig171/SmartCodable/network/members) - ## Join us **SmartCodable** is an open source project, and we welcome all developers interested in improving data parsing performance and robustness. Whether it's using feedback, feature suggestions, or code contributions, your participation will greatly advance the **SmartCodable** project. From 0507d1d9cb9d5d2cf82ffbd2eb4764baa61e5a68 Mon Sep 17 00:00:00 2001 From: intsig171 <87351449+intsig171@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:55:51 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e3c3b9..0ae9e6e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![Swift Package Manager](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/) [![Platforms](https://img.shields.io/cocoapods/p/ExCodable.svg)](#readme) -[![Build and Test](https://github.com/iwill/ExCodable/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/iwill/ExCodable/actions/workflows/build-and-test.yml) -[![GitHub Releases (latest SemVer)](https://img.shields.io/github/v/release/iwill/ExCodable.svg?sort=semver)](https://github.com/iwill/ExCodable/releases) -[![LICENSE](https://img.shields.io/github/license/iwill/ExCodable.svg)](https://github.com/iwill/ExCodable/blob/master/LICENSE) +[![Build and Test](https://github.com/iwill/ExCodable/actions/workflows/build-and-test.yml/badge.svg)]() +[![GitHub Releases (latest SemVer)](https://img.shields.io/github/v/release/iwill/ExCodable.svg?sort=semver)](https://github.com/intsig171/SmartCodable/releases) +[![LICENSE](https://img.shields.io/github/license/iwill/ExCodable.svg)](https://github.com/intsig171/SmartCodable/blob/main/LICENSE) **SmartCodable** is a data parsing library based on Swift's **Codable** protocol, designed to provide more powerful and flexible parsing capabilities. By optimizing and rewriting the standard features of **Codable**, **SmartCodable** effectively solves common problems in the traditional parsing process and improves the fault tolerance and flexibility of parsing.