Releases: coveo/cli
v1.0.14
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.14 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.13 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.12 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.11 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.10 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
[0.3.2](https://github.com/coveo/cli/compare/v0.3.1.....
v1.0.13
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.13 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.12 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.11 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.10 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
- macos: fix app identifier issue on install (#65) ([...
v1.0.12
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.12 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.11 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.10 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
[0.3.1](https://github.com/coveo/cli/compare/...
v1.0.11
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.11 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.10 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
- cli: ui:create:vue command not invoking @coveo/typescript correctly ([#60](https://gi...
v1.0.10
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.10 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
v1.0.9
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.9 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
- cli: ui:create:vue command not invoking @coveo/typescript correctly (#60) (da6e963)
- vue: set vue plugin dependencies to any (#62) ([f9957b8](f9957b8dc8e...
v1.0.8
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.8 (2021-04-20)
Note: Version bump only for package cli-tools
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
v1.0.7
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
- cli: ui:create:vue command not invoking @coveo/typescript correctly (#60) (da6e963)
- vue: set vue plugin dependencies to any (#62) (f9957b8)
- vue: vue generator template structure with invalid utils path (#63) (7929d56)
[0.3.0](https://github.com/...
v1.0.1
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.7 (2021-04-19)
Bug Fixes
1.0.1 (2021-04-17)
Bug Fixes
- cli: allow update to run without the analytics setting being set (#161) (6de528f)
- cli: append .cmd for npx & npm (#158) (e67238b)
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
- cli: ui:create:vue command not invoking @coveo/typescript correctly (#60) (da6e963)
- vue: set vue plugin dependencies to any (#62) (f9957b8)
- vue: vue generator template structure with invalid utils path (#63) (7929d56)
[0.3.0](https://github.com/...
v1.0.0
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.0 (2021-04-15)
Note: Version bump only for package cli-tools
0.8.0 (2021-04-15)
- ci(release)!: first release (aa65f1b)
Bug Fixes
- angular: fix headless doc links (#126) (c574fda)
- angular: prevent d.ts files from being copied to project (#135) (44cae70)
- ci: ensure .npmrc is properly written (#127) (a1b686b)
- server: always return a JSON object (#136) (8cef023)
Features
- angular: add node and npm preconditions (#141) (028a422)
- angular: better feedback message on command completion (#125) (13ecb1d)
- angular: ignore node_modules from server folder (#154) (54c88ad)
- angular: redirect user to an error page if the
.env
file is invalid (#140) (9ed203b) - cli: remove form-data polyfill (#152) (5701223)
- cli: use api key in
.env
file (#142) (2a48f0d) - config: improve configuration validation on invalid org id (#128) (676b7f3)
- vue: better feedback on command completion (#124) (0be987e)
- vue: fix linting in vue project and rework headless initialization (#150) (336890c)
- vue: support
npm run serve
command (#153) (375d6ce)
BREAKING CHANGES
- first release
0.7.0 (2021-03-29)
Bug Fixes
- angular: fix search-token-server path (#115) (c4b74e7)
- angular: npm start command on Angular project returns warning (#93) (6b0f104)
- cli: do not print API key when running command
ui:create:vue
(#117) (9cbd8c8) - cli: missing await in authentication decorator (#109) (f54e27c)
- react: add .env.example to template (#118) (d320c68)
Features
- cli: add --version flag for all ui:create:* commands (#105) (50f699c)
- login: improve feedback message on sucessful login (#107) (a2ac53d)
- oauth: remove keytar dependencies (#108) (ee876e6)
- react: improve react hero banner + links (#114) (c43c9f8)
- vue: improve hero banner documentation link (#110) (cc08497)
0.6.1 (2021-03-19)
Bug Fixes
- angular: add missing file to angular project (#95) (4a406c8)
- cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
- react: add missing file & dependencies to React project (#97) (b931776)
0.6.0 (2021-03-17)
Bug Fixes
- angular: add definite assignment assertion to props (#86) (85f5b95)
- angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
- angular: copy schema only once in postbuild script (#89) (dceea50)
- cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
- cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
- react: use and detect local npx to create-react-app (#85) (b7ac6dd)
- vue: remove environment variables type warning (#82) (ea5281a)
Features
0.5.0 (2021-03-10)
Features
0.4.0 (2021-03-08)
Features
0.3.2 (2021-03-05)
Bug Fixes
0.3.1 (2021-03-03)
Bug Fixes
- cli: ui:create:vue command not invoking @coveo/typescript correctly (#60) (da6e963)
- vue: set vue plugin dependencies to any (#62) (f9957b8)
- vue: vue generator template structure with invalid utils path (#63) (7929d56)
0.3.0 (2021-02-26)
Bug Fixes
- cli: fix matching tags for binary release (#49) (b515cb3)
- cli: use different commit token for release (#51) (53e9a3c)
- vue: add missing route in Vuejs Router (#50) (1f59970)
Features
- cli: extract user email from oauth flow (#48) ([136d66b](https://github.com/coveo...