Skip to content

Releases: siyuan-community/siyuan-sdk

v0.3.13

10 Sep 11:45
088121e
Compare
Choose a tag to compare

v0.3.13 / 2024-09-10

  • v0.3.12 ... v0.3.13
  • 调整 tsconfig.json 配置文件 | Adjust tsconfig.json configuration file
  • 更新依赖版本 | Update dependency versions
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf
  • 配置 lint-staged | Configure lint-staged
  • 优化 ESLint 配置 | Optimize ESLint configuration
  • 配置 commitlint | Configure commitlint
  • 优化 types/**/index.d.ts 文件 | Optimize types/**/index.d.ts files
  • 调整 API /api/asset/upload | Adjust API /api/asset/upload
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf

v0.3.12

10 Jul 15:34
36d27b2
Compare
Choose a tag to compare

v0.3.12 / 2024-07-11

  • v0.3.11 ... v0.3.12
  • 改进 eslint 配置 | Improve eslint configuration
  • 改进构建流程 | Improve the build process
  • 优化 Prettier 配置 | Optimize Prettier configuration
  • 添加 Husky 配置 | Add Husky configuration
  • Prettier 支持排序模块导入 | Prettier supports sorting module imports
  • Prettier 支持数组换行 | Prettier supports array line breaks
  • 优化部分测试用例 | Optimize some test cases
  • 添加 .editorconfig 配置 | Add .editorconfig configuration
  • 添加 tsdoc 语法检查 | Add tsdoc syntax check
  • 使用 @antfu/eslint-config 作为 eslint 基础配置 | Use @antfu/eslint-config as the basic eslint configuration
  • 改进解析 tsconfig.json 中定义的路径别名的方式 | Improve the way to resolve path aliases defined in tsconfig.json
  • 调整 eslint 格式化配置 | Adjust eslint formatting configuration
  • 优化 broadcast 相关测试用例 | Optimize broadcast related test cases
  • 调整 API /api/system/getConf | Adjust API /api/notebook/getConf
  • 优化 TypeScript 类型定义生成脚本 | Optimize TypeScript type definition generation script

v0.3.11

14 May 07:36
5f668c9
Compare
Choose a tag to compare

v0.3.11 / 2024-05-14

  • v0.3.10 ... v0.3.11
  • 排序 import 表达式 | Sort import expressions
  • 完善社区资源清单文件定义 | Perfect community resource manifest file definition
  • 完善 Prettier 配置并应用 | Perfect Prettier configuration and apply
  • 重构 API 客户端配置更新机制 | Refactor API client configuration update mechanism
  • 调整 API /api/system/getConf | Adjust API /api/notebook/getConf

v0.3.10

09 May 09:05
55c1fa6
Compare
Choose a tag to compare

v0.3.10 / 2024-05-09

  • v0.3.9 ... v0.3.10
  • 添加 API /api/export/exportHTML | Add API /api/export/exportHTML
  • 调整 API /api/export/exportHTML | Adjust API /api/export/exportHTML
  • 优化 WebSocket URL 生成方案 | Optimize WebSocket URL generation scheme
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf
  • 调整 API /api/notebook/getNotebookConf | Adjust API /api/notebook/getNotebookConf
  • 调整 API /api/notebook/setNotebookConf | Adjust API /api/notebook/setNotebookConf
  • 调整 API /api/system/getConf | Adjust API /api/notebook/getConf
  • 添加社区资源清单文件基本定义 | Add basic definition of community resource manifest file
  • 添加图标资源清单文件定义 | Add icon resource manifest file definition
  • 添加插件资源清单文件定义 | Add plugin resource manifest file definition
  • 添加模板资源清单文件定义 | Add template resource manifest file definition
  • 添加挂件资源清单文件定义 | Add widget resource manifest file definition
  • 添加主题资源清单文件定义 | Add theme resource manifest file definition

v0.3.9

06 Apr 15:39
cb91fb7
Compare
Choose a tag to compare

