Skip to content

Latest commit

 

History

History
executable file
·
284 lines (155 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

executable file
·
284 lines (155 loc) · 13.1 KB

0.9.3 (2024-09-05)

0.9.2 (2024-09-04)

0.9.1 (2024-09-04)

  • feat(project-types): updated project types to have latest eslint and typedoc configurations (761676d), closes #7
  • fix(cli): fix a bug preventing the use of package.json config when using CLI (f07a82f)

BREAKING CHANGE

  • The task copy now has different arguments expected.

0.9.1 (2024-09-03)

  • feat(project-types): updated project types to have latest eslint and typedoc configurations (5e9e91f), closes #7
  • fix(cli): fix a bug preventing the use of package.json config when using CLI (f07a82f)

BREAKING CHANGE

  • The task copy now has different arguments expected.

0.9.1 (2024-08-27)

  • fix(cli): fix a bug preventing the use of package.json config when using CLI (f07a82f)

0.9.1 (2024-08-19)

  • fix(cli): fix a bug preventing the use of package.json config when using CLI (00698dd)

0.9.1 (2024-08-18)

  • fix(cli): fix a bug preventing the use of package.json config when using CLI (9b5a247)

0.9.1 (2024-08-18)

  • fix(cli): fix a bug preventing the use of package.json config when using CLI (56a2d91)

0.9.0 (2024-08-16)

  • feat: updated ESLint and other dependencies (598d440)

BREAKING CHANGE

  • The configuration update is required

0.9.0 (2024-08-16)

  • feat: updated ESLint and other dependencies (598d440)

BREAKING CHANGE

  • The configuration update is required

0.9.0 (2024-08-16)

  • feat: updated ESLint and other dependencies (9b5870c)

BREAKING CHANGE

  • The configuration update is required

0.9.0 (2024-08-16)

0.8.8 (2024-08-12)

0.8.7 (2024-05-06)

  • fix: fix path for license header that stayed with lowercase (0a0662c)

0.8.6 (2024-05-05)

  • fix: Project casing not correctly changed in origin (075f063)

0.8.5 (2024-05-05)

  • fix: fix husky pre-push in new projects not obtaining parameters correctly (0a4e131)

0.8.4 (2024-05-05)

  • style: change casing of submodules to be uppercase always (c51d58c)
  • fix: fix husky scripts not being POSIX compliant (690f2ab)

0.8.3 (2024-04-11)

  • fix: fixed license badges and links to guidelines (57b72bc)

0.8.2 (2024-04-05)

  • fix: wrap LICENSE text to 80 columns (79f45dc)

0.8.1 (2024-04-05)

  • fix: fix license header (c0f59aa)

0.8.0 (2024-04-05)

  • feat: added license text support (3c6d238)

BREAKING CHANGE

  • Uppon commit, every file will end up with a license header

0.7.2 (2024-02-02)

  • fix(nocode): noCode projects had a problem when trying to run certain tasks (651fca5)

0.7.1 (2024-02-02)

  • feat: added new type of project - noCode (cadf5f1)

0.7.0 (2024-01-24)

  • chore: update the version to 0.7.0 (3593caf), closes #14 #16
  • refactor: major refactor of configuration system (3cdc7c0)
  • build(husky): change the way the scripts are run in bash (36476d7)

BREAKING CHANGE

  • API changes in regards of names of project types.
  • The API of the configuration was completely changed. The name of the typedoc configuration file, typedoc.js, was changed to typedoc.config.js to properly support windows consoles.

0.6.0 (2023-12-28)

  • fix: bump version to 0.6.0 and fix minimal errors in husky (ee3c04e)

0.5.6 (2023-12-28)

  • fix: make calls in husky pass through scripts (4bd640c), closes #12 #13

0.5.5 (2023-12-28)

  • build: improve build system to build doc on a separate branch (fc10438), closes #11

0.5.4 (2023-11-23)

  • feat: new generated package.json files for all projects (324170b), closes #8 #9 #10

0.5.3 (2023-11-21)

  • fix: fix Binary package not being recognized as CommonJS in 0.5.2 (ffa7489), closes #7

0.5.2 (2023-11-21)

  • fix: fix Binary package not being recognized in 0.5.1 (1418bb6), closes #7 #5

0.5.1 (2023-11-20)

  • feat: move code to typescript (d5c6007), closes #5

0.5.0 (2023-11-10)

  • feat: change configuration location for the tooling (720f3cb)

BREAKING CHANGE

  • All projects now are required to change their package.json to adapt to the new configuration location

0.4.7 (2023-11-10)

  • fix: fix publishing on github releases not naming releases properly (81a5ed5)

0.4.6 (2023-11-10)

  • feat: add conventional commits support (5855c75), closes #4
  • Change on-tag-release deprecated dependency (ce97583)

BREAKING CHANGE

  • Now commiting to a project requires to use conventional commits

0.4.5 (2023-11-10)

  • Updated github actions to latest versions (0fac13e)

0.4.4 (2023-11-10)

  • Set no-underscore-dangle as off both in project and new projects (7f82906)

0.4.3 (2023-10-17)

  • Fix LICENSE and test problem for simple library (e17d28a)

0.4.2 (2023-10-17)

  • Fix bug preventing test to run properly (5dc9afc)
  • Updated readme correcting typos (9fcd9c5)

0.4.1 (2023-10-12)

  • Updated github workflows (1a4c6a1)

0.4.0 (2023-10-12)

  • Ready for version 0.4.0 (4b9afc7)
  • Updated all dependencies to latest (99e2c33)
  • Updated dependencies and finished library and cli (17b9694)

0.4.0-alpha7 (2022-12-27)

  • Prettier now fixes all files in project (6b4890b)
  • Updated to version 0.4.0-alpha7 (54eb4b8)

0.4.0-alpha6 (2022-12-27)

  • Add docs generated to commit (2a7feee)
  • Added web-library as module type (14f244c)
  • Update docs (a017676)
  • Updated github actions to v3 (5ddac55)
  • Updated prettier configuration (cac9ed5)

0.4.0-alpha4 (2022-12-23)

  • Add VSCode support and Husky (4147504)
  • Set common run configurations for projects (9548034)
  • Set npm as default instead of pnpm (b8f90fd)

0.4.0-alpha3 (2022-12-23)

  • Fix multiple issues with the tool on react (f5b5d34)

0.4.0-alpha2 (2022-12-21)

  • Fix react dependencies and project types (561748e)

0.4.0-alpha1 (2022-12-20)

  • Move dependencies from project to tool (6a22797)

0.3.2 (2022-10-26)

  • Fix CLI build not finding correct tsconfig (2dcff06)
  • Fix lintingin internal_api (d3fa622)
  • Updating version to 0.3.2 (b52cec2)

0.3.1 (2022-10-26)

  • Re-add lint as part of test process (91ea482)
  • Update links to contribution guidelines (84d95cc)
  • Update version of gobstones-core to 0.3.7 (27dcebb)

0.3.0 (2022-10-25)

  • v0.3.0 - Updated peer dependencies management (5525774)

0.2.6 (2022-10-25)

  • Move stories to custom folder and update react-components (c78a46b)

0.2.5 (2022-10-25)

  • Update react-library test scripts to pass (11df088)

0.2.4 (2022-10-18)

  • Fix linting and added dependencies to react project for eslint (b5c6085)

0.2.3 (2022-10-17)

  • Added missing dependencies for common-tags and fs-extra (4d1f3ea)

0.2.2 (2022-10-17)

  • Added missing dependencies for tsconfig.js (5c892f0)

0.2.1 (2022-10-17)

  • Added missing dependencies for figlet and ansi-colors (51dd8dd)

0.2.0 (2022-10-17)

  • Support for multiple templates (73f2cac)

0.1.1 (2022-08-02)

  • Fixed release-npm not publishing as public by default (ea669c2)

0.1.0 (2022-08-02)