From 19976d7a81445976ec683c1dd9deea44f79fe706 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Sun, 21 Nov 2021 00:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BF=AE=E6=94=B9=20v2.6.0?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E7=9A=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/CHANGELOG.md | 6 +++++- docs/_coverpage.md | 2 +- docs/quick-install.md | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 52fbe44..c8c43bb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ # 🍹 版本更新记录 :id=title -## 🎿 v2.5.0 新增了 trimWhere 标签 🆕 (2021-05-07) :id=v250 +## 🎣 v2.6.0 支持 Spring Data JPA 2.6.0 版本 🆕 (2021-11-21) :id=v260 + +- 支持最新的 Spring Data JPA 版本(`v2.6.0`),同时也能兼容之前的 Spring Data JPA 版本; + +## 🎿 v2.5.0 新增了 trimWhere 标签 (2021-05-07) :id=v250 - 新增了 `trimWhere` 标签,用于完全替代之前的 `where` 标签,用于修复它的已知 [bug](https://github.com/blinkfox/fenix/issues/43),以前的 `where` 标签将继续保留但不再推荐使用; diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 0fe133a..157b6f5 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](assets/images/logo.png) -# Fenix 2.5.0 +# Fenix 2.6.0 > 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库 diff --git a/docs/quick-install.md b/docs/quick-install.md index 473cee2..26505a1 100644 --- a/docs/quick-install.md +++ b/docs/quick-install.md @@ -16,14 +16,14 @@ com.blinkfox fenix-spring-boot-starter - 2.5.0 + 2.6.0 ``` ### 🌵 2. Gradle :id=spring-boot-gradle ```bash -compile 'com.blinkfox:fenix-spring-boot-starter:2.5.0' +compile 'com.blinkfox:fenix-spring-boot-starter:2.6.0' ``` ### 🏕️ 3. 激活 Fenix (@EnableFenix) :id=enable-fenix @@ -98,14 +98,14 @@ fenix: com.blinkfox fenix - 2.5.0 + 2.6.0 ``` ### 🌻 2. Gradle :id=project-gradle ```bash -compile 'com.blinkfox:fenix:2.5.0' +compile 'com.blinkfox:fenix:2.6.0' ``` ### 🏔️ 3. 激活 Fenix :id=project-enable-fenix