From af087b12eeaa7890a81045e933dd8c60f2cb6708 Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sat, 25 Jun 2022 17:16:18 +0800 Subject: [PATCH] 2.0.7 -> 2.0.8 --- README.md | 20 ++++++++++---------- README_EN.md | 20 ++++++++++---------- docs/index.md | 20 ++++++++++---------- docs/kotlin_cn.md | 4 ++-- docs/kotlin_en.md | 4 ++-- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index b66091261..df863b0f6 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ - 支持`Java`服务端、客户端`Android`、大数据场景。 - 支持`Kotlin` [https://alibaba.github.io/fastjson2/kotlin_cn](https://alibaba.github.io/fastjson2/kotlin_cn) - 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) -- 支持`Android 8+` [(2.0.7.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.android/) -- 支持`Graal Native-Image` [(2.0.7.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.graal/) +- 支持`Android 8+` [(2.0.8.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.android/) +- 支持`Graal Native-Image` [(2.0.8.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.graal/) ![fastjson](docs/logo.jpg "fastjson") @@ -46,7 +46,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.7 + 2.0.8 ``` @@ -54,7 +54,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.8' } ``` @@ -72,7 +72,7 @@ dependencies { com.alibaba fastjson - 2.0.7 + 2.0.8 ``` @@ -80,7 +80,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.7' + implementation 'com.alibaba:fastjson:2.0.8' } ``` @@ -94,7 +94,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.7 + 2.0.8 ``` @@ -102,7 +102,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.7") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.8") } ``` @@ -116,7 +116,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.7 + 2.0.8 ``` @@ -124,7 +124,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.8' } ``` diff --git a/README_EN.md b/README_EN.md index 10ca59fd5..328fd99a3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,8 +21,8 @@ - Supports full parsing and partial parsing. - Supports Java servers and Android Clients, and has big data applications. - Supports Kotlin [https://alibaba.github.io/fastjson2/kotlin_en](https://alibaba.github.io/fastjson2/kotlin_en) -- Supports Android 8+ [(2.0.7.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.android/) -- Supports `Graal Native-Image` [(2.0.7.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.graal/) +- Supports Android 8+ [(2.0.8.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.android/) +- Supports `Graal Native-Image` [(2.0.8.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.graal/) - Supports `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) ![fastjson](docs/logo.jpg "fastjson") @@ -46,7 +46,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.7 + 2.0.8 ``` @@ -54,7 +54,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.8' } ``` @@ -72,7 +72,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.7 + 2.0.8 ``` @@ -80,7 +80,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.7' + implementation 'com.alibaba:fastjson:2.0.8' } ``` @@ -94,7 +94,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.7 + 2.0.8 ``` @@ -102,7 +102,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.7") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.8") } ``` @@ -116,7 +116,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas com.alibaba.fastjson2 fastjson2-extension - 2.0.7 + 2.0.8 ``` @@ -124,7 +124,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.8' } ``` diff --git a/docs/index.md b/docs/index.md index 20e567c2d..391ee0126 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ - 支持`Java`服务端、客户端`Android`、大数据场景。 - 支持`Kotlin` - 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn) -- 支持`Android` [(2.0.7.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.android/) -- 支持`Graal Native-Image` [(2.0.7.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.7.graal/) +- 支持`Android` [(2.0.8.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.android/) +- 支持`Graal Native-Image` [(2.0.8.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.8.graal/) ![fastjson](logo.jpg "fastjson") @@ -31,7 +31,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.7 + 2.0.8 ``` @@ -39,7 +39,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.8' } ``` @@ -57,7 +57,7 @@ dependencies { com.alibaba fastjson - 2.0.7 + 2.0.8 ``` @@ -65,7 +65,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.7' + implementation 'com.alibaba:fastjson:2.0.8' } ``` @@ -79,7 +79,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.7 + 2.0.8 ``` @@ -87,7 +87,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.7") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.8") } ``` @@ -101,7 +101,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.7 + 2.0.8 ``` @@ -109,7 +109,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.7' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.8' } ``` diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md index 6aa5e9832..5f6541929 100644 --- a/docs/kotlin_cn.md +++ b/docs/kotlin_cn.md @@ -11,7 +11,7 @@ com.alibaba.fastjson2 fastjson2-kotlin - 2.0.7 + 2.0.8 ``` @@ -19,7 +19,7 @@ ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.7") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.8") } ``` diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md index 30711c3cd..16f2c2e70 100644 --- a/docs/kotlin_en.md +++ b/docs/kotlin_en.md @@ -11,7 +11,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.7 + 2.0.8 ``` @@ -19,7 +19,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.7") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.8") } ```