yao/sui/core
Max 787954f0af Enhance OpenAPI Integration and API Routing
- Introduced support for OpenAPI mode, allowing dynamic routing and OAuth guards for API endpoints.
- Updated API root path handling to accommodate OpenAPI configurations, ensuring consistent URL structures.
- Added well-known routes for Yao metadata and OAuth discovery, improving API discoverability.
- Refactored middleware and guards to streamline OpenAPI integration, enhancing overall service functionality.
- Removed deprecated agent TypeScript file, simplifying the codebase and improving maintainability.
2026-01-04 15:46:09 +08:00
..
block.go [add] block export and media api 2023-10-18 21:18:54 +08:00
build.go fix sui dynamic components render bug 2024-09-30 18:42:42 +08:00
cache.go [feat] SUI support BeforeRender hook for dataset processing, and deprecating the s:set method. 2024-07-25 17:56:40 +08:00
compile.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
component.go [add] block, component api 2023-09-28 11:57:31 +08:00
context.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
core.go [add] page preview api 2023-10-09 19:17:35 +08:00
data.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
editor.go [add] Support for JIT mode in SUI component imports ( dev ) 2024-07-02 20:40:35 +08:00
event.go Add s:route attribute to real time render components 2024-09-03 17:40:31 +08:00
fs.go [add] sui file server (dev) 2023-11-22 21:02:48 +08:00
injections.go Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
interfaces.go Implement Multi-Directory Watching and Enhance Locale File Handling 2026-01-03 14:39:57 +08:00
jit.go fix sui dynamic components render bug 2024-09-30 18:42:42 +08:00
json.go [add] page config 2023-10-09 12:10:06 +08:00
json_test.go [add] page config 2023-10-09 12:10:06 +08:00
locale.go refactor: Add support for script messages in SUI i18n locale merging logic 2024-07-17 18:06:51 +08:00
locale_test.go optimize SUI page writeLocaleSource and writeLocaleFiles logic 2024-07-17 08:25:52 +08:00
matcher.go add event binding logic in SUI core 2024-07-20 08:44:02 +08:00
page.go Enhance SEO metadata handling by adding keywords support and fixing og:title attribute syntax 2024-11-29 11:12:37 +08:00
page_test.go fix sui tests 2024-07-16 08:52:35 +08:00
parser.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
parser_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
preview.go [add] Support for JIT mode in SUI component imports ( dev ) 2024-07-02 20:40:35 +08:00
request.go Refactor SUI Command Arguments and Enhance Default Template Handling 2026-01-01 10:28:45 +08:00
script.go Refactor SUI Command Arguments and Enhance Default Template Handling 2026-01-01 10:28:45 +08:00
sui.go Fix PublicRoot bug and get Sid from request 2024-09-25 08:25:37 +08:00
sui_test.go [chore] Update sui test cases 2024-07-04 17:06:42 +08:00
token.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
token_test.go Optimize SUI variable parsing logic 2024-07-26 12:06:08 +08:00
translate.go Optimize SUI variable parsing logic 2024-07-26 12:06:08 +08:00
types.go Refactor SUI Command Arguments and Enhance Default Template Handling 2026-01-01 10:28:45 +08:00
utils.go Fix the bug in real-time rendering mode 2024-09-10 16:29:15 +08:00