Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 8, 2021
1 parent 0db20d6 commit 02d5f2e
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 02d5f2e

Please sign in to comment.