v2.0.0
SkyworkAI/SkyReels-V2v2.0.0Jul 4, 2025by treoden
AI Summary
A major release featuring a complete TypeScript migration and various improvements to login, email, and middleware.
Key Highlights
- Major breaking change due to TypeScript migration
- Added support for Serbian translation
- Add a service for email sending
- Fix Docker build failure and Google login configuration
- Remove delegate from the middleware's arguments
Breaking Changes
- This release includes a major breaking change due to the TypeScript migration. Please refer to the updated documentation for guidance on adapting your setup.
New Features
- Added support for Serbian translation
- Add a service for email sending
- Fix: Move google login configuration options to .env file
- Feat: Remove delegate from the middleware's arguments
Full Release Notes
## Breaking changes This release includes a major breaking change due to the TypeScript migration. Please refer to the updated documentation for guidance on adapting your setup. ## What's Changed * Fixing Docker build failure by @gssajith in https://github.com/evershopcommerce/evershop/pull/691 * Added support for Serbian translation by @savaticnemanja in https://github.com/evershopcommerce/evershop/pull/695 * Fix: Move google login configuration options to .env file by @treoden in https://github.com/evershopcommerce/evershop/pull/705 * Chore: Fix the google login document by @treoden in https://github.com/evershopcommerce/evershop/pull/709 * Feat: Add a service for email sending by @treoden in https://github.com/evershopcommerce/evershop/pull/710 * Chore: Upgrade sendgrid extension by @treoden in https://github.com/evershopcommerce/evershop/pull/723 * Typescript migration by @treoden in https://github.com/evershopcommerce/evershop/pull/737 * Fix: Delete node 18 from test action workflow by @treoden in https://github.com/evershopcommerce/evershop/pull/744 * Chore(deps): Bump multer from 2.0.0 to 2.0.1 by @dependabot in https://github.com/evershopcommerce/evershop/pull/743 * Fix: unable to save product attributes by @treoden in https://github.com/evershopcommerce/evershop/pull/745 * Feat: Remove delegate from the middleware's arguments. Use getDelegat… by @treoden in https://github.com/evershopcommerce/evershop/pull/746 ## New Contributors * @gssajith made their first contribution in https://github.com/evershopcommerce/evershop/pull/691 * @savaticnemanja made their first contribution in https://github.com/evershopcommerce/evershop/pull/695 **Full Changelog**: https://github.com/evershopcommerce/evershop/compare/v1.2.2...v2.0.0