Skip to content

Releases: vitorsalgado/react-web-starter

Release v2.0.2

22 Jan 03:42

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2022-01-22)

Refactor

2.0.1 (2022-01-22)

Refactor

  • remove babel dependencies (0452eaa)
  • remove express dependency (0bc8eea)
  • remove unused eslint dependencies (324f140)

2.0.0 (2022-01-22)

Features

  • add docker to published lib version (d8e8a0d)

Chore

Docs

Refactor

  • improve logger test (d074565)
  • remove @app mappings (bb84818)
  • remove unnecessary default exports + reorganize some modules (ae0d451)
  • rename _test-setup.config.ts (75fd916)
  • rename some components (152af5f)
  • simplify folder structure (6adf096)
  • use typescript for configs + adjust typings + remove any (4a95870)

Build

  • remove codecov dep + add codecov GitHub action step (53b17af)
  • simplify code formatter command (7bbb51e)

1.0.0 (2022-01-20)

Chore

  • deps: lock file maintenance (37c7da5)
  • deps: update dependency eslint-plugin-promise to v6 (a591fee)
  • deps: update node docker tag to v17.3.0 (46ba101)
  • deps: update node docker tag to v17.4.0 (#83) (f71d286)
  • deps: update node.js to v16.13.2 (#81) (147e96e)
  • fix yarn.lock (d72125e)
  • release: 1.0.0 (3b02570)
  • reset version (46a3ed3)
  • upgrade deps + add more utility commands to makefile (4e4b12e)
  • upgrade yarn to latest + fix package.json bin entry (438a3ba)

0.0.3 (2021-12-16)

Chore

  • add more keywords (d43e6b4)
  • deps: lock file maintenance (#73) (b7dc881)
  • deps: update dependency @types/node to v17 (08e28e5)
  • deps: update dependency node-sass to v7 (439d401)
  • deps: update dependency react-app-polyfill to v3 (9aaccdf)
  • deps: update node docker tag to v17.2.0 (150f37d)
  • deps: update node.js to v16.13.1 (d9b23ee)
  • deps: update yarn to v3.2.0-rc.7 (a2055b4)
  • deps: update yarn to v3.2.0-rc.8 (32bc533)

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config ([9f8781e](https://github.com...
Read more

Release v2.0.1

22 Jan 03:09

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2022-01-22)

Refactor

  • remove babel dependencies (0452eaa)
  • remove express dependency (0bc8eea)
  • remove unused eslint dependencies (324f140)

2.0.0 (2022-01-22)

Features

  • add docker to published lib version (d8e8a0d)

Chore

Docs

Refactor

  • improve logger test (d074565)
  • remove @app mappings (bb84818)
  • remove unnecessary default exports + reorganize some modules (ae0d451)
  • rename _test-setup.config.ts (75fd916)
  • rename some components (152af5f)
  • simplify folder structure (6adf096)
  • use typescript for configs + adjust typings + remove any (4a95870)

Build

  • remove codecov dep + add codecov GitHub action step (53b17af)
  • simplify code formatter command (7bbb51e)

1.0.0 (2022-01-20)

Chore

  • deps: lock file maintenance (37c7da5)
  • deps: update dependency eslint-plugin-promise to v6 (a591fee)
  • deps: update node docker tag to v17.3.0 (46ba101)
  • deps: update node docker tag to v17.4.0 (#83) (f71d286)
  • deps: update node.js to v16.13.2 (#81) (147e96e)
  • fix yarn.lock (d72125e)
  • release: 1.0.0 (3b02570)
  • reset version (46a3ed3)
  • upgrade deps + add more utility commands to makefile (4e4b12e)
  • upgrade yarn to latest + fix package.json bin entry (438a3ba)

0.0.3 (2021-12-16)

Chore

  • add more keywords (d43e6b4)
  • deps: lock file maintenance (#73) (b7dc881)
  • deps: update dependency @types/node to v17 (08e28e5)
  • deps: update dependency node-sass to v7 (439d401)
  • deps: update dependency react-app-polyfill to v3 (9aaccdf)
  • deps: update node docker tag to v17.2.0 (150f37d)
  • deps: update node.js to v16.13.1 (d9b23ee)
  • deps: update yarn to v3.2.0-rc.7 (a2055b4)
  • deps: update yarn to v3.2.0-rc.8 (32bc533)

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove ex...
Read more

Release v2.0.0

22 Jan 02:43

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2022-01-22)

Features

  • add docker to published lib version (d8e8a0d)

Chore

Docs

Refactor

  • improve logger test (d074565)
  • remove @app mappings (bb84818)
  • remove unnecessary default exports + reorganize some modules (ae0d451)
  • rename _test-setup.config.ts (75fd916)
  • rename some components (152af5f)
  • simplify folder structure (6adf096)
  • use typescript for configs + adjust typings + remove any (4a95870)

Build

  • remove codecov dep + add codecov GitHub action step (53b17af)
  • simplify code formatter command (7bbb51e)

1.0.0 (2022-01-20)

Chore

  • deps: lock file maintenance (37c7da5)
  • deps: update dependency eslint-plugin-promise to v6 (a591fee)
  • deps: update node docker tag to v17.3.0 (46ba101)
  • deps: update node docker tag to v17.4.0 (#83) (f71d286)
  • deps: update node.js to v16.13.2 (#81) (147e96e)
  • fix yarn.lock (d72125e)
  • release: 1.0.0 (3b02570)
  • reset version (46a3ed3)
  • upgrade deps + add more utility commands to makefile (4e4b12e)
  • upgrade yarn to latest + fix package.json bin entry (438a3ba)

0.0.3 (2021-12-16)

Chore

  • add more keywords (d43e6b4)
  • deps: lock file maintenance (#73) (b7dc881)
  • deps: update dependency @types/node to v17 (08e28e5)
  • deps: update dependency node-sass to v7 (439d401)
  • deps: update dependency react-app-polyfill to v3 (9aaccdf)
  • deps: update node docker tag to v17.2.0 (150f37d)
  • deps: update node.js to v16.13.1 (d9b23ee)
  • deps: update yarn to v3.2.0-rc.7 (a2055b4)
  • deps: update yarn to v3.2.0-rc.8 (32bc533)

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template ([5be6f88](5be...
Read more

Release v1.0.0

20 Jan 14:23

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2022-01-20)

Chore

  • deps: lock file maintenance (37c7da5)
  • deps: update dependency eslint-plugin-promise to v6 (a591fee)
  • deps: update node docker tag to v17.3.0 (46ba101)
  • deps: update node docker tag to v17.4.0 (#83) (f71d286)
  • deps: update node.js to v16.13.2 (#81) (147e96e)
  • fix yarn.lock (d72125e)
  • release: 1.0.0 (3b02570)
  • reset version (46a3ed3)
  • upgrade deps + add more utility commands to makefile (4e4b12e)
  • upgrade yarn to latest + fix package.json bin entry (438a3ba)

0.0.3 (2021-12-16)

Chore

  • add more keywords (d43e6b4)
  • deps: lock file maintenance (#73) (b7dc881)
  • deps: update dependency @types/node to v17 (08e28e5)
  • deps: update dependency node-sass to v7 (439d401)
  • deps: update dependency react-app-polyfill to v3 (9aaccdf)
  • deps: update node docker tag to v17.2.0 (150f37d)
  • deps: update node.js to v16.13.1 (d9b23ee)
  • deps: update yarn to v3.2.0-rc.7 (a2055b4)
  • deps: update yarn to v3.2.0-rc.8 (32bc533)

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template (5be6f88)
  • submodule url (1c1d602)
  • submodules (38885cc)

Release v0.0.3

16 Dec 16:18

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.3 (2021-12-16)

Chore

  • add more keywords (d43e6b4)
  • deps: lock file maintenance (#73) (b7dc881)
  • deps: update dependency @types/node to v17 (08e28e5)
  • deps: update dependency node-sass to v7 (439d401)
  • deps: update dependency react-app-polyfill to v3 (9aaccdf)
  • deps: update node docker tag to v17.2.0 (150f37d)
  • deps: update node.js to v16.13.1 (d9b23ee)
  • deps: update yarn to v3.2.0-rc.7 (a2055b4)
  • deps: update yarn to v3.2.0-rc.8 (32bc533)

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template (5be6f88)
  • submodule url (1c1d602)
  • submodules (38885cc)

Release v0.0.2

01 Dec 04:18

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.2 (2021-12-01)

Refactor

  • update deps + upgrade example structure to use a clean approach (#67) (e2321bd)

Chore

  • deps: update node docker tag to v17 (#69) (b285e72)

Build

  • change commit types for standard-version (a463b4d)

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template (5be6f88)
  • submodule url (1c1d602)
  • submodules (38885cc)

Release v0.0.2-alpha.1

19 Jul 14:43
v0.0.2-alpha.1
55a6635

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.2-alpha.1 (2021-07-19)

Bug Fixes

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template (5be6f88)
  • submodule url (1c1d602)
  • submodules (38885cc)

Release v0.0.2-alpha.0

16 Jul 02:51
v0.0.2-alpha.0
3d7ad86

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.2-alpha.0 (2021-07-16)

Features

  • add create-react-ts-web-starter bin script (ef0913a)
  • add several fixes and improvements (ca34f1b)
  • add standard-version to manage releases (0ba0274)
  • add typescript (ff6e286)
  • improve starter project (9158dd0)
  • improve starter project (3dc62e0)
  • improve starter project (3cf5c52)
  • new toolkit model (695db33)
  • upgrading starter project (3ef3e01)

Bug Fixes

  • add additional configs to e2e tests (10f1206)
  • add missing codecov dep (1884f79)
  • add missing commands to tests (cffd0f9)
  • apply fixes in ci script (a63f372)
  • fix tests and remove unused config files (2c81b5f)
  • github actions and travis (4475469)
  • lint and ignore submodule in eslintignore (c5fc62f)
  • lint: remove scss and sass + add ignore from stylelint + ignore coverage dir + fix readme (332fd54)
  • prettier config (9f8781e)
  • remove --maxWorkers option from e2e ci command (4fca07f)
  • remove externals for now (a4e126d)
  • remove externals for now (75aabdf)
  • remove optional deps and update lock (c0344fe)
  • remove some env vars from travis ci script (b1a1762)
  • remove test code from html template (5be6f88)
  • submodule url (1c1d602)
  • submodules (38885cc)