Skip to content

Releases: liblaf/copier-typescript

v0.2.1

20 Dec 07:37
cfbde82

Choose a tag to compare

0.2.1 - 2025-12-20

🐛 Bug Fixes

❤️ Contributors

v0.2.0

15 Nov 16:48
54cd717

Choose a tag to compare

0.2.0 - 2025-11-15

🐛 Bug Fixes

⚙️ Continuous Integration

  • Update CI workflows for deterministic dependency installs and trusted publishing - ac43a82 by @liblaf

❤️ Contributors

v0.1.1

10 Nov 03:13
4848cb1

Choose a tag to compare

0.1.1 - 2025-11-10

⚙️ Continuous Integration

❤️ Contributors

v0.1.0

03 Nov 11:42
bd181c9

Choose a tag to compare

0.1.0 - 2025-11-03

💥 BREAKING CHANGES

  • (build) This change replaces tsup with bunup
    as the build tool and modifies the package.json structure.
    Projects using this template will need to update their
    build process and may need to adjust their imports. - fda6b75 by @liblaf
  • (release) The pre-release workflow has been removed.
    Teams relying on automatic dev releases will need to adjust
    their processes accordingly. - f9dadf9 by @liblaf
  • (workflows) The release.yaml workflow has been removed. Projects using this template must transition to the new build.yaml and publish.yaml workflows. - b6e9cd1 by @liblaf

✨ Features

  • (build) enhance build configuration and type support - 395c858 by @liblaf
  • (ci) Introduce unified testing and secure release workflows - 310b965 by @liblaf
  • (release) add configuration files for release automation - 0037556 by @liblaf
  • add JSR configuration file template - 347c5a4 by @liblaf

🐛 Bug Fixes

  • update peer dependency for TypeScript to ^5.0.0 - 9b85355 by @liblaf

📝 Documentation

  • add comprehensive README for TypeScript project template - 92af715 by @liblaf
  • update README with enhanced feature descriptions and structure - de2fe9d by @liblaf
  • simplify README.md by removing redundant badge references - 60506e6 by @liblaf
  • update README with modern design and improved content - 13ff673 by @liblaf

♻ Code Refactoring

⚙️ Continuous Integration

  • (github) add workflow for TypeScript checking - 3380122 by @liblaf
  • (release) remove pre-release workflow - f9dadf9 by @liblaf
  • (tsc) enable pretty output - 32d11db by @liblaf
  • (workflows) restructure release process into separate build and publish workflows - b6e9cd1 by @liblaf
  • add CI workflow for build, publish, and release processes - 8f9a4cf by @liblaf
  • add GitHub workflows and configuration files - c01cce0 by @liblaf
  • renames workflow file and updates release step description - 88ecf4e by @liblaf
  • add workflow_dispatch and concurrency to release workflows - 0972644 by @liblaf
  • update Bun installation to include package manager bin path - d8e3d73 by @liblaf
  • reorder and update release workflow steps - 9f292ff by @liblaf
  • simplify release workflow conditions - 3847139 by @liblaf
  • migrate to GitHub App authentication for workflows - 7f7f7ad by @liblaf
  • restructure build and release workflows for improved separation of concerns - 2993682 by @liblaf

❤️ Contributors