This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Releases: Open-Tech-Foundation/create-es-lib
Releases · Open-Tech-Foundation/create-es-lib
Release list
v0.11.1
v0.11.0
Replaced ora with @open-tech-world/node-cli-progress.
Changed jest.config.cjs into jest.config.js in templates.
v0.10.0
Replace fast-glob with @open-tech-world/node-glob.
v0.9.0
Change jest config to cjs in project as well as in templates to fix esm issues.
v0.8.0
Fixed node modules template issues,
- Removed unused rollup plugin.
- Added missing cross-env dev dependency.
v0.7.1
🎉 Added new React Template
- Fixed existing issues with node modules lib creation.
v0.6.0
This release adds missing typescript configuration file.
- It runs
tsc --initwith build options. - Added ts config into rollup config.
- It includes
main&modulefield to package.json for tools having issues with ESM. - It also includes
typespackage.json field.
v0.5.0
This release fix the yarn v2 not working
- Append nodeLinker instead of overwriting yarn yml file
v0.4.0
Primary fixes related Windows OS
- Added main field in pkg template
- Add cross-env for jest in pkg template
v0.3.0
Fixed issues related to Windows file paths.