Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 21, 2022
1 parent 5e09b11 commit c19d3ca
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 29 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# [0.11.0](https://github.com/Akryum/peeky/compare/v0.10.2...v0.11.0) (2022-01-21)


### Bug Fixes

* **ui:** display all test parent suites ([c930f7d](https://github.com/Akryum/peeky/commit/c930f7d4a8187ef00310161e8043cce9227f8c01))
* **ui:** files group classes ([592805f](https://github.com/Akryum/peeky/commit/592805f9a254acde31c9e0788c2caad41cfc7613))
* **ui:** missing tab indicator ([3aa6ade](https://github.com/Akryum/peeky/commit/3aa6adea0e696f26b532b0193e7668df9aad5a70))
* **ui:** skip status for tests in skipped suites ([2c55e50](https://github.com/Akryum/peeky/commit/2c55e507e4c4f16b4052be1e5bbfb1bf9784e156))
* **ui:** summary overflow ([8a43723](https://github.com/Akryum/peeky/commit/8a43723c430b0bd2121f5505179343f078f95571))


### Features

* **config:** isolate (default false) ([5e09b11](https://github.com/Akryum/peeky/commit/5e09b11b85e3c3bc0293ba7247af205441b6a096))
* expose createServer ([9d7e39e](https://github.com/Akryum/peeky/commit/9d7e39e9d5a480aae1acf3c86a08f7f2b572ebb9))
* improve json loading ([8d0d3ef](https://github.com/Akryum/peeky/commit/8d0d3ef5a881927282275afe18d2cbb73e19f701))
* improved duration component ([b4042f0](https://github.com/Akryum/peeky/commit/b4042f03e49ddb5845d3c2cd8d20b8846c76388f))
* nested suites ([8c548eb](https://github.com/Akryum/peeky/commit/8c548eb1b57f5a98444c7607daead117cc3d83fd))
* todo files ([04c77be](https://github.com/Akryum/peeky/commit/04c77bee8ccbfe9c7161a1c10071a62fdfb10535))
* **ui:** autoreconnect ([c36b777](https://github.com/Akryum/peeky/commit/c36b777e953827b080f11b03be0efe0833c3386d))
* **ui:** disconnected toast ([5286900](https://github.com/Akryum/peeky/commit/528690007dca877adf3045c18f84830d396afab2))
* **ui:** group files ([79502bd](https://github.com/Akryum/peeky/commit/79502bdccebcbec80c3d1be2435777cb5b3205de))
* **ui:** improve graphql client config ([12fc87d](https://github.com/Akryum/peeky/commit/12fc87d1b4b23a8826fb70405c5d5b0d0e033a4f))
* **ui:** improve structure to prevent flashing of test pane ([7aefaac](https://github.com/Akryum/peeky/commit/7aefaacd769ffddc677f833a2f5411089887e01b))
* **ui:** improved placeholder panes ([186e345](https://github.com/Akryum/peeky/commit/186e345c9dbc13a46d31a788b5c0aecb2a4f8646))
* **ui:** improved search inputs ([859319f](https://github.com/Akryum/peeky/commit/859319fa3d55c83276c4f85b4c3a8b25a51ae56f))
* **ui:** migrate from v-tooltip to floating-vue ([588ff62](https://github.com/Akryum/peeky/commit/588ff628c6acf0a1f94ec1af3ce5921bc7062320))
* **ui:** move open in editor btn to top bar ([8ea1545](https://github.com/Akryum/peeky/commit/8ea15454f936e7db10d21ebb830ecef7a7a44a32))
* **ui:** new gray-950 ([2a03467](https://github.com/Akryum/peeky/commit/2a034673cfea098c55bb8afcd94061a409297fc0))
* **ui:** new layout ([d4c5766](https://github.com/Akryum/peeky/commit/d4c5766c14b9126e1e6c02a769c39516b29cf37f))
* **ui:** new status icons ([de822aa](https://github.com/Akryum/peeky/commit/de822aa6e1c2ff5b1b26467ceb90fce4bb0cdff7))
* **ui:** new todo icon ([6c9a56a](https://github.com/Akryum/peeky/commit/6c9a56a6f495525cf948b7d5bdd611212d42afe9))
* **ui:** run summary ([f2e4308](https://github.com/Akryum/peeky/commit/f2e43081cae1f796e39e115cc22b80025b404728))
* **ui:** thinner summary bar ([4160207](https://github.com/Akryum/peeky/commit/41602075e203dc45b9f406b2d3a7c9cabe7728ef))
* **ui:** visual feedback on resizable pane ([6dfae42](https://github.com/Akryum/peeky/commit/6dfae422e12f6f4f7d9a8fd2bdd1c9d15bdc5f80))
* upgrade to vite 2.7.10 ([e48fd27](https://github.com/Akryum/peeky/commit/e48fd27da355fca82468e448430fd32351388282))



## [0.10.2](https://github.com/Akryum/peeky/compare/v0.10.1...v0.10.2) (2022-01-05)


Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add scripts to use the CLI in your `package.json` file:
"test": "peeky run"
},
"devDependencies": {
"@peeky/test": "^0.10.2"
"@peeky/test": "^0.11.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-demo",
"version": "0.10.2",
"version": "0.11.0",
"private": true,
"scripts": {
"server": "nodemon ../../packages/peeky-server/dist/standalone.js --watch ../../packages --delay 200ms -e js --ignore tests/ --nexus-artifacts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peeky-mono-repo",
"version": "0.10.2",
"version": "0.11.0",
"private": true,
"repository": {
"url": "https://github.com/Akryum/peeky.git",
Expand Down
10 changes: 5 additions & 5 deletions packages/peeky-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/cli",
"version": "0.10.2",
"version": "0.11.0",
"description": "Command-line interface for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/config": "^0.10.2",
"@peeky/eslint-plugin": "^0.10.2",
"@peeky/runner": "^0.10.2",
"@peeky/server": "^0.10.2",
"@peeky/config": "^0.11.0",
"@peeky/eslint-plugin": "^0.11.0",
"@peeky/runner": "^0.11.0",
"@peeky/server": "^0.11.0",
"consola": "^2.15.0",
"lodash": "^4.17.21",
"open": "^7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-client-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client-dist",
"version": "0.10.2",
"version": "0.11.0",
"description": "Frontend production build for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/client",
"version": "0.10.2",
"version": "0.11.0",
"description": "Frontend for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@peeky/server": "^0.10.2",
"@peeky/utils": "^0.10.2",
"@peeky/server": "^0.11.0",
"@peeky/utils": "^0.11.0",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"@vue/apollo-util": "^4.0.0-alpha.14",
"@zhuowenli/vue-feather-icons": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/peeky-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/config",
"version": "0.10.2",
"version": "0.11.0",
"description": "Configuration utils for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/utils": "^0.10.2",
"@peeky/utils": "^0.11.0",
"consola": "^2.15.0",
"pathe": "^0.2.0",
"reactive-fs": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/eslint-plugin",
"version": "0.10.2",
"version": "0.11.0",
"description": "Eslint plugin for Peeky, the testing framework for curious minds",
"license": "MIT",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/peeky-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/runner",
"version": "0.10.2",
"version": "0.11.0",
"description": "Test runner for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@akryum/workerpool": "^6.0.5-alpha.2",
"@peeky/config": "^0.10.2",
"@peeky/utils": "^0.10.2",
"@peeky/config": "^0.11.0",
"@peeky/utils": "^0.11.0",
"@types/sinon": "^9.0.10",
"anymatch": "^3.1.2",
"chalk": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/peeky-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/server",
"version": "0.10.2",
"version": "0.11.0",
"description": "Server for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/client-dist": "^0.10.2",
"@peeky/config": "^0.10.2",
"@peeky/runner": "^0.10.2",
"@peeky/client-dist": "^0.11.0",
"@peeky/config": "^0.11.0",
"@peeky/runner": "^0.11.0",
"ansi_up": "^5.1.0",
"apollo-server-express": "^2.19.2",
"chokidar": "^3.5.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/peeky-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/test",
"version": "0.10.2",
"version": "0.11.0",
"description": "A fast and fun test runner for Vite & Node 🐈️",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@peeky/cli": "^0.10.2",
"@peeky/config": "^0.10.2",
"@peeky/eslint-plugin": "^0.10.2",
"@peeky/runner": "^0.10.2",
"@peeky/server": "^0.10.2"
"@peeky/cli": "^0.11.0",
"@peeky/config": "^0.11.0",
"@peeky/eslint-plugin": "^0.11.0",
"@peeky/runner": "^0.11.0",
"@peeky/server": "^0.11.0"
},
"devDependencies": {
"@types/node": "^14.14.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/peeky-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeky/utils",
"version": "0.10.2",
"version": "0.11.0",
"description": "Common utilities for Peeky, the testing framework for curious minds",
"license": "MIT",
"author": {
Expand Down

0 comments on commit c19d3ca

Please sign in to comment.