Skip to content

Commit 18f908d

Browse files
author
zhangfuxing
committed
v1.4.1-writeAllSync
1 parent 06c9fbc commit 18f908d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ProgressBar in terminal for deno
1111
#### example
1212

1313
```ts
14-
import { MultiProgressBar } from "https://deno.land/x/[email protected].0/mod.ts";
14+
import { MultiProgressBar } from "https://deno.land/x/[email protected].1-writeAllSync/mod.ts";
1515

1616
const title = "download files";
1717
const total = 100;
@@ -147,7 +147,7 @@ What is displayed and display order, default: ':bar :text :percent :time :comple
147147
#### simple example
148148

149149
```ts
150-
import ProgressBar from "https://deno.land/x/[email protected].0/mod.ts";
150+
import ProgressBar from "https://deno.land/x/[email protected].1-writeAllSync/mod.ts";
151151

152152
const title = "downloading:";
153153
const total = 100;
@@ -171,7 +171,7 @@ downloading();
171171
#### complex example
172172

173173
```ts
174-
import ProgressBar from "https://deno.land/x/[email protected].0/mod.ts";
174+
import ProgressBar from "https://deno.land/x/[email protected].1-writeAllSync/mod.ts";
175175

176176
const total = 100;
177177
const progress = new ProgressBar({

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v1.4.1-writeAllSync - 2024.01.05
4+
5+
remove addSignalListener: Deno Version 1.39.1, deno test no longer reports errors
6+
37
### v1.4.0 - 2023.11.12
48

59
update to use [deno standard library v0.206.0](https://deno.land/[email protected])

0 commit comments

Comments
 (0)