Skip to content

Commit ca97ef5

Browse files
committed
chore: new version 0.2.0 [skip ci]
1 parent 688ce76 commit ca97ef5

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [0.2.0](https://github.com/adhocore/php-cli-syntax/releases/tag/0.2.0) (2019-12-28)
2+
3+
### Features
4+
- **Bin**: Add clish entrypoint (Jitendra Adhikari) [_b6dfe0f_](https://github.com/adhocore/php-cli-syntax/commit/b6dfe0f)
5+
- **Console**: Add clish command (Jitendra Adhikari) [_1a36015_](https://github.com/adhocore/php-cli-syntax/commit/1a36015)
6+
- **Pretty**: Use domxpath, add reset() and codeToHtml() (Jitendra Adhikari) [_aa65e14_](https://github.com/adhocore/php-cli-syntax/commit/aa65e14)
7+
- Add png Exporter class (Jitendra Adhikari) [_494c4a0_](https://github.com/adhocore/php-cli-syntax/commit/494c4a0)
8+
- Add abstract base Pretty class (Jitendra Adhikari) [_09feb82_](https://github.com/adhocore/php-cli-syntax/commit/09feb82)
9+
10+
### Bug Fixes
11+
- **Clish**: Phar name (Jitendra Adhikari) [_6499722_](https://github.com/adhocore/php-cli-syntax/commit/6499722)
12+
- **Exporter**: Validate output dir (Jitendra Adhikari) [_bd8e3e7_](https://github.com/adhocore/php-cli-syntax/commit/bd8e3e7)
13+
- **Clish**: Phar name (Jitendra Adhikari) [_c82c585_](https://github.com/adhocore/php-cli-syntax/commit/c82c585)
14+
15+
### Internal Refactors
16+
- **Clish.cmd**: Dont trim input, use writer instead of echo (Jitendra Adhikari) [_e30bd02_](https://github.com/adhocore/php-cli-syntax/commit/e30bd02)
17+
- **Exporter**: No static, add setOptions, reset, refactor visit (Jitendra Adhikari) [_6a38fd4_](https://github.com/adhocore/php-cli-syntax/commit/6a38fd4)
18+
- **Highlighter**: Implement reset(), refactor visit() (Jitendra Adhikari) [_e6d6b4e_](https://github.com/adhocore/php-cli-syntax/commit/e6d6b4e)
19+
- Extend Pretty, cleanup redundant (Jitendra Adhikari) [_772c3d7_](https://github.com/adhocore/php-cli-syntax/commit/772c3d7)
20+
21+
### Miscellaneous
22+
- Update test:cov (Jitendra Adhikari) [_285182f_](https://github.com/adhocore/php-cli-syntax/commit/285182f)
23+
- Update example output (Jitendra Adhikari) [_4867ec3_](https://github.com/adhocore/php-cli-syntax/commit/4867ec3)
24+
- **Composer**: Add keywords, use adhocore/cli, register clish (Jitendra Adhikari) [_3652e5f_](https://github.com/adhocore/php-cli-syntax/commit/3652e5f)
25+
- Chmod +x clish (Jitendra Adhikari) [_3982889_](https://github.com/adhocore/php-cli-syntax/commit/3982889)
26+
- Update gitignore (Jitendra Adhikari) [_c0f09e1_](https://github.com/adhocore/php-cli-syntax/commit/c0f09e1)
27+
- Add more fonts (Jitendra Adhikari) [_0184d40_](https://github.com/adhocore/php-cli-syntax/commit/0184d40)
28+
- Add export example image output (Jitendra Adhikari) [_eb2ef0f_](https://github.com/adhocore/php-cli-syntax/commit/eb2ef0f)
29+
- Add export example (Jitendra Adhikari) [_8f88fa9_](https://github.com/adhocore/php-cli-syntax/commit/8f88fa9)
30+
- Require gd ext (Jitendra Adhikari) [_c41b11c_](https://github.com/adhocore/php-cli-syntax/commit/c41b11c)
31+
- Add dejavu font (Jitendra Adhikari) [_0927f75_](https://github.com/adhocore/php-cli-syntax/commit/0927f75)
32+
33+
### Documentations
34+
- Add global installation docs (Jitendra Adhikari) [_ddcbfd4_](https://github.com/adhocore/php-cli-syntax/commit/ddcbfd4)
35+
- About extension (Jitendra Adhikari) [_32aa562_](https://github.com/adhocore/php-cli-syntax/commit/32aa562)
36+
- Add customisation info (Jitendra Adhikari) [_9565097_](https://github.com/adhocore/php-cli-syntax/commit/9565097)
37+
- Add export usage (Jitendra Adhikari) [_d91624f_](https://github.com/adhocore/php-cli-syntax/commit/d91624f)
38+
39+
140
## [0.1.0](https://github.com/adhocore/php-cli-syntax/releases/tag/0.1.0) (2019-12-21)
241

342
### Features
@@ -23,6 +62,3 @@
2362

2463
### Builds
2564
- **Travis**: Add travis yml (Jitendra Adhikari) [_e75bee9_](https://github.com/adhocore/php-cli-syntax/commit/e75bee9)
26-
27-
28-

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)