Today marks the release of tDoc 2.0, a significant update that includes breaking changes due to comprehensive dependency updates and upstream synchronization.
Breaking Changes
This release contains breaking changes that may require updates to your implementation if you've customized the codebase. We've updated all dependencies to their latest versions, which may impact existing functionality.
What's Changed
- Complete Dependency Update: All packages have been updated using pnpm after upstream synchronization
- Framework Upgrades: Core libraries have been upgraded to their latest versions
- API Improvements: Some APIs have been modified for better performance and reliability
Before You Update
Before updating to version 2.0.0, please:
- Back up your customizations: If you've made changes to the codebase, ensure they're backed up
- Review the full commit history: The detailed changes can be found in our GitHub repository
- Test in a staging environment: We recommend testing this update in a non-production environment first
Technical Details
This update was made through PR #74 which consolidated all the dependency updates and upstream changes into a single, comprehensive update.
If you encounter any issues during the update process, please reach out to our support team for assistance.