Releases: bpierre/blo
Releases · bpierre/blo
2.0.0
This release focuses on CJS/ESM compatibility and performance improvements.
Build changes
- Separate CJS and ESM builds in
dist/cjsanddist/esm. - Explicit
.jsextensions (ESM compatibility). - Removed
"type": "module"(CJS compatibility). - Types are now in
dist/types. - The built code is no longer minified.
Other changes
- Add performance related optimizations.
- The build target is now ES2021.
- New benchmark using Bun + mitata.
- The React benchmark has been removed.
- Removed ESLint.
Full Changelog: v1.2.0...v2.0.0
1.2.0
This versions moves back to using a .cjs extension for the CommonJS version, for compatibility reasons.
If you encounter any issue with this version:
- Migrate to ES modules, if possible.
- Make sure your configuration includes
.cjsextensions as well as.jsfor CommonJS files.
Thanks @dan437 @Mrtenz for identifying and reporting the issue 🙏
1.1.1
1.1.0
1.0.1
1.0.0
This is the initial release, please check out the documentation.