Skip to content

Releases: deno-library/progress

v1.3.2

08 Nov 03:30
Compare
Choose a tag to compare

fix MultiProgressBar render bug

v1.3.1

08 Nov 01:54
Compare
Choose a tag to compare

Fix #15

v1.3.0

07 Nov 10:23
Compare
Choose a tag to compare

changes:

  1. fixed colored string length calculation bug

  2. Deno.consoleSize is now stable

Deno v1.27.0 : Stabilize Deno.consoleSize() API

The Deno.consoleSize API change

- Deno.consoleSize(Deno.stdout.rid).columns;
+ Deno.consoleSize().columns;

Now you can run a wider bar without unstable.

- deno run --unstable ./examples/width.unstable.ts
+ deno run ./examples/width.ts

So mod.unstable.ts and exmaples/width.unstable.ts was removed.

- mod.unstable.ts
- exmaples/width.unstable.ts

v1.2.9

07 Nov 06:19
Compare
Choose a tag to compare

Make this lib useable in deno tests

v1.2.8

10 Jun 01:34
bf80923
Compare
Choose a tag to compare

Merge pull request #11 from sntran/fix/isTTY

v1.2.7

31 May 06:44
Compare
Choose a tag to compare
fix: fix eta calculation method

v1.2.6

30 May 09:14
Compare
Choose a tag to compare

v1.2.5

27 Nov 08:01
Compare
Choose a tag to compare
v1.2.5

v1.2.4

12 Aug 02:14
Compare
Choose a tag to compare
v.1.2.4

v1.2.3

05 Dec 00:39
Compare
Choose a tag to compare
v1.2.3