Skip to content

Commit

Permalink
v1.4.1-writeAllSync
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuxing committed Jan 5, 2024
1 parent 06c9fbc commit 18f908d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ProgressBar in terminal for deno
#### example

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

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

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

const title = "downloading:";
const total = 100;
Expand All @@ -171,7 +171,7 @@ downloading();
#### complex example

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

const total = 100;
const progress = new ProgressBar({
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v1.4.1-writeAllSync - 2024.01.05

remove addSignalListener: Deno Version 1.39.1, deno test no longer reports errors

### v1.4.0 - 2023.11.12

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

0 comments on commit 18f908d

Please sign in to comment.