v0.7.0
Highlights ✨
First blog for Rslib 📚
Check out our first blog for Rslib: Rslib: Build library with Rspack
We are excited to introduce Rslib — a library development tool based on Rspack. Developed by ByteDance Web Infra Team, Rslib helps developers create JavaScript libraries and UI component libraries in a simple and intuitive way while enjoying the ultimate development experience brought by Rspack and Rsbuild.
Breaking changes 🚨
Reverted in v0.7.1
.
Due to breaking changes in @ast-grep/napi
, Ubuntu 20 is not supported now if user enable dts generation.
Update to Ubuntu 22 or higher if possible, reference: ast-grep/ast-grep@96f5500.
What's Changed
New Features 🎉
- feat: format default to
'esm'
by @Timeless0911 in #976 - feat(create-rslib): syntax default to node 18 by @Timeless0911 in #984
Bug Fixes 🐞
Other Changes
- chore(deps): update all non-major dependencies by @renovate in #977
- chore(deps): update dependency nx to v21 by @renovate in #978
- test: optimize test logs by @Timeless0911 in #979
- chore: throw error when using bundleless mode with mf format by @Timeless0911 in #983
- Release v0.7.0 by @Timeless0911 in #986
Full Changelog: v0.6.9...v0.7.0