v0.13.0
Highlights 💡
Faster declaration generation with tsgo
Rslib now can generate declaration files with tsgo, which can provide faster generation of declaration files, especially for large projects.
Tip
This feature is currently an experimental feature. Since tsgo is still in the experimental stage, there may be some bugs and unresolved issues or limitations. So, make sure to fully test it in your project before enabling this option.
export default {
lib: [
{
dts: {
tsgo: true,
},
},
],
};
What's Changed
New Features 🎉
- feat(dts): support
dts.tsgo
by @Timeless0911 in #1205
Document 📖
Other Changes
- test: use Rstest
projects
by @9aoy in #1201 - chore(deps): update all non-major dependencies by @renovate[bot] in #1203
- chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #1208
- chore(deps): update all non-major dependencies by @renovate[bot] in #1207
- Release v0.13.0 by @Timeless0911 in #1209
Full Changelog: v0.12.4...v0.13.0