|
| 1 | +# [v0.2.0](https://github.com/c4spar/deno-dzx/compare/0.1.1...0.2.0) (2021-05-13) |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | +- add support for home directory "~" in cd |
| 6 | + ([a534ea9](https://github.com/c4spar/deno-dzx/commit/a534ea9)) |
| 7 | +- support absolute path in cd |
| 8 | + ([c8d8f72](https://github.com/c4spar/deno-dzx/commit/c8d8f72)) |
| 9 | +- add $.startTime and $.time |
| 10 | + ([02cb655](https://github.com/c4spar/deno-dzx/commit/02cb655)) |
| 11 | +- add $.mainModule |
| 12 | + ([fd5f8b5](https://github.com/c4spar/deno-dzx/commit/fd5f8b5)) |
| 13 | +- add worker and permissions support |
| 14 | + ([838cfbe](https://github.com/c4spar/deno-dzx/commit/838cfbe), |
| 15 | + [fb990c5](https://github.com/c4spar/deno-dzx/commit/fb990c5)) |
| 16 | +- add bundle and compile command |
| 17 | + ([c2e9a29](https://github.com/c4spar/deno-dzx/commit/c2e9a29), |
| 18 | + [9daafd2](https://github.com/c4spar/deno-dzx/commit/9daafd2), |
| 19 | + [8e4b385](https://github.com/c4spar/deno-dzx/commit/8e4b385), |
| 20 | + [c87b793](https://github.com/c4spar/deno-dzx/commit/c87b793), |
| 21 | + [dd95c08](https://github.com/c4spar/deno-dzx/commit/dd95c08)) |
| 22 | +- add throw errors |
| 23 | + ([8177dd4](https://github.com/c4spar/deno-dzx/commit/8177dd4), |
| 24 | + [f0f6899](https://github.com/c4spar/deno-dzx/commit/f0f6899)) |
| 25 | +- add async, path, io, fs, log and flags module |
| 26 | + ([f49c4f2](https://github.com/c4spar/deno-dzx/commit/f49c4f2), |
| 27 | + [ee95ee5](https://github.com/c4spar/deno-dzx/commit/ee95ee5), |
| 28 | + [bb4830d](https://github.com/c4spar/deno-dzx/commit/bb4830d), |
| 29 | + [269ba69](https://github.com/c4spar/deno-dzx/commit/269ba69), |
| 30 | + [f599187](https://github.com/c4spar/deno-dzx/commit/f599187), |
| 31 | + [e8fb41f](https://github.com/c4spar/deno-dzx/commit/e8fb41f), |
| 32 | + [ee95ee5](https://github.com/c4spar/deno-dzx/commit/ee95ee5)) |
| 33 | +- add version file |
| 34 | + ([ebc6143](https://github.com/c4spar/deno-dzx/commit/ebc6143)) |
| 35 | + |
| 36 | +### Bug Fixes |
| 37 | + |
| 38 | +- fix cd method ([bf39b0a](https://github.com/c4spar/deno-dzx/commit/bf39b0a), |
| 39 | + [111d41c](https://github.com/c4spar/deno-dzx/commit/111d41c)) |
| 40 | + |
| 41 | +### Code Refactoring |
| 42 | + |
| 43 | +- refactor error method |
| 44 | + ([562b65f](https://github.com/c4spar/deno-dzx/commit/562b65f)) |
| 45 | +- remove $.cwd and use Deno.chdir for cd |
| 46 | + ([33e097a](https://github.com/c4spar/deno-dzx/commit/33e097a)) |
| 47 | +- use cliffy for command line interfaces |
| 48 | + ([51c234b](https://github.com/c4spar/deno-dzx/commit/51c234b), |
| 49 | + [95e6f3c](https://github.com/c4spar/deno-dzx/commit/95e6f3c)) |
| 50 | + |
| 51 | +### Chore |
| 52 | + |
| 53 | +- fmt ([38b2d38](https://github.com/c4spar/deno-dzx/commit/38b2d38)) |
| 54 | + |
| 55 | +### Documentation Updates |
| 56 | + |
| 57 | +- update readme ([23a95e6](https://github.com/c4spar/deno-dzx/commit/23a95e6), |
| 58 | + [251add4](https://github.com/c4spar/deno-dzx/commit/251add4), |
| 59 | + [e73f3a6](https://github.com/c4spar/deno-dzx/commit/e73f3a6), |
| 60 | + [f1a0159](https://github.com/c4spar/deno-dzx/commit/f1a0159), |
| 61 | + [7808143](https://github.com/c4spar/deno-dzx/commit/7808143), |
| 62 | + [cb1418a](https://github.com/c4spar/deno-dzx/commit/cb1418a), |
| 63 | + [3542c19](https://github.com/c4spar/deno-dzx/commit/3542c19), |
| 64 | + [33918ae](https://github.com/c4spar/deno-dzx/commit/33918ae)) |
| 65 | +- add changelog ([02d5f2e](https://github.com/c4spar/deno-dzx/commit/02d5f2e)) |
| 66 | + |
1 | 67 | # [v0.1.1](https://github.com/c4spar/deno-dzx/compare/0.1.0...0.1.1) (2021-05-08)
|
2 | 68 |
|
3 | 69 | ### Bug Fixes
|
|
0 commit comments