Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.10.2
0.10.1
0.10.0
- fix: Unsilent in Eask-file by default (40d82be)
- Make better use for
special
commands (#206) - feat: Accept rest arguments after command line separator (#207)
- feat(_prepare.el): Add program temp buffer (6262821)
- fix(indent.el): Further improve indent-lint (c0bf56c)
- fix: Compatible to Emacs 26.x (#209)
- feat(repl): Add the Elisp REPL command (#210)
- fix(generate/workflow): Require emacs version (f643c5d)
- chore: Alias
pack
topackage
command (e209d7c) - fix(build.yml): Release with
.tar.gz
instead of.zip
on Unix-like system (#214 and #216) - feat: Add
loc
command (#227) - fix: Allow initialize in other scopes (#229)
- feat: Rename command
check-eask
toanalyze
(#230) - feat(fmt): Add formatters (#232)
- feat(test): Add built-in
ecukes
test command (#236) - fix: Don't pollute outer programs (#239)
- feat(generate/test): Add commands to setup test files (#243)
- feat: Add
docs
command (#245) - feat(cmds): Add
recompile
command (#254) - feat(eask): Use
strict
option (#256)
0.9.9
0.9.7
- feat: Add
loc
command (#227) - fix: Allow initialize in other scopes (#229)
- feat: Rename command
check-eask
toanalyze
(#230) - feat(fmt): Add formatters (#232)
- feat(test): Add built-in
ecukes
test command (#236) - fix: Don't pollute outer programs (#239)
- feat(generate/test): Add commands to setup test files (#243)
0.9.5
- feat: Accept rest arguments after command line separator (#207)
- feat(_prepare.el): Add program temp buffer (6262821)
- fix(indent.el): Further improve indent-lint (c0bf56c)
- fix: Compatible to Emacs 26.x (#209)
- feat(repl): Add the Elisp REPL command (#210)
- fix(generate/workflow): Require emacs version (f643c5d)
- fix(build.yml): Release with
.tar.gz
instead of.zip
on Unix-like system (#214 and #216)
0.9.4
- feat: Accept rest arguments after command line separator (#207)
- feat(_prepare.el): Add program temp buffer (6262821)
- fix(indent.el): Further improve indent-lint (c0bf56c)
- fix: Compatible to Emacs 26.x (#209)
- feat(repl): Add the Elisp REPL command (#210)
- fix(generate/workflow): Require emacs version (f643c5d)
0.9.3
0.9.1: fix(special): Make better use for special commands (#206)
0.9.0
- Add command to generate LICENSE file (#155)
- Add new DSLs
author
andlicense
(#156) - Add license linter (#157)
- Allow few commands' execution without any Eask-file (#159)
- Add command
cat
(#160) - Improve messages while processing package transaction (#164)
- Improve messages while task cleaning all (#165)
- Add
clean
option for clean compile environment (#166) - Split up
config
andglobal
space into two different environments (#167) - Add use of
--show-hidden
option (#168) - Add command to generate
ignore
file (#169) - Use standard output (#170)
- Fix non-displayable character, use ascii instead (#172)
- Use environment PATH to specify Emacs version to use (#173)
- Fix showing positional arguments in subcommand's help menu (#174)
- Add aliases for
pkg-file
command (0d35d76) - Add option to init from
Keg
-file (#182) - Add option to init from elisp source file (#183)
- Print archives progress (#184)
- Respect package file path in
autoload
command (44c0424) - fix(vcpkg): Use workaround for
MODULE_NOT_FOUND
error (#187) - Add docker command (#188)
- Enter docker directly when no arguments (#191)
- Add command to generate recipe (#192)
- Add option to init from
Eldev
-file (#193) - Add command
commnad
for custom commands (#195) - Merge the two commands
run
andcommand
(#196) - Add
melpazoid
command (#202) - Add
source
command and its subcommands (#203) - Add
bump
command (#204) - fix: Print with stdout (#205)