Skip to content

Commit

Permalink
chore(release): 5.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.8](v5.0.7...v5.0.8) (2023-03-11)

### Bug Fixes

* render subtasks of the subtasks if parent has no title ([7b443f9](7b443f9)), closes [#663](#663)
  • Loading branch information
semantic-release [bot] committed Mar 11, 2023
1 parent 7b443f9 commit 612e0a2
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 68 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,16 +1,20 @@
## [5.0.7](https://github.com/cenk1cenk2/listr2/compare/v5.0.6...v5.0.7) (2023-01-18)
## [5.0.8](https://github.com/cenk1cenk2/listr2/compare/v5.0.7...v5.0.8) (2023-03-11)

### Bug Fixes

- render subtasks of the subtasks if parent has no title ([7b443f9](https://github.com/cenk1cenk2/listr2/commit/7b443f9c24a48963c9a95b7545f6792b4474a143)), closes [#663](https://github.com/cenk1cenk2/listr2/issues/663)

## [5.0.7](https://github.com/cenk1cenk2/listr2/compare/v5.0.6...v5.0.7) (2023-01-18)

### Bug Fixes

* **deps:** update dependency rxjs to ^7.8.0 ([0e83e8d](https://github.com/cenk1cenk2/listr2/commit/0e83e8dd768cf1ec6dffb975bd1f227563594060))
- **deps:** update dependency rxjs to ^7.8.0 ([0e83e8d](https://github.com/cenk1cenk2/listr2/commit/0e83e8dd768cf1ec6dffb975bd1f227563594060))

## [5.0.6](https://github.com/cenk1cenk2/listr2/compare/v5.0.5...v5.0.6) (2022-11-29)


### Bug Fixes

* **deps:** update dependency rxjs to ^7.5.7 ([324f012](https://github.com/cenk1cenk2/listr2/commit/324f0129cc1c4174241211c7d7cf5701abf1fa5d))
- **deps:** update dependency rxjs to ^7.5.7 ([324f012](https://github.com/cenk1cenk2/listr2/commit/324f0129cc1c4174241211c7d7cf5701abf1fa5d))

## [5.0.5](https://github.com/cenk1cenk2/listr2/compare/v5.0.4...v5.0.5) (2022-09-05)

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/index.ListrError.md
Expand Up @@ -104,7 +104,7 @@ Error.name

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1040
node_modules/typescript/lib/lib.es5.d.ts:1053

___

Expand All @@ -118,7 +118,7 @@ Error.message

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1041
node_modules/typescript/lib/lib.es5.d.ts:1054

___

Expand All @@ -132,7 +132,7 @@ Error.stack

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1042
node_modules/typescript/lib/lib.es5.d.ts:1055

___

Expand Down
4 changes: 2 additions & 2 deletions docs/classes/index.ListrTaskObject.md
Expand Up @@ -147,7 +147,7 @@ ___

#### Type declaration

▸ (...`args`): `any`
▸ (`...args`): `any`

Creates a "subject" by basically gluing an observer to an observable.

Expand Down Expand Up @@ -897,7 +897,7 @@ Subject.pipe

node_modules/rxjs/dist/types/internal/Observable.d.ts:119

**pipe**<`A`, `B`, `C`, `D`, `E`, `F`, `G`, `H`, `I`\>(`op1`, `op2`, `op3`, `op4`, `op5`, `op6`, `op7`, `op8`, `op9`, ...`operations`): `Observable`<`unknown`\>
**pipe**<`A`, `B`, `C`, `D`, `E`, `F`, `G`, `H`, `I`\>(`op1`, `op2`, `op3`, `op4`, `op5`, `op6`, `op7`, `op8`, `op9`, `...operations`): `Observable`<`unknown`\>

#### Type parameters

Expand Down
10 changes: 10 additions & 0 deletions docs/classes/index.ListrTaskWrapper.md
Expand Up @@ -56,6 +56,16 @@ ___

src/lib/task-wrapper.ts:18

___

### options

`Private` **options**: [`ListrBaseClassOptions`](../types/index.ListrBaseClassOptions.md)<`Ctx`, `any`, `any`\>

#### Defined in

src/lib/task-wrapper.ts:18

## Accessors

### title
Expand Down
18 changes: 14 additions & 4 deletions docs/classes/index.Logger.md
Expand Up @@ -20,6 +20,16 @@ A internal logger for using in the verbose renderer mostly.

src/utils/logger.ts:11

## Properties

### options

`Private` `Optional` **options**: `LoggerOptions`

#### Defined in

src/utils/logger.ts:11

## Methods

### fail
Expand Down Expand Up @@ -205,15 +215,15 @@ ___

### logColoring

`Protected` **logColoring**(`__namedParameters`): `string`
`Protected` **logColoring**(`«destructured»`): `string`

#### Parameters

| Name | Type |
| :------ | :------ |
| `__namedParameters` | `Object` |
| `__namedParameters.level` | [`LogLevels`](../enums/index.LogLevels.md) |
| `__namedParameters.message` | `string` |
| `«destructured»` | `Object` |
| › `level` | [`LogLevels`](../enums/index.LogLevels.md) |
| › `message` | `string` |

#### Returns

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/index.PromptError.md
Expand Up @@ -98,7 +98,7 @@ Error.name

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1040
node_modules/typescript/lib/lib.es5.d.ts:1053

___

Expand All @@ -112,7 +112,7 @@ Error.message

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1041
node_modules/typescript/lib/lib.es5.d.ts:1054

___

Expand All @@ -126,7 +126,7 @@ Error.stack

#### Defined in

node_modules/typescript/lib/lib.es5.d.ts:1042
node_modules/typescript/lib/lib.es5.d.ts:1055

## Constructors

Expand Down
92 changes: 46 additions & 46 deletions docs/classes/renderer_default_renderer.DefaultRenderer.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/renderer_simple_renderer.SimpleRenderer.md
Expand Up @@ -38,8 +38,8 @@ designate renderer global options that is specific to the current renderer

| Name | Type | Description |
| :------ | :------ | :------ |
| `prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |
| `prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |

#### Implementation of

Expand Down Expand Up @@ -97,8 +97,8 @@ ___

| Name | Type | Description |
| :------ | :------ | :------ |
| `prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |
| `prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |

#### Defined in

Expand All @@ -116,8 +116,8 @@ src/renderer/simple.renderer.ts:105
| :------ | :------ | :------ |
| `tasks` | [`ListrTaskObject`](index.ListrTaskObject.md)<`any`, typeof [`SimpleRenderer`](renderer_simple_renderer.SimpleRenderer.md)\>[] | - |
| `options` | `Object` | - |
| `options.prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `options.output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |
| `options.prefixWithTimestamp?` | `boolean` | if true this will add timestamp at the begin of the rendered line **`Example`** ```bash [12:33:44] ✔ Do something important ``` **`Default`** false |
| `options.output?` | ``"stdout"`` \| ``"stderr"`` | choose between process.stdout and process.stderr **`Default`** stdout |

#### Defined in

Expand Down

0 comments on commit 612e0a2

Please sign in to comment.