Skip to content

Commit 02d5f2e

Browse files
committed
docs: add changelog
1 parent 0db20d6 commit 02d5f2e

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# [v0.1.1](https://github.com/c4spar/deno-dzx/compare/0.1.0...0.1.1) (2021-05-08)
2+
3+
### Bug Fixes
4+
5+
- fix dependency url
6+
([0db20d6](https://github.com/c4spar/deno-dzx/commit/0db20d6))
7+
8+
# [v0.1.0](https://github.com/c4spar/deno-dzx/compare/215dba4...0.1.0) (2021-05-08)
9+
10+
- Revert "refactor: import from path instead of data url"
11+
([4ee4800](https://github.com/c4spar/deno-dzx/commit/4ee4800),
12+
[b99669e](https://github.com/c4spar/deno-dzx/commit/b99669e))
13+
14+
### Features
15+
16+
- add quote method to global space and remove cd from $ symbol
17+
([866793c](https://github.com/c4spar/deno-dzx/commit/866793c))
18+
- add cd to global namespace
19+
([855a800](https://github.com/c4spar/deno-dzx/commit/855a800))
20+
- escape template literal params
21+
([0bf5920](https://github.com/c4spar/deno-dzx/commit/0bf5920))
22+
- add $.cd ([9dafdfd](https://github.com/c4spar/deno-dzx/commit/9dafdfd))
23+
- add support for $.shell, execute from url and from stdin
24+
([c37e32b](https://github.com/c4spar/deno-dzx/commit/c37e32b))
25+
26+
### Bug Fixes
27+
28+
- fix import local file
29+
([9b1840f](https://github.com/c4spar/deno-dzx/commit/9b1840f))
30+
- use data url to import local file
31+
([9be2e02](https://github.com/c4spar/deno-dzx/commit/9be2e02))
32+
- fix import path ([d9bb2f9](https://github.com/c4spar/deno-dzx/commit/d9bb2f9))
33+
34+
### Code Refactoring
35+
36+
- remove example file
37+
([247713a](https://github.com/c4spar/deno-dzx/commit/247713a))
38+
- import from path instead of data url
39+
([ad6431a](https://github.com/c4spar/deno-dzx/commit/ad6431a))
40+
- remove recursive imports
41+
([a8226a4](https://github.com/c4spar/deno-dzx/commit/a8226a4))
42+
- refactor folder structure and add mod.ts file
43+
([907a7a1](https://github.com/c4spar/deno-dzx/commit/907a7a1))
44+
- rename ProcessResult to ProcessOutput
45+
([9ce1a61](https://github.com/c4spar/deno-dzx/commit/9ce1a61))
46+
- use combined as error message
47+
([8e994b9](https://github.com/c4spar/deno-dzx/commit/8e994b9))
48+
49+
### Chore
50+
51+
- fmt ([91e668c](https://github.com/c4spar/deno-dzx/commit/91e668c))
52+
- **ci:** add lint workflow
53+
([12bdbca](https://github.com/c4spar/deno-dzx/commit/12bdbca))
54+
55+
### Documentation Updates
56+
57+
- update readme ([7e5473c](https://github.com/c4spar/deno-dzx/commit/7e5473c),
58+
[cbd5d8b](https://github.com/c4spar/deno-dzx/commit/cbd5d8b),
59+
[743b6a3](https://github.com/c4spar/deno-dzx/commit/743b6a3),
60+
[e52fe7a](https://github.com/c4spar/deno-dzx/commit/e52fe7a),
61+
[6209106](https://github.com/c4spar/deno-dzx/commit/6209106))
62+
- add documentation
63+
([730aed0](https://github.com/c4spar/deno-dzx/commit/730aed0))
64+
- fix img alt ([1683984](https://github.com/c4spar/deno-dzx/commit/1683984))
65+
- add license ([3b7be1e](https://github.com/c4spar/deno-dzx/commit/3b7be1e))
66+
- set supported deno version to v1.7.0
67+
([19152fb](https://github.com/c4spar/deno-dzx/commit/19152fb))
68+
- fix example ([b843880](https://github.com/c4spar/deno-dzx/commit/b843880))
69+
- add reamde ([e695b06](https://github.com/c4spar/deno-dzx/commit/e695b06))

0 commit comments

Comments
 (0)