Skip to content

Latest commit

 

History

History
674 lines (502 loc) · 36.2 KB

CHANGELOG.md

File metadata and controls

674 lines (502 loc) · 36.2 KB

v1.0.1 (Tue Jun 25 2024)

🐛 Bug Fix

Authors: 2


v1.0.0 (Mon Jun 24 2024)

💥 Breaking Change

Authors: 1


v0.9.5 (Fri May 17 2024)

🐛 Bug Fix

Authors: 1


v0.9.4 (Fri May 10 2024)

🐛 Bug Fix

Authors: 1


v0.9.3 (Fri May 10 2024)

🐛 Bug Fix

Authors: 1


v0.9.2 (Fri May 10 2024)

🐛 Bug Fix

🏠 Internal

Authors: 1


v0.9.1 (Wed May 08 2024)

⚠️ Pushed to main

Authors: 1


v0.9.0 (Wed May 08 2024)

🚀 Enhancement

  • feat: add new command to instantly creation with params #45 (@ipetinate)

Authors: 1


v0.8.2 (Mon May 06 2024)

🐛 Bug Fix

Authors: 1


v0.8.1 (Sun May 05 2024)

🐛 Bug Fix

  • feat: add resource name as arg to avoid prompt #43 (@ipetinate)

Authors: 1


v0.8.0 (Sat May 04 2024)

🚀 Enhancement

🏠 Internal

  • feat: add script to generate templates doc based on templates folder and files #40 (@ipetinate)

📝 Documentation

Authors: 1


v0.7.4 (Thu May 02 2024)

🐛 Bug Fix

Authors: 1


v0.7.3 (Thu May 02 2024)

🐛 Bug Fix

Authors: 1


v0.7.2 (Wed May 01 2024)

🐛 Bug Fix

Authors: 1


v0.7.1 (Tue Apr 30 2024)

🐛 Bug Fix

Authors: 1


v0.7.0 (Tue Apr 30 2024)

🚀 Enhancement

📝 Documentation

Authors: 1


v0.6.0 (Mon Apr 29 2024)

🚀 Enhancement

  • fix: filter options to don't show storybook to vue 2 with typescript + templates bugfixes #23 (@ipetinate)

📝 Documentation

Authors: 1


v0.5.0 (Mon Apr 29 2024)

🚀 Enhancement

Authors: 1


v0.4.10 (Mon Apr 29 2024)

🚀 Enhancement

Authors: 1


v0.4.9 (Mon Apr 29 2024)

🚀 Enhancement

  • feat: allow to choose custom path for resource and tests #17 (@ipetinate)

Authors: 1


v0.4.8 (Fri Apr 26 2024)

🐛 Bug Fix

Authors: 1


v0.4.7 (Fri Apr 26 2024)

🐛 Bug Fix

Authors: 1


