Closed Romakita closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request includes significant updates to the documentation for cache management in the Ts.ED framework, enhancing clarity and usability. Changes include expanded installation instructions, detailed configuration examples, and new subsections on caching endpoints. Additionally, the docs/index.md
file has been modified to adjust import paths and simplify component usage. The package.json
file reflects a version update and changes to the API build script, transitioning from a Lerna-based build process to a direct TypeScript compiler invocation.
File | Change Summary |
---|---|
docs/docs/cache.md | Updated documentation on cache management, including installation, configuration examples, endpoint caching, and multi-caching capabilities. Added details on testing and cache refreshing. |
docs/index.md | Modified import path for team.json and simplified the usage of the VPTeamMembers component by removing the v-lazyobserver directive. |
package.json | Updated version to 8.0.0-rc.4 and changed the api:build script from lerna run build --concurrency=4 to tsc -b . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
:tada: This PR is included in version 8.0.0-rc.5 :tada:
The release is available on:
v8.0.0-rc.5
Your semantic-release bot :package::rocket:
Summary by CodeRabbit
@UseCache
decorator for endpoint caching, including key generation and limitations.package.json
to streamline the build process for API documentation.