@@ -10,93 +10,93 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
10
11
11
* fix(install): Package installed calculation ([ ` a479d53 ` ] ( ../../commit/a479d5355dfc832286288b790338652e174d606d ) )
12
12
* fix(install-file): Get correct install package name ([ ` #318 ` ] ( ../../pull/318 ) )
13
- * feat: Add ` :try ` for ` depends-on ` DSL ([ ` #319 ` ] ( ../../pull/319 ) )
14
- * fix: Warning missing ` lexical-binding ` cookie in Eask-file ([ ` #320 ` ] ( ../../pull/320 ) )
13
+ * feat: Add ` :try ` for ` depends-on ` DSL ([ #319 ] ( ../../pull/319 ) )
14
+ * fix: Warning missing ` lexical-binding ` cookie in Eask-file ([ #320 ] ( ../../pull/320 ) )
15
15
* fix(extern): Avoid patching compat functions ([ ` 524c02d ` ] ( ../../commit/524c02dc66e14449f8511d5cfc591e4fae91b3b2 ) )
16
16
* feat(_ prepare.el): Respect global/system-wide packages ([ ` e0732f2 ` ] ( ../../commit/e0732f26a179ccceed96528cc71d9903b2f5fe4e ) )
17
17
* fix(lisp/extern): Clean up ` compat ` ([ ` 2b41f5d ` ] ( ../../commit/2b41f5db4b5bbe145c9671f95850f79a00dcbd48 ) )
18
- * fix(lisp): Paint keywords with nested ansi codes ([ ` #323 ` ] ( ../../pull/323 ) )
19
- * feat(create): Add new command for ` el-project ` ([ ` #325 ` ] ( ../../pull/325 ) )
20
- * feat(lint): Add command for ` org-lint ` ([ ` #328 ` ] ( ../../pull/328 ) )
18
+ * fix(lisp): Paint keywords with nested ansi codes ([ #323 ] ( ../../pull/323 ) )
19
+ * feat(create): Add new command for ` el-project ` ([ #325 ] ( ../../pull/325 ) )
20
+ * feat(lint): Add command for ` org-lint ` ([ #328 ] ( ../../pull/328 ) )
21
21
* fix: Avoid using white color for light theme ([ ` 8acdc65 ` ] ( ../../commit/8acdc65f464414ac2ba591d600dbca55ac7a5952 ) )
22
- * fix: Use ` kill-current-buffer ` instead ([ ` #331 ` ] ( ../../pull/331 ) )
22
+ * fix: Use ` kill-current-buffer ` instead ([ #331 ] ( ../../pull/331 ) )
23
23
24
24
## 0.11.x
25
25
> Released Apr 03, 2025
26
26
27
27
* fix(init): Preview final Eask file ([ ` ee7c36c ` ] ( ../../commit/ee7c36cbd0d934523825c9c9430c73b50d4a8666 ) )
28
- * fix(lint): match behavior of declare linter to checkdoc ([ ` #272 ` ] ( ../../pull/272 ) )
28
+ * fix(lint): match behavior of declare linter to checkdoc ([ #272 ] ( ../../pull/272 ) )
29
29
* fix(test): ERT test fails on Emacs 30+ ([ ` cc1f4e1 ` ] ( ../../commit/cc1f4e15b7b40b986ad1a93f6e40d121340598de ) )
30
- * fix(test): eask options should not be passed to buttercup ([ ` #281 ` ] ( ../../pull/281 ) )
31
- * feat(core): Lazy install on required packages ([ ` #284 ` ] ( ../../pull/284 ) )
32
- * feat(compile): Improve compile messages on error ([ ` #285 ` ] ( ../../pull/285 ) )
30
+ * fix(test): eask options should not be passed to buttercup ([ #281 ] ( ../../pull/281 ) )
31
+ * feat(core): Lazy install on required packages ([ #284 ] ( ../../pull/284 ) )
32
+ * feat(compile): Improve compile messages on error ([ #285 ] ( ../../pull/285 ) )
33
33
* feat(test): Make ` ert-runner ` accepts ` files ` arguments ([ ` d9041ea ` ] ( ../../commit/d9041eaa3d15c82d196e9264faf74660eaa117ff ) )
34
34
* fix(_ prepare.el): Keywords cannot be parsed in Emacs 26.x ([ ` 0cb755e ` ] ( ../../commit/0cb755e0c18d37a59c76add905ea089c61b3a931 ) )
35
- * feat(src/env.js): Ensure ` Emacs ` env ([ ` #289 ` ] ( ../../pull/289 ) )
36
- * ci(build.yml): Try forked pkg to fix ` arm64 ` build 2 ([ ` #292 ` ] ( ../../pull/292 ) and [ ` #294 ` ] ( ../../pull/294 ) )
37
- * feat: Set error status when help is printed ([ ` #307 ` ] ( ../../pull/307 ) )
35
+ * feat(src/env.js): Ensure ` Emacs ` env ([ #289 ] ( ../../pull/289 ) )
36
+ * ci(build.yml): Try forked pkg to fix ` arm64 ` build 2 ([ #292 ] ( ../../pull/292 ) and [ #294 ] ( ../../pull/294 ) )
37
+ * feat: Set error status when help is printed ([ #307 ] ( ../../pull/307 ) )
38
38
* feat: Add exit code specification ([ ` c49f53c ` ] ( ../../commit/c49f53caa1f6ac94a9c8c884d70d0860f55728c1 ) )
39
- * feat(install): Add commands ` install-file ` and ` install-vc ` ([ ` #317 ` ] ( ../../pull/317 ) )
40
- * feat(install): Handle ` --force ` flag to overwrite installed packages ([ ` #317 ` ] ( ../../pull/317 ) )
39
+ * feat(install): Add commands ` install-file ` and ` install-vc ` ([ #317 ] ( ../../pull/317 ) )
40
+ * feat(install): Handle ` --force ` flag to overwrite installed packages ([ #317 ] ( ../../pull/317 ) )
41
41
42
42
## 0.10.x
43
43
> Released Jun 13, 2024
44
44
45
45
* fix: Unsilent in Eask-file by default ([ ` 40d82be ` ] ( ../../commit/40d82becaf20f0851e5fc37aa17c5f6871c163a3 ) )
46
- * Make better use for ` special ` commands ([ ` #206 ` ] ( ../../pull/206 ) )
47
- * feat: Accept rest arguments after command line separator ([ ` #207 ` ] ( ../../pull/207 ) )
46
+ * Make better use for ` special ` commands ([ #206 ] ( ../../pull/206 ) )
47
+ * feat: Accept rest arguments after command line separator ([ #207 ] ( ../../pull/207 ) )
48
48
* feat(_ prepare.el): Add program temp buffer ([ ` 6262821 ` ] ( ../../commit/6262821596edb48d4f3b9bc61405129e084350b1 ) )
49
49
* fix(indent.el): Further improve indent-lint ([ ` c0bf56c ` ] ( ../../commit/c0bf56ccc0c47846cd314067fde6ee4eeedee5aa ) )
50
- * fix: Compatible to Emacs 26.x ([ ` #209 ` ] ( ../../pull/209 ) )
51
- * feat(repl): Add the Elisp REPL command ([ ` #210 ` ] ( ../../pull/210 ) )
50
+ * fix: Compatible to Emacs 26.x ([ #209 ] ( ../../pull/209 ) )
51
+ * feat(repl): Add the Elisp REPL command ([ #210 ] ( ../../pull/210 ) )
52
52
* fix(generate/workflow): Require emacs version ([ ` f643c5d ` ] ( ../../commit/f643c5da8992bf8b93287578dd8f3b553398ad85 ) )
53
53
* chore: Alias ` pack ` to ` package ` command ([ ` e209d7c ` ] ( ../../commit/e209d7c8152a17de81613f09b380a2f5ad05697a ) )
54
- * fix(build.yml): Release with ` .tar.gz ` instead of ` .zip ` on Unix-like system ([ ` #214 ` ] ( ../../pull/214 ) and [ ` #216 ` ] ( ../../pull/216 ) )
55
- * feat: Add ` loc ` command ([ ` #227 ` ] ( ../../pull/227 ) )
56
- * fix: Allow initialize in other scopes ([ ` #229 ` ] ( ../../pull/229 ) )
57
- * feat: Rename command ` check-eask ` to ` analyze ` ([ ` #230 ` ] ( ../../pull/230 ) )
58
- * feat(fmt): Add formatters ([ ` #232 ` ] ( ../../pull/232 ) )
59
- * feat(test): Add built-in ` ecukes ` test command ([ ` #236 ` ] ( ../../pull/236 ) )
60
- * fix: Don't pollute outer programs ([ ` #239 ` ] ( ../../pull/239 ) )
61
- * feat(generate/test): Add commands to setup test files ([ ` #243 ` ] ( ../../pull/243 ) )
62
- * feat: Add ` docs ` command ([ ` #245 ` ] ( ../../pull/245 ) )
63
- * feat(cmds): Add ` recompile ` command ([ ` #254 ` ] ( ../../pull/254 ) )
64
- * feat(eask): Use ` strict ` option ([ ` #256 ` ] ( ../../pull/256 ) )
54
+ * fix(build.yml): Release with ` .tar.gz ` instead of ` .zip ` on Unix-like system ([ #214 ] ( ../../pull/214 ) and [ #216 ] ( ../../pull/216 ) )
55
+ * feat: Add ` loc ` command ([ #227 ] ( ../../pull/227 ) )
56
+ * fix: Allow initialize in other scopes ([ #229 ] ( ../../pull/229 ) )
57
+ * feat: Rename command ` check-eask ` to ` analyze ` ([ #230 ] ( ../../pull/230 ) )
58
+ * feat(fmt): Add formatters ([ #232 ] ( ../../pull/232 ) )
59
+ * feat(test): Add built-in ` ecukes ` test command ([ #236 ] ( ../../pull/236 ) )
60
+ * fix: Don't pollute outer programs ([ #239 ] ( ../../pull/239 ) )
61
+ * feat(generate/test): Add commands to setup test files ([ #243 ] ( ../../pull/243 ) )
62
+ * feat: Add ` docs ` command ([ #245 ] ( ../../pull/245 ) )
63
+ * feat(cmds): Add ` recompile ` command ([ #254 ] ( ../../pull/254 ) )
64
+ * feat(eask): Use ` strict ` option ([ #256 ] ( ../../pull/256 ) )
65
65
66
66
## 0.9.x
67
67
> Released Nov 17, 2023
68
68
69
- * Add command to generate LICENSE file ([ ` #155 ` ] ( ../../pull/155 ) )
70
- * Add new DSLs ` author ` and ` license ` ([ ` #156 ` ] ( ../../pull/156 ) )
71
- * Add license linter ([ ` #157 ` ] ( ../../pull/157 ) )
72
- * Allow few commands' execution without any Eask-file ([ ` #159 ` ] ( ../../pull/159 ) )
73
- * Add command ` cat ` ([ ` #160 ` ] ( ../../pull/160 ) )
74
- * Improve messages while processing package transaction ([ ` #164 ` ] ( ../../pull/164 ) )
75
- * Improve messages while task cleaning all ([ ` #165 ` ] ( ../../pull/165 ) )
76
- * Add ` clean ` option for clean compile environment ([ ` #166 ` ] ( ../../pull/166 ) )
77
- * Split up ` config ` and ` global ` space into two different environments ([ ` #167 ` ] ( ../../pull/167 ) )
78
- * Add use of ` --show-hidden ` option ([ ` #168 ` ] ( ../../pull/168 ) )
79
- * Add command to generate ` ignore ` file ([ ` #169 ` ] ( ../../pull/169 ) )
80
- * Use standard output ([ ` #170 ` ] ( ../../pull/170 ) )
81
- * Fix non-displayable character, use ascii instead ([ ` #172 ` ] ( ../../pull/172 ) )
82
- * Use environment PATH to specify Emacs version to use ([ ` #173 ` ] ( ../../pull/173 ) )
83
- * Fix showing positional arguments in subcommand's help menu ([ ` #174 ` ] ( ../../pull/174 ) )
69
+ * Add command to generate LICENSE file ([ #155 ] ( ../../pull/155 ) )
70
+ * Add new DSLs ` author ` and ` license ` ([ #156 ] ( ../../pull/156 ) )
71
+ * Add license linter ([ #157 ] ( ../../pull/157 ) )
72
+ * Allow few commands' execution without any Eask-file ([ #159 ] ( ../../pull/159 ) )
73
+ * Add command ` cat ` ([ #160 ] ( ../../pull/160 ) )
74
+ * Improve messages while processing package transaction ([ #164 ] ( ../../pull/164 ) )
75
+ * Improve messages while task cleaning all ([ #165 ] ( ../../pull/165 ) )
76
+ * Add ` clean ` option for clean compile environment ([ #166 ] ( ../../pull/166 ) )
77
+ * Split up ` config ` and ` global ` space into two different environments ([ #167 ] ( ../../pull/167 ) )
78
+ * Add use of ` --show-hidden ` option ([ #168 ] ( ../../pull/168 ) )
79
+ * Add command to generate ` ignore ` file ([ #169 ] ( ../../pull/169 ) )
80
+ * Use standard output ([ #170 ] ( ../../pull/170 ) )
81
+ * Fix non-displayable character, use ascii instead ([ #172 ] ( ../../pull/172 ) )
82
+ * Use environment PATH to specify Emacs version to use ([ #173 ] ( ../../pull/173 ) )
83
+ * Fix showing positional arguments in subcommand's help menu ([ #174 ] ( ../../pull/174 ) )
84
84
* Add aliases for ` pkg-file ` command ([ ` 0d35d76 ` ] ( ../../commit/0d35d762a12bd399657c2fdcb60541dcc0c8b5e0 ) )
85
- * Add option to init from ` Keg ` -file ([ ` #182 ` ] ( ../../pull/182 ) )
86
- * Add option to init from elisp source file ([ ` #183 ` ] ( ../../pull/183 ) )
87
- * Print archives progress ([ ` #184 ` ] ( ../../pull/184 ) )
85
+ * Add option to init from ` Keg ` -file ([ #182 ] ( ../../pull/182 ) )
86
+ * Add option to init from elisp source file ([ #183 ] ( ../../pull/183 ) )
87
+ * Print archives progress ([ #184 ] ( ../../pull/184 ) )
88
88
* Respect package file path in ` autoload ` command ([ ` 44c0424 ` ] ( ../../commit/44c042445bba0dd071d9112e58549437b7ebd58d ) )
89
- * fix(vcpkg): Use workaround for ` MODULE_NOT_FOUND ` error ([ ` #187 ` ] ( ../../pull/187 ) )
90
- * Add docker command ([ ` #188 ` ] ( ../../pull/188 ) )
91
- * Enter docker directly when no arguments ([ ` #191 ` ] ( ../../pull/191 ) )
92
- * Add command to generate recipe ([ ` #192 ` ] ( ../../pull/192 ) )
93
- * Add option to init from ` Eldev ` -file ([ ` #193 ` ] ( ../../pull/193 ) )
89
+ * fix(vcpkg): Use workaround for ` MODULE_NOT_FOUND ` error ([ #187 ] ( ../../pull/187 ) )
90
+ * Add docker command ([ #188 ] ( ../../pull/188 ) )
91
+ * Enter docker directly when no arguments ([ #191 ] ( ../../pull/191 ) )
92
+ * Add command to generate recipe ([ #192 ] ( ../../pull/192 ) )
93
+ * Add option to init from ` Eldev ` -file ([ #193 ] ( ../../pull/193 ) )
94
94
* Add command ` commnad ` for custom commands ([ ` #195 ` ] ( ../../pull/195 ) )
95
- * Merge the two commands ` run ` and ` command ` ([ ` #196 ` ] ( ../../pull/196 ) )
96
- * Add ` melpazoid ` command ([ ` #202 ` ] ( ../../pull/202 ) )
97
- * Add ` source ` command and its subcommands ([ ` #203 ` ] ( ../../pull/203 ) )
98
- * Add ` bump ` command ([ ` #204 ` ] ( ../../pull/204 ) )
99
- * fix: Print with stdout ([ ` #205 ` ] ( ../../pull/205 ) )
95
+ * Merge the two commands ` run ` and ` command ` ([ #196 ] ( ../../pull/196 ) )
96
+ * Add ` melpazoid ` command ([ #202 ] ( ../../pull/202 ) )
97
+ * Add ` source ` command and its subcommands ([ #203 ] ( ../../pull/203 ) )
98
+ * Add ` bump ` command ([ #204 ] ( ../../pull/204 ) )
99
+ * fix: Print with stdout ([ #205 ] ( ../../pull/205 ) )
100
100
101
101
## 0.8.x
102
102
> Released Mar 08, 2023
0 commit comments