Skip to content

Commit 3be3584

Browse files
committed
docs(changelog): v0.3.2
1 parent fa9e52f commit 3be3584

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
# [0.3.2](https://github.com/c4spar/deno-dzx/compare/0.3.1...0.3.2) (Jul 11, 2022)
2+
3+
### Features
4+
5+
- **cli:** start repl by default and print dzx version on start (#34)
6+
([ce2a1c7](https://github.com/c4spar/deno-dzx/commit/ce2a1c7))
7+
- **cli:** add `--verbose` option and change `$.verbose` type from `boolean` to
8+
`boolean | number` (#30)
9+
([c253d77](https://github.com/c4spar/deno-dzx/commit/c253d77))
10+
- **runtime:** add `.delay()` method (#68)
11+
([a05e1ab](https://github.com/c4spar/deno-dzx/commit/a05e1ab))
12+
- **runtime:** add `.timeout()` method (#67)
13+
([8219581](https://github.com/c4spar/deno-dzx/commit/8219581))
14+
- **runtime:** add `kill` method (#64)
15+
([0d0044b](https://github.com/c4spar/deno-dzx/commit/0d0044b))
16+
- **runtime:** add `statusCode` property (#63)
17+
([eb85a1b](https://github.com/c4spar/deno-dzx/commit/eb85a1b))
18+
- **runtime:** add `noThrow` property (#62)
19+
([dcaa0e8](https://github.com/c4spar/deno-dzx/commit/dcaa0e8))
20+
- **runtime:** add `pid` property (#61)
21+
([66d9c6a](https://github.com/c4spar/deno-dzx/commit/66d9c6a))
22+
- **runtime:** add `.retry()` method and print retries on error (#58)
23+
([a04d370](https://github.com/c4spar/deno-dzx/commit/a04d370))
24+
- **runtime:** capture stack trace from `$` call's (#44)
25+
([7c06a04](https://github.com/c4spar/deno-dzx/commit/7c06a04))
26+
- **runtime:** print exit code info and signal on error (#43)
27+
([9cc7ec9](https://github.com/c4spar/deno-dzx/commit/9cc7ec9))
28+
29+
### Bug Fixes
30+
31+
- **cli:** fix base64 module bootstrapping (#31)
32+
([3292575](https://github.com/c4spar/deno-dzx/commit/3292575))
33+
- **runtime:** make readlines aboartable (#65)
34+
([b737487](https://github.com/c4spar/deno-dzx/commit/b737487))
35+
36+
### Code Refactoring
37+
38+
- **bundle:** use deno_emit for bundling (#36)
39+
([3050c89](https://github.com/c4spar/deno-dzx/commit/3050c89))
40+
- **cli:** remove useRawArgs from eval command (#35)
41+
([0bf9a2e](https://github.com/c4spar/deno-dzx/commit/0bf9a2e))
42+
- **cli:** refactor repl options handling (#33)
43+
([607b12a](https://github.com/c4spar/deno-dzx/commit/607b12a))
44+
- **runtime:** use dynamic import for emit module to improve cli performance
45+
(#70) ([fa9e52f](https://github.com/c4spar/deno-dzx/commit/fa9e52f))
46+
- **runtime:** implement process class (#42)
47+
([2059567](https://github.com/c4spar/deno-dzx/commit/2059567))
48+
- **runtime:** make `$.mainModule`, `$.args` & `$.startTime` readonly (#32)
49+
([bcb02fd](https://github.com/c4spar/deno-dzx/commit/bcb02fd))
50+
51+
### Chore
52+
53+
- **ci:** install zsh on canary gh action (#41)
54+
([a464b58](https://github.com/c4spar/deno-dzx/commit/a464b58))
55+
- **ci:** setup zsh in gh action
56+
([615f826](https://github.com/c4spar/deno-dzx/commit/615f826))
57+
- **ci:** run workflows on pull request (#37)
58+
([6d1699c](https://github.com/c4spar/deno-dzx/commit/6d1699c))
59+
- **ci:** re-enable coverage and upgrade codecov/codecov-action to v3 (#15)
60+
([2668379](https://github.com/c4spar/deno-dzx/commit/2668379))
61+
- **ci:** upgrade checkout action to v3 (#29)
62+
([006c8ce](https://github.com/c4spar/deno-dzx/commit/006c8ce))
63+
- **upgrade:** deno/[email protected], [email protected] (#38)
64+
([27923c6](https://github.com/c4spar/deno-dzx/commit/27923c6))
65+
- **upgrade:** deno/[email protected], [email protected] (#28)
66+
([0d70bc7](https://github.com/c4spar/deno-dzx/commit/0d70bc7))
67+
168
# [0.3.1](https://github.com/c4spar/deno-dzx/compare/0.3.0...0.3.1) (Mar 20, 2022)
269

370
### Features

0 commit comments

Comments
 (0)