Skip to content

Commit

Permalink
Showing 3 changed files with 66 additions and 2 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
## 3.0.0 (2020-10-06)

- fix: (strf-5280) Multiple themes - Changes to config.json not reflected ([0b28309](https://github.com/bigcommerce/stencil-cli/commit/0b28309))
- fix: (strf-8705) fix broken headers and cookies in local server ([1dc8afd](https://github.com/bigcommerce/stencil-cli/commit/1dc8afd))
- fix: apply various PR fixes ([c5d964b](https://github.com/bigcommerce/stencil-cli/commit/c5d964b))
- fix: fix lint errors in lib/stencil-init.js ([a2e7383](https://github.com/bigcommerce/stencil-cli/commit/a2e7383))
- fix: fix lint errors in lib/stencil-init.spec.js ([0b2b328](https://github.com/bigcommerce/stencil-cli/commit/0b2b328))
- fix: inquirer.prompt is not called when not necessary ([beeca29](https://github.com/bigcommerce/stencil-cli/commit/beeca29))
- fix: make running tests in verbose mode ([8bdd3d4](https://github.com/bigcommerce/stencil-cli/commit/8bdd3d4))
- fix: reverts change to mock test answers ([ea9c76e](https://github.com/bigcommerce/stencil-cli/commit/ea9c76e))
- fix: strf-8574 Bump version of "archiver" to fix security issues ([42f4528](https://github.com/bigcommerce/stencil-cli/commit/42f4528))
- fix: strf-8574 Bump versions of npm modules to fix security issues ([2587d0a](https://github.com/bigcommerce/stencil-cli/commit/2587d0a))
- fix: strf-8574, bump "hapi" and its modules to fix security issues ([b520daa](https://github.com/bigcommerce/stencil-cli/commit/b520daa))
- fix: strf-8574, bump version of "@hapi/lab" to fix security issues ([44872f2](https://github.com/bigcommerce/stencil-cli/commit/44872f2))
- fix: strf-8574, bump version of "github" package to fix security issues ([1013e3a](https://github.com/bigcommerce/stencil-cli/commit/1013e3a))
- fix: strf-8574, bump version of "inquirer" to fix security issues ([474c9af](https://github.com/bigcommerce/stencil-cli/commit/474c9af))
- fix: strf-8574, remove redundant dependency "hoek" ([9aeb3c1](https://github.com/bigcommerce/stencil-cli/commit/9aeb3c1))
- fix(stencil-init.spec.js): fixed a broken test ([66ab50d](https://github.com/bigcommerce/stencil-cli/commit/66ab50d))
- refactor: (strf-8608) make fsUtils async ([bcab218](https://github.com/bigcommerce/stencil-cli/commit/bcab218))
- refactor: (strf-8672) fix ESLint & Prettier errors and refactor some code ([300de1e](https://github.com/bigcommerce/stencil-cli/commit/300de1e))
- refactor: move printErrorMessages() from theme-api-client.js to cliCommon.js ([d2c259b](https://github.com/bigcommerce/stencil-cli/commit/d2c259b))
- refactor: move tests to GitHub Actions, remove Travis and AppVeyor ([18c6ff9](https://github.com/bigcommerce/stencil-cli/commit/18c6ff9))
- refactor: moved common constants to constants.js ([a205c5b](https://github.com/bigcommerce/stencil-cli/commit/a205c5b))
- refactor: moved StencilStart class to a separate file ([fdcdd82](https://github.com/bigcommerce/stencil-cli/commit/fdcdd82))
- refactor: replace Promises with async/await in stencil-start ([9492a42](https://github.com/bigcommerce/stencil-cli/commit/9492a42))
- refactor: strf-8606; removed unused modules "good", "good-console" ([1db7f5a](https://github.com/bigcommerce/stencil-cli/commit/1db7f5a))
- refactor: use fs.existsSync instead of Fs.statSync hack ([e097e36](https://github.com/bigcommerce/stencil-cli/commit/e097e36))
- refactor(.eslintrc): update .eslinrc to allow newer JS syntax ([f132275](https://github.com/bigcommerce/stencil-cli/commit/f132275))
- refactor(/bin/stencil-start): rearrange some variables ([e8edabb](https://github.com/bigcommerce/stencil-cli/commit/e8edabb))
- refactor(/lib/release.js): use async/await instead of callbacks ([720fbb1](https://github.com/bigcommerce/stencil-cli/commit/720fbb1))
- refactor(stencil-init): improve code style and test coverage ([4ac65ff](https://github.com/bigcommerce/stencil-cli/commit/4ac65ff))
- refactor(stencil-start): refactored the module to OOP style ([2ae5b0c](https://github.com/bigcommerce/stencil-cli/commit/2ae5b0c))
- refactor(tests): move tests from /bin to /lib ([930922f](https://github.com/bigcommerce/stencil-cli/commit/930922f))
- feat: (strf-8608) bump recent updates in npm packages ([e50e231](https://github.com/bigcommerce/stencil-cli/commit/e50e231))
- feat: (strf-8608) deleted unused npm dependencies ([1f64ad9](https://github.com/bigcommerce/stencil-cli/commit/1f64ad9))
- feat: (strf-8608) replace "request" with "node-fetch" ([e758b01](https://github.com/bigcommerce/stencil-cli/commit/e758b01))
- feat: (strf-8608) replaced lab+code+sinon with jest ([71e952f](https://github.com/bigcommerce/stencil-cli/commit/71e952f))
- feat: (strf-8608) update "front-matter" ([a0aa6fd](https://github.com/bigcommerce/stencil-cli/commit/a0aa6fd))
- feat: (strf-8608) update "simple-git" ([7153455](https://github.com/bigcommerce/stencil-cli/commit/7153455))
- feat: (strf-8608) update "tarjan-graph" ([4a27ee6](https://github.com/bigcommerce/stencil-cli/commit/4a27ee6))
- feat: (strf-8608) updated some npm dependencies ([9059210](https://github.com/bigcommerce/stencil-cli/commit/9059210))
- feat: (strf-8625) support Node 12.x ([1449751](https://github.com/bigcommerce/stencil-cli/commit/1449751))
- feat: (strf-8630) fix template engine values ([0af2cb5](https://github.com/bigcommerce/stencil-cli/commit/0af2cb5))
- feat: (strf-8671) replace "wreck" with "node-fetch" ([6dcdd9b](https://github.com/bigcommerce/stencil-cli/commit/6dcdd9b))
- feat: (strf-8672) improve ESLint config and add prettier ([a8b78c8](https://github.com/bigcommerce/stencil-cli/commit/a8b78c8))
- feat: (strf-8673) update "commander" ([dc3bf29](https://github.com/bigcommerce/stencil-cli/commit/dc3bf29))
- feat: (strf-8674) update "async" npm package ([9f64096](https://github.com/bigcommerce/stencil-cli/commit/9f64096))
- feat: (strf-8684) update 'tmp' package ([b1e932c](https://github.com/bigcommerce/stencil-cli/commit/b1e932c))
- feat: bump paper to rc30, release 2.2.0 ([6945a3c](https://github.com/bigcommerce/stencil-cli/commit/6945a3c))
- feat: bump paper to rc31 ([b958744](https://github.com/bigcommerce/stencil-cli/commit/b958744))
- feat: init no longer prompts when cli option is present ([a9fee29](https://github.com/bigcommerce/stencil-cli/commit/a9fee29))
- feat: make init command more suitable for automation ([ab9b919](https://github.com/bigcommerce/stencil-cli/commit/ab9b919))
- feat: strf-8589, drop JSPM support ([c39c67b](https://github.com/bigcommerce/stencil-cli/commit/c39c67b))
- feat: update "stencil pull" to use configurations API, improving performance ([2b142fc](https://github.com/bigcommerce/stencil-cli/commit/2b142fc))
- feat: update cli to use template engine based on the value stored in ([f9ea0a9](https://github.com/bigcommerce/stencil-cli/commit/f9ea0a9))
- feat(docs): add project structure and best practices ([251c1ff](https://github.com/bigcommerce/stencil-cli/commit/251c1ff))
- Add npm cache ([ad50756](https://github.com/bigcommerce/stencil-cli/commit/ad50756))
- Resolve Schema Translation Error Logging ([7e668df](https://github.com/bigcommerce/stencil-cli/commit/7e668df))
- STRF-8582 Bump stencil-styles version ([6611284](https://github.com/bigcommerce/stencil-cli/commit/6611284))
- Update test badges ([0fdafcf](https://github.com/bigcommerce/stencil-cli/commit/0fdafcf))
- test: updates integration and unit tests ([9e6131d](https://github.com/bigcommerce/stencil-cli/commit/9e6131d))
- test: use better naming of methods and constants ([506be68](https://github.com/bigcommerce/stencil-cli/commit/506be68))
- chore: remove json schema since it has been replaced by ajv ([80911e5](https://github.com/bigcommerce/stencil-cli/commit/80911e5))

<a name="2.1.1"></a>

## <small>2.1.1 (2020-06-12)</small>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-cli",
"version": "2.1.1",
"version": "3.0.0",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {

0 comments on commit 77dce49

Please sign in to comment.