v0.4.6 (Fri Apr 26 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • fix: generate resource on root paths with "." (@ipetinate)
  • test: add test case to check if root paths exists (@ipetinate)
  • refactor: use node:path to join paths and avoid path errors (@ipetinate)
  • chore: change dev command to build and use builded code (@ipetinate)
  • fix: update npmignore to not send autorc to npm (@ipetinate)
  • chore: add publish config to package json (@ipetinate)
  • fix: add permission to github commit (@ipetinate)
  • fix: ci commands to use yarn (@ipetinate)
  • feat: add autorc file (@ipetinate)
  • feat: improve version command (@ipetinate)
  • feat: add auto release tool to automate npm releases (@ipetinate)
  • chore: swap back from npm to yarn (@ipetinate)
  • fix: dev guide file name (@ipetinate)
  • chore: update done tasks (@ipetinate)
  • feat: bump version to publish (@ipetinate)
  • feat: update repository entry on package json (@ipetinate)
  • feat: bump version to update doc on npm reg (@ipetinate)
  • feat: update docs with guide (@ipetinate)
  • feat: bump package version to 0.3.7 (@ipetinate)
  • feat: update docs (@ipetinate)
  • feat: add coverage badge on readme (@ipetinate)
  • fix: coverage test command (@ipetinate)
  • fix: coverage command on workflow (@ipetinate)
  • fix: coverage on pipeline (@ipetinate)
  • feat: add test coverage pipeline (@ipetinate)
  • chore: update npm ignore and add status gh badge (@ipetinate)
  • feat: update keywords (@ipetinate)
  • chore(version): bump version to a new patch release (@ipetinate)
  • test: fix broken unit tests (@ipetinate)
  • refactor: change template test name to not coliding with node test (that try to run templates as tests wrongly) (@ipetinate)
  • fix: node version on workflow (@ipetinate)
  • feat: update readme (@ipetinate)
  • Create node.js.yml (@ipetinate)
  • chore: update npmignore (@ipetinate)
  • refactor: change project required node version (@ipetinate)
  • fix: name of file, nvm instead npm (@ipetinate)
  • chore: add npmrc (@ipetinate)
  • refactor: change lib name on template messages and docs (@ipetinate)
  • refactor: rename old lib name to the new one (@ipetinate)
  • fix: remove unecessary files and content (@ipetinate)
  • refactor: some changes and and swap yarn to npm (@ipetinate)
  • feat: get version from package json (@ipetinate)
  • feat: add npm ignore file (@ipetinate)
  • chore: add build files to ignore (@ipetinate)
  • refactor: some improvements on generators and add type to test templates (@ipetinate)
  • refactor: linting files (@ipetinate)
  • refactor: change component name to a generic one (@ipetinate)
  • feat: add feature to generate functions (@ipetinate)
  • refactor: add new templates and change folder name (@ipetinate)
  • refactor: make new templates works on new logic (@ipetinate)
  • refactor: change elements folder (@ipetinate)
  • refactor: add missing features inside templates (@ipetinate)
  • refactor: get templates from local lib dir, not from execution dir (@ipetinate)
  • chore: update template track list (@ipetinate)
  • feat: prepare lib to execute on system using npx (@ipetinate)
  • feat: add new templates (@ipetinate)
  • feat: update list (@ipetinate)
  • feat: Add new templates (@ipetinate)
  • refactor: move markdown files to docs (@ipetinate)
  • refactor: move code inside utils to self generators (@ipetinate)
  • feat: add dev doc (@ipetinate)
  • feat: add new test templates (@ipetinate)
  • feat: add new templates + refactor currents (@ipetinate)
  • refactor change css frameworks logic on prompt (@ipetinate)
  • feat: add and refactor templates (@ipetinate)
  • feat: add new prompts (@ipetinate)
  • chore: remove unecessary index file (@ipetinate)
  • feat: add new prompts to compose test with variants (@ipetinate)
  • refactor: add some missing jsdocs + fix unit tests (@ipetinate)
  • fix: add target on message to specify actions (@ipetinate)
  • feat: add new string util to capitalize first letter (@ipetinate)
  • Create dependabot.yml (@ipetinate)
  • test: remove absolute paths and mock everithing's use node:fs + fix broken tests (@ipetinate)
  • feat: add pages folder to be ignored (@ipetinate)
  • fix: remove test files (@ipetinate)
  • feat: update tasks (@ipetinate)
  • refactor: use Sync fs methods, fix and add new unit tests (@ipetinate)
  • feat: fix commands and license (@ipetinate)
  • feat: Improve readme and add Tasks for progress tracking (@ipetinate)
  • test: implementing missing tests (@ipetinate)
  • feat: add a readme markdown (@ipetinate)
  • feat: implementing alpha version of tricorder cli (@ipetinate)

Authors: 1


v0.4.5 (Fri Apr 26 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • fix: generate resource on root paths with "." (@ipetinate)
  • test: add test case to check if root paths exists (@ipetinate)
  • refactor: use node:path to join paths and avoid path errors (@ipetinate)
  • chore: change dev command to build and use builded code (@ipetinate)
  • fix: update npmignore to not send autorc to npm (@ipetinate)
  • chore: add publish config to package json (@ipetinate)
  • fix: add permission to github commit (@ipetinate)
  • fix: ci commands to use yarn (@ipetinate)
  • feat: add autorc file (@ipetinate)
  • feat: improve version command (@ipetinate)
  • feat: add auto release tool to automate npm releases (@ipetinate)
  • chore: swap back from npm to yarn (@ipetinate)
  • fix: dev guide file name (@ipetinate)
  • chore: update done tasks (@ipetinate)
  • feat: bump version to publish (@ipetinate)
  • feat: update repository entry on package json (@ipetinate)
  • feat: bump version to update doc on npm reg (@ipetinate)
  • feat: update docs with guide (@ipetinate)
  • feat: bump package version to 0.3.7 (@ipetinate)
  • feat: update docs (@ipetinate)
  • feat: add coverage badge on readme (@ipetinate)
  • fix: coverage test command (@ipetinate)
  • fix: coverage command on workflow (@ipetinate)
  • fix: coverage on pipeline (@ipetinate)
  • feat: add test coverage pipeline (@ipetinate)
  • chore: update npm ignore and add status gh badge (@ipetinate)
  • feat: update keywords (@ipetinate)
  • chore(version): bump version to a new patch release (@ipetinate)
  • test: fix broken unit tests (@ipetinate)
  • refactor: change template test name to not coliding with node test (that try to run templates as tests wrongly) (@ipetinate)
  • fix: node version on workflow (@ipetinate)
  • feat: update readme (@ipetinate)
  • Create node.js.yml (@ipetinate)
  • chore: update npmignore (@ipetinate)
  • refactor: change project required node version (@ipetinate)
  • fix: name of file, nvm instead npm (@ipetinate)
  • chore: add npmrc (@ipetinate)
  • refactor: change lib name on template messages and docs (@ipetinate)
  • refactor: rename old lib name to the new one (@ipetinate)
  • fix: remove unecessary files and content (@ipetinate)
  • refactor: some changes and and swap yarn to npm (@ipetinate)
  • feat: get version from package json (@ipetinate)
  • feat: add npm ignore file (@ipetinate)
  • chore: add build files to ignore (@ipetinate)
  • refactor: some improvements on generators and add type to test templates (@ipetinate)
  • refactor: linting files (@ipetinate)
  • refactor: change component name to a generic one (@ipetinate)
  • feat: add feature to generate functions (@ipetinate)
  • refactor: add new templates and change folder name (@ipetinate)
  • refactor: make new templates works on new logic (@ipetinate)
  • refactor: change elements folder (@ipetinate)
  • refactor: add missing features inside templates (@ipetinate)
  • refactor: get templates from local lib dir, not from execution dir (@ipetinate)
  • chore: update template track list (@ipetinate)
  • feat: prepare lib to execute on system using npx (@ipetinate)
  • feat: add new templates (@ipetinate)
  • feat: update list (@ipetinate)
  • feat: Add new templates (@ipetinate)
  • refactor: move markdown files to docs (@ipetinate)
  • refactor: move code inside utils to self generators (@ipetinate)
  • feat: add dev doc (@ipetinate)
  • feat: add new test templates (@ipetinate)
  • feat: add new templates + refactor currents (@ipetinate)
  • refactor change css frameworks logic on prompt (@ipetinate)
  • feat: add and refactor templates (@ipetinate)
  • feat: add new prompts (@ipetinate)
  • chore: remove unecessary index file (@ipetinate)
  • feat: add new prompts to compose test with variants (@ipetinate)
  • refactor: add some missing jsdocs + fix unit tests (@ipetinate)
  • fix: add target on message to specify actions (@ipetinate)
  • feat: add new string util to capitalize first letter (@ipetinate)
  • Create dependabot.yml (@ipetinate)
  • test: remove absolute paths and mock everithing's use node:fs + fix broken tests (@ipetinate)
  • feat: add pages folder to be ignored (@ipetinate)
  • fix: remove test files (@ipetinate)
  • feat: update tasks (@ipetinate)
  • refactor: use Sync fs methods, fix and add new unit tests (@ipetinate)
  • feat: fix commands and license (@ipetinate)
  • feat: Improve readme and add Tasks for progress tracking (@ipetinate)
  • test: implementing missing tests (@ipetinate)
  • feat: add a readme markdown (@ipetinate)
  • feat: implementing alpha version of tricorder cli (@ipetinate)

Authors: 1


v0.4.4 (Fri Apr 26 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • fix: update npmignore to not send autorc to npm (@ipetinate)
  • chore: add publish config to package json (@ipetinate)
  • fix: add permission to github commit (@ipetinate)
  • fix: ci commands to use yarn (@ipetinate)
  • feat: add autorc file (@ipetinate)
  • feat: improve version command (@ipetinate)
  • feat: add auto release tool to automate npm releases (@ipetinate)
  • chore: swap back from npm to yarn (@ipetinate)
  • fix: dev guide file name (@ipetinate)
  • chore: update done tasks (@ipetinate)
  • feat: bump version to publish (@ipetinate)
  • feat: update repository entry on package json (@ipetinate)
  • feat: bump version to update doc on npm reg (@ipetinate)
  • feat: update docs with guide (@ipetinate)
  • feat: bump package version to 0.3.7 (@ipetinate)
  • feat: update docs (@ipetinate)
  • feat: add coverage badge on readme (@ipetinate)
  • fix: coverage test command (@ipetinate)
  • fix: coverage command on workflow (@ipetinate)
  • fix: coverage on pipeline (@ipetinate)
  • feat: add test coverage pipeline (@ipetinate)
  • chore: update npm ignore and add status gh badge (@ipetinate)
  • feat: update keywords (@ipetinate)
  • chore(version): bump version to a new patch release (@ipetinate)
  • test: fix broken unit tests (@ipetinate)
  • refactor: change template test name to not coliding with node test (that try to run templates as tests wrongly) (@ipetinate)
  • fix: node version on workflow (@ipetinate)
  • feat: update readme (@ipetinate)
  • Create node.js.yml (@ipetinate)
  • chore: update npmignore (@ipetinate)
  • refactor: change project required node version (@ipetinate)
  • fix: name of file, nvm instead npm (@ipetinate)
  • chore: add npmrc (@ipetinate)
  • refactor: change lib name on template messages and docs (@ipetinate)
  • refactor: rename old lib name to the new one (@ipetinate)
  • fix: remove unecessary files and content (@ipetinate)
  • refactor: some changes and and swap yarn to npm (@ipetinate)
  • feat: get version from package json (@ipetinate)
  • feat: add npm ignore file (@ipetinate)
  • chore: add build files to ignore (@ipetinate)
  • refactor: some improvements on generators and add type to test templates (@ipetinate)
  • refactor: linting files (@ipetinate)
  • refactor: change component name to a generic one (@ipetinate)
  • feat: add feature to generate functions (@ipetinate)
  • refactor: add new templates and change folder name (@ipetinate)
  • refactor: make new templates works on new logic (@ipetinate)
  • refactor: change elements folder (@ipetinate)
  • refactor: add missing features inside templates (@ipetinate)
  • refactor: get templates from local lib dir, not from execution dir (@ipetinate)
  • chore: update template track list (@ipetinate)
  • feat: prepare lib to execute on system using npx (@ipetinate)
  • feat: add new templates (@ipetinate)
  • feat: update list (@ipetinate)
  • feat: Add new templates (@ipetinate)
  • refactor: move markdown files to docs (@ipetinate)
  • refactor: move code inside utils to self generators (@ipetinate)
  • feat: add dev doc (@ipetinate)
  • feat: add new test templates (@ipetinate)
  • feat: add new templates + refactor currents (@ipetinate)
  • refactor change css frameworks logic on prompt (@ipetinate)
  • feat: add and refactor templates (@ipetinate)
  • feat: add new prompts (@ipetinate)
  • chore: remove unecessary index file (@ipetinate)
  • feat: add new prompts to compose test with variants (@ipetinate)
  • refactor: add some missing jsdocs + fix unit tests (@ipetinate)
  • fix: add target on message to specify actions (@ipetinate)
  • feat: add new string util to capitalize first letter (@ipetinate)
  • Create dependabot.yml (@ipetinate)
  • test: remove absolute paths and mock everithing's use node:fs + fix broken tests (@ipetinate)
  • feat: add pages folder to be ignored (@ipetinate)
  • fix: remove test files (@ipetinate)
  • feat: update tasks (@ipetinate)
  • refactor: use Sync fs methods, fix and add new unit tests (@ipetinate)
  • feat: fix commands and license (@ipetinate)
  • feat: Improve readme and add Tasks for progress tracking (@ipetinate)
  • test: implementing missing tests (@ipetinate)
  • feat: add a readme markdown (@ipetinate)
  • feat: implementing alpha version of tricorder cli (@ipetinate)

Authors: 1


v0.4.3 (Fri Apr 26 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • chore: add publish config to package json (@ipetinate)
  • fix: add permission to github commit (@ipetinate)
  • fix: ci commands to use yarn (@ipetinate)
  • feat: add autorc file (@ipetinate)
  • feat: improve version command (@ipetinate)
  • feat: add auto release tool to automate npm releases (@ipetinate)
  • chore: swap back from npm to yarn (@ipetinate)
  • fix: dev guide file name (@ipetinate)
  • chore: update done tasks (@ipetinate)
  • feat: bump version to publish (@ipetinate)
  • feat: update repository entry on package json (@ipetinate)
  • feat: bump version to update doc on npm reg (@ipetinate)
  • feat: update docs with guide (@ipetinate)
  • feat: bump package version to 0.3.7 (@ipetinate)
  • feat: update docs (@ipetinate)
  • feat: add coverage badge on readme (@ipetinate)
  • fix: coverage test command (@ipetinate)
  • fix: coverage command on workflow (@ipetinate)
  • fix: coverage on pipeline (@ipetinate)
  • feat: add test coverage pipeline (@ipetinate)
  • chore: update npm ignore and add status gh badge (@ipetinate)
  • feat: update keywords (@ipetinate)
  • chore(version): bump version to a new patch release (@ipetinate)
  • test: fix broken unit tests (@ipetinate)
  • refactor: change template test name to not coliding with node test (that try to run templates as tests wrongly) (@ipetinate)
  • fix: node version on workflow (@ipetinate)
  • feat: update readme (@ipetinate)
  • Create node.js.yml (@ipetinate)
  • chore: update npmignore (@ipetinate)
  • refactor: change project required node version (@ipetinate)
  • fix: name of file, nvm instead npm (@ipetinate)
  • chore: add npmrc (@ipetinate)
  • refactor: change lib name on template messages and docs (@ipetinate)
  • refactor: rename old lib name to the new one (@ipetinate)
  • fix: remove unecessary files and content (@ipetinate)
  • refactor: some changes and and swap yarn to npm (@ipetinate)
  • feat: get version from package json (@ipetinate)
  • feat: add npm ignore file (@ipetinate)
  • chore: add build files to ignore (@ipetinate)
  • refactor: some improvements on generators and add type to test templates (@ipetinate)
  • refactor: linting files (@ipetinate)
  • refactor: change component name to a generic one (@ipetinate)
  • feat: add feature to generate functions (@ipetinate)
  • refactor: add new templates and change folder name (@ipetinate)
  • refactor: make new templates works on new logic (@ipetinate)
  • refactor: change elements folder (@ipetinate)
  • refactor: add missing features inside templates (@ipetinate)
  • refactor: get templates from local lib dir, not from execution dir (@ipetinate)
  • chore: update template track list (@ipetinate)
  • feat: prepare lib to execute on system using npx (@ipetinate)
  • feat: add new templates (@ipetinate)
  • feat: update list (@ipetinate)
  • feat: Add new templates (@ipetinate)
  • refactor: move markdown files to docs (@ipetinate)
  • refactor: move code inside utils to self generators (@ipetinate)
  • feat: add dev doc (@ipetinate)
  • feat: add new test templates (@ipetinate)
  • feat: add new templates + refactor currents (@ipetinate)
  • refactor change css frameworks logic on prompt (@ipetinate)
  • feat: add and refactor templates (@ipetinate)
  • feat: add new prompts (@ipetinate)
  • chore: remove unecessary index file (@ipetinate)
  • feat: add new prompts to compose test with variants (@ipetinate)
  • refactor: add some missing jsdocs + fix unit tests (@ipetinate)
  • fix: add target on message to specify actions (@ipetinate)
  • feat: add new string util to capitalize first letter (@ipetinate)
  • Create dependabot.yml (@ipetinate)
  • test: remove absolute paths and mock everithing's use node:fs + fix broken tests (@ipetinate)
  • feat: add pages folder to be ignored (@ipetinate)
  • fix: remove test files (@ipetinate)
  • feat: update tasks (@ipetinate)
  • refactor: use Sync fs methods, fix and add new unit tests (@ipetinate)
  • feat: fix commands and license (@ipetinate)
  • feat: Improve readme and add Tasks for progress tracking (@ipetinate)
  • test: implementing missing tests (@ipetinate)
  • feat: add a readme markdown (@ipetinate)
  • feat: implementing alpha version of tricorder cli (@ipetinate)

Authors: 1