build: v1.7.6 release (^.^)YYa!!

This commit is contained in:
michael 2023-12-23 10:35:09 +08:00
parent 2caa9ecef3
commit 01e05ff3ab
6 changed files with 218 additions and 10649 deletions

View File

@ -1,13 +1,43 @@
{ {
"hash": "837c5365", "hash": "f89f5635",
"browserHash": "8541a50e", "configHash": "0e899f8e",
"lockfileHash": "2cf7bf12",
"browserHash": "f7bcbdb1",
"optimized": { "optimized": {
"vue": { "vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js", "file": "vue.js",
"fileHash": "4247883c", "fileHash": "2c85f323",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "8af80563",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "ef0d503c",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "a227f6b7",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "44bd931b",
"needsInterop": false "needsInterop": false
} }
}, },
"chunks": {} "chunks": {
"chunk-7DTDMSOX": {
"file": "chunk-7DTDMSOX.js"
}
}
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,9 @@ export default defineConfig({
// logo: '/assets/images/logo02.png', // logo: '/assets/images/logo02.png',
themeConfig: { themeConfig: {
outlineTitle:'章节', outline:{
label:"章节"
},
search: { search: {
provider: 'local' provider: 'local'
}, },

View File

@ -1,4 +1,5 @@
{ {
"type": "module",
"scripts": { "scripts": {
"docs:dev": "vitepress dev", "docs:dev": "vitepress dev",
"docs:build": "vitepress build", "docs:build": "vitepress build",

View File

@ -2,6 +2,24 @@
查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。
## v1.7.5 20231223:
- 新增Db.selectFirstAndSecondColumnsAsMap 方法:查询结果的第一列作为 key第二列作为 value感谢 @617054137
- 新增:方言添加添加权限处理统一入口 prepareAuth感谢 @bf109f
- 优化:在数组异常时不显示数组为空异常信息的问题,感谢 @Suomm
- 优化:修改 QueryCondition 的类的相关错别字,感谢 @Suomm
- 优化:升级 MyBatis 相关依赖到最新版本,感谢 @tocken
- 修复DB2 v10.5 不支持 offset 关键字进行分页的问题,感谢 @farukonfly
- 修复DB2 v10.5 不支持 Nulls First 或 Nulls Last 语法的问题,感谢 @farukonfly
- 修复FieldWrapper 对有泛型 Entity 进行部分更新时报错的问题,感谢 @617054137
- 修复Db.updateEntitiesBatch 更新部分字段时,在某些场景下报错的问题,感谢 @617054137
- 修复:字段类型为 YearMonth,Year 等时更新出错的问题 #I8CGVM
- 修复main 方法直接调用 updateChain 方法构建 sql 时调用 toSQL 出错的问题 #I8NF9T
- 测试:优化单元测试,移除 println添加更多的断言感谢 @mofan
- 文档:添加 SpringBoot 3.2 版本启动失败解决办法,感谢 @Suomm
- 文档:优化英文文档的相关内容,感谢 @mofan
- 文档:更新 table 中的示例代码错误,感谢 @jtxfd_admin
## v1.7.5 20231124: ## v1.7.5 20231124:
- 修复:主键 ID 当传入空字符串时,调用 `insert` 方法不会依据 `@Id` 自动生成主键 id 的问题 - 修复:主键 ID 当传入空字符串时,调用 `insert` 方法不会依据 `@Id` 自动生成主键 id 的问题