v0.3.9 / 2024-04-06

  • v0.3.8 ... v0.3.9
  • 添加 API /api/block/foldBlock | Add API /api/block/foldBlock
  • 添加 API /api/block/unfoldBlock | Add API /api/block/unfoldBlock
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf
  • 调整 API /api/search/fullTextSearchBlock | Adjust API /api/search/fullTextSearchBlock
  • 调整 API /api/block/getDocInfo | Adjust API /api/block/getDocInfo
  • 添加 API /api/system/exit | Add API /api/system/exit
  • 实现兼容 Fetch 接口的 forwardProxy 调用方案 | Implement a forwardProxy calling scheme compatible with the Fetch interface
  • 优化 $fetch 中 HTTP 请求头格式转换方案 | Optimize the HTTP request header format conversion scheme in $fetch
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf

v0.3.8

19 Mar 14:46
c1841e6
Compare
Choose a tag to compare

v0.3.8 / 2024-03-19

  • v0.3.7 ... v0.3.8
  • #3 添加 API /api/sqlite/flushTransaction | Add API /api/sqlite/flushTransaction
  • 添加 API /api/system/logoutAuth | Add API /api/system/logoutAuth
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf
  • 完善 API /api/system/getConf | Perfect API /api/system/getConf
  • 调整 API /api/block/transferBlockRef | Adjust API /api/block/transferBlockRef
  • 调整 API /api/filetree/listDocsByPath 的测试用例 | Adjust the test cases of API /api/filetree/listDocsByPath
  • 调整 API /api/block/getDocInfo | Adjust API /api/block/getDocInfo

v0.3.7

23 Jan 16:24
9f9f24f
Compare
Choose a tag to compare

v0.3.7 / 2024-01-24

  • v0.3.6 ... v0.3.7
  • 优化测试用例以兼容 Vitest v1.x.x | Optimize test cases to be compatible with Vitest v1.x.x
  • 完善 API /api/notebook/lsNotebooks | Perfect API /api/notebook/lsNotebooks
  • 调整 Vitest 配置 | Adjust Vitest configuration
  • #2 添加 API /api/outline/getDocOutline | Add API /api/outline/getDocOutline

v0.3.6

26 Dec 13:40
19ab2a2
Compare
Choose a tag to compare

v0.3.6 / 2023-12-26

  • v0.3.5 ... v0.3.6
  • 调整 API /api/inbox/getShorthand | Adjust API /api/inbox/getShorthand
  • 调整 API /api/system/getConf | Adjust API /api/system/getConf
  • 添加 API /api/filetree/createDailyNote | Add API /api/filetree/createDailyNote
  • 完善 API /api/system/getConf | Perfect API /api/system/getConf

v0.3.5

28 Nov 13:09
0179a50
Compare
Choose a tag to compare

v0.3.5 / 2023-11-28

  • v0.3.4 ... v0.3.5
  • 删除 API /api/broadcast/channels | Delete API /api/broadcast/channels
  • 添加 API /api/broadcast/getChannels | Delete API /api/broadcast/getChannels
  • 添加 API /api/network/echo | Delete API /api/network/echo
  • 调整 API /api/storage/getRecentDocs 的 JSON Schema | Adjust the JSON Schema of API /api/storage/getRecentDocs

v0.3.4

15 Nov 16:02
c6c7883
Compare
Choose a tag to compare

v0.3.4 / 2023-11-15

  • v0.3.3 ... v0.3.4
  • 添加 API /api/storage/setLocalStorageVal | Add API /api/storage/setLocalStorageVal
  • 为 API /api/file/getFileblob 响应结果添加 content-type | Add content-type to the blob response result of API /api/file/getFile
  • #1 添加 API /api/filetree/getIDsByHPath | Add API /api/filetree/getIDsByHPath
  • 调整 API /api/snippet/getSnippet | Adjust API /api/snippet/getSnippet