Releases: allohamora/cli
Releases · allohamora/cli
2.0.0
⚠ BREAKING CHANGES
- Migrate to erasable syntax (882c511)
- Update ora to 9.4.0 (f1a4055)
- Update inquirer to 14.0.2 (05f6d91)
- Update type-fest to 5.7.0 (8f3e4a2)
- Remove build workflow → use check workflow instead (f4b6432)
Features
- Add pull request template (c7a3630)
- Make npm ci instead of npm i (1f61836)
- Add execa (33b0240)
- Add sort-package-json (0fed40f)
- Add dedent (b8afae8)
- Add zero presets guard (29fd893)
- Add separate ignores for eslint (1f687ad)
- Add beautifulSort.configs.recommended usage (5e3f39f)
- Add check workflow (bda7ace)
- Add .nvmrc option (c94e39a)
- Add object based workflows (2c26773)
- Add nvmrc mutation (803270a)
- Update all step versions (cbd6584)
- Replace on: [push] with branches: "**" in codecov (a7ce3a7)
- Remove yml override in prettier (7d32454)
Bug Fixes
- Remove testRegex duplicate from react-ts jest config (af2aaea)
- Add correct spelling of minimumOneValidate (5aa93b3)
Refactor
- Add rolldown (2254eb1)
- Move .ncurc to mjs (9c61e16)
- Fix node: in names (b21209d)
- Add runCommand helper (afa78f9)
- Update command execution to use runCommand utility for consistency (5d51e85)
- Rename category.utils to category.service (c071b21)
- Move formatJavascript to prettier service (bf61c6b)
- Add utils (0a787cf)
- Add root.service (7a37014)
- Add npm.service (82d3aba)
- Add terminal.service (e58a6c4)
- Add github service (e443248)
- Add node.service (16b1e7f)
- Add prompt.service (0c6a86e)
- Add installation.service (fc6d63c)
- Remove unused utils (b6eaee1)
- Add cli.service and state.service (e0c974c)
- Simplify state.service (38dec02)
- Move terminal.service to terminal.utils (8aa7575)
- Simplify installCategoryOptions function using for-await-of loop (95ea8f2)
- Remove useless for await (4bc3b22)
- Replace any with string (5131875)
- Remove redundant expects in root.service.spec (2b67943)
- Remove shared options array (d6ad229)
- Remove shared selectedInstallOptions array (6a95cb8)
- Add recursive: true (b0d68d0)
- Fix grammar mistakes (ee7d903)
- Remove type-guard from addNpmScripts (5563620)
- Make naming like config/index instead of name.config (5d63e05)
- Remove vitest globals (27217f5)
- Rename jestEntrypoint to jest for consistency (45bbd16)
- Rename .entrypoint to .installer (3175cc4)
- Standardize constant naming conventions (8142ea9)
- Rename config retrieval functions for clarity (ba8705e)
- Rename configs to presets (b5930d2)
- Simplify usePreset return type (9e7c697)
- Remove node-version-file: ".nvmrc"' (40403a7)
- Rename WORKFLOW_FILENAME to CHECK_WORKFLOW_FILENAME for consistency (ef6e1a4)
- Add spaces in github workflows (632f76f)
- Replace content.trim() with content.trimEnd() (39841c4)
- Remove structuredClone usage (6d848e9)
- Remove const { content } usage (32ea005)
- Remove CI environment variable from workflow configurations (2cd3715)
- Make node-version-file on top (733bf8b)
- Remove quotes from node-version-file and cache in workflow configurations (0579a3a)
- Add space between updates in dependabot (37c0dd9)
Documentation
Testing
1.22.0
Features
- add @ts-expect-error to react:ts eslint config (fec6039)
- add define-config to eslint (679cb3b)
1.21.1
1.21.0
1.20.0
Features
- add \n to the end of all files (7ccea1d)
- add \n to the end of eslint.config.mjs (ee69d08)
- add cjs and mjs to the prettier integration (586c345)
- add eslint-plugin-jsx-a11y to react:ts config (16d1d5a)
- add files to default eslint config (b12945a)
- add react:ts eslint config (5259ae4)
- bump yashanand1910/standard-release-notes to 1.5.0 (d4a7dfd)
- remove @typescript-eslint usage (f664f0d)
- remove spaces after env: in workflow (0496220)
Bug Fixes
1.19.0
1.18.7
Features
- add a to code coverage (bfcb21f)
- add descriptions to husky and lints-staged (6ac5772)
- add integration tags instead of links (af8b351)
- add link to develop (b2be74d)
- add one style for options and categories (e36f5b1)
- add release scripts to standard-version description (17188e6)
- remove a from on a push (527cc05)
- rename CLI to @allohamora/cli (64e400d)
- rename on each push to on a push (9cc5fc8)