Releases: rstackjs/create-toolkit
Releases · rstackjs/create-toolkit
Release list
v2.2.3
v2.2.2
What's Changed
- feat: add Git resolution callback by @chenjiahan in #162
- chore: migrate to Rstack CLI by @chenjiahan in #163
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- feat: copy pnpm config for pnpm projects by @chenjiahan in #160
- feat: support --no-git option by @chenjiahan in #161
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- feat: initialize Git repositories by default by @chenjiahan in #158
- fix: inspect Git worktree status by @chenjiahan in #159
Full Changelog: v2.1.5...v2.2.0
v2.1.5
What's Changed
- feat: support configuring built-in tools by @chenjiahan in #157
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Package renamed to @rstackjs/create-toolkit
The create-rstack package has been renamed to @rstackjs/create-toolkit. The original package name will be used by Rstack CLI for its project creator.
Please update your dependencies and imports:
pnpm remove create-rstack
pnpm add @rstackjs/create-toolkit -D-import { ... } from 'create-rstack';
+import { ... } from '@rstackjs/create-toolkit';Other than the package, the public API and behavior remain unchanged.
What's Changed
- chore: build before stage publish by @chenjiahan in #144
- chore(deps): update all non-major dependencies by @renovate[bot] in #145
- chore: optimize CI pnpm setup by @chenjiahan in #146
- chore(deps): update all non-major dependencies by @renovate[bot] in #147
- chore: update TypeScript to 7.0.2 by @chenjiahan in #150
- chore(deps): update actions/checkout digest to df4cb1c by @renovate[bot] in #148
- chore(deps): update all non-major dependencies by @renovate[bot] in #149
- chore(deps): update all non-major dependencies by @renovate[bot] in #151
- chore: update pnpm release age exclusions by @chenjiahan in #152
- chore(ci): remove unnecessary Playwright install by @chenjiahan in #153
- chore(deps): update actions/checkout digest to d23441a by @renovate[bot] in #154
- chore(deps): update actions/setup-node digest to 2499707 by @renovate[bot] in #155
- chore: rename package to @rstackjs/create-toolkit by @chenjiahan in #156
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- chore: switch to npm staged publishing by @chenjiahan in #143
- chore(deps): update all non-major dependencies by @renovate[bot] in #138
- chore: fix mapRslintTemplate comments by @elecmonkey in #139
- chore: upgrade pnpm to 11.1.2 by @chenjiahan in #140
- chore(deps): update all non-major dependencies by @renovate[bot] in #141
- chore(deps): update all non-major dependencies by @renovate[bot] in #142
New Contributors
- @elecmonkey made their first contribution in #139
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- chore(deps): update all non-major dependencies by @renovate[bot] in #135
- chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #136
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- feat: add rslint template mapping by @chenjiahan in #134
Full Changelog: v2.1.0...v2.1.1