Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Releases: Open-Tech-Foundation/create-es-lib

v0.11.1

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 13 Aug 19:25

Updated readme with demo gif.

v0.11.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 13 Aug 16:24

Replaced ora with @open-tech-world/node-cli-progress.

Changed jest.config.cjs into jest.config.js in templates.

v0.10.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 05 Aug 14:01

Replace fast-glob with @open-tech-world/node-glob.

v0.9.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 30 Jul 20:38

Change jest config to cjs in project as well as in templates to fix esm issues.

v0.8.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 21 Jul 03:51

Fixed node modules template issues,

  • Removed unused rollup plugin.
  • Added missing cross-env dev dependency.

v0.7.1

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 20 Jul 19:14

🎉 Added new React Template

  • Fixed existing issues with node modules lib creation.

v0.6.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 15 Jul 16:43

This release adds missing typescript configuration file.

  • It runs tsc --init with build options.
  • Added ts config into rollup config.
  • It includes main & module field to package.json for tools having issues with ESM.
  • It also includes types package.json field.

v0.5.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 15 Jul 08:02

This release fix the yarn v2 not working

  • Append nodeLinker instead of overwriting yarn yml file

v0.4.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 15 Jul 07:33

Primary fixes related Windows OS

  • Added main field in pkg template
  • Add cross-env for jest in pkg template

v0.3.0

Choose a tag to compare

@Thanga-Ganapathy Thanga-Ganapathy released this 15 Jul 05:53

Fixed issues related to Windows file paths.