From 02d5f2e7f98ef2d5d712298b66d2887050fa5c31 Mon Sep 17 00:00:00 2001 From: Benjamin Fischer Date: Sat, 8 May 2021 19:15:01 +0200 Subject: [PATCH] docs: add changelog --- CHANGELOG.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..96f9577 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,69 @@ +# [v0.1.1](https://github.com/c4spar/deno-dzx/compare/0.1.0...0.1.1) (2021-05-08) + +### Bug Fixes + +- fix dependency url + ([0db20d6](https://github.com/c4spar/deno-dzx/commit/0db20d6)) + +# [v0.1.0](https://github.com/c4spar/deno-dzx/compare/215dba4...0.1.0) (2021-05-08) + +- Revert "refactor: import from path instead of data url" + ([4ee4800](https://github.com/c4spar/deno-dzx/commit/4ee4800), + [b99669e](https://github.com/c4spar/deno-dzx/commit/b99669e)) + +### Features + +- add quote method to global space and remove cd from $ symbol + ([866793c](https://github.com/c4spar/deno-dzx/commit/866793c)) +- add cd to global namespace + ([855a800](https://github.com/c4spar/deno-dzx/commit/855a800)) +- escape template literal params + ([0bf5920](https://github.com/c4spar/deno-dzx/commit/0bf5920)) +- add $.cd ([9dafdfd](https://github.com/c4spar/deno-dzx/commit/9dafdfd)) +- add support for $.shell, execute from url and from stdin + ([c37e32b](https://github.com/c4spar/deno-dzx/commit/c37e32b)) + +### Bug Fixes + +- fix import local file + ([9b1840f](https://github.com/c4spar/deno-dzx/commit/9b1840f)) +- use data url to import local file + ([9be2e02](https://github.com/c4spar/deno-dzx/commit/9be2e02)) +- fix import path ([d9bb2f9](https://github.com/c4spar/deno-dzx/commit/d9bb2f9)) + +### Code Refactoring + +- remove example file + ([247713a](https://github.com/c4spar/deno-dzx/commit/247713a)) +- import from path instead of data url + ([ad6431a](https://github.com/c4spar/deno-dzx/commit/ad6431a)) +- remove recursive imports + ([a8226a4](https://github.com/c4spar/deno-dzx/commit/a8226a4)) +- refactor folder structure and add mod.ts file + ([907a7a1](https://github.com/c4spar/deno-dzx/commit/907a7a1)) +- rename ProcessResult to ProcessOutput + ([9ce1a61](https://github.com/c4spar/deno-dzx/commit/9ce1a61)) +- use combined as error message + ([8e994b9](https://github.com/c4spar/deno-dzx/commit/8e994b9)) + +### Chore + +- fmt ([91e668c](https://github.com/c4spar/deno-dzx/commit/91e668c)) +- **ci:** add lint workflow + ([12bdbca](https://github.com/c4spar/deno-dzx/commit/12bdbca)) + +### Documentation Updates + +- update readme ([7e5473c](https://github.com/c4spar/deno-dzx/commit/7e5473c), + [cbd5d8b](https://github.com/c4spar/deno-dzx/commit/cbd5d8b), + [743b6a3](https://github.com/c4spar/deno-dzx/commit/743b6a3), + [e52fe7a](https://github.com/c4spar/deno-dzx/commit/e52fe7a), + [6209106](https://github.com/c4spar/deno-dzx/commit/6209106)) +- add documentation + ([730aed0](https://github.com/c4spar/deno-dzx/commit/730aed0)) +- fix img alt ([1683984](https://github.com/c4spar/deno-dzx/commit/1683984)) +- add license ([3b7be1e](https://github.com/c4spar/deno-dzx/commit/3b7be1e)) +- set supported deno version to v1.7.0 + ([19152fb](https://github.com/c4spar/deno-dzx/commit/19152fb)) +- fix example ([b843880](https://github.com/c4spar/deno-dzx/commit/b843880)) +- add reamde ([e695b06](https://github.com/c4spar/deno-dzx/commit/e695b06))