Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.8.6
0.8.3
- 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)
0.8.1
- 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)
0.8.0
- Handle Easkfile existence for command
eask init
(2f5edb3) - Generate log files in user directory (974a17e)
- Make sure there is no eval error in the root layer (fbd8eb4)
- Recognize
bsdtar
for windows (#64) - Add
-q
/--quick
option for quickstart (#67) - Pick Eask-file by Emacs version, allow multiple Eask-files (#68)
- Add command and directive for
run-script
(#69) - Remove alias for
build
subcommand (#70) - Merge
clean
commands to one subcommand (#71) - Fix void function
eask-source
toeask-f-source
(#75) - Fix upcoming breaking changes from
package-build
(#65) - Add support for
elisp-lint
(#79) - Adapt
-a
/--all
option for archives command (#83) - Merge command
list-all
to list with-a
/--all
option (#84) - Support JSON format with Eask-file linter (#85)
- Handle multiple Eask-files for
init
command (#86) - Remove dependency
s.el
(962dd5f) - Acknowledge cleaning state for
clean all
command (#87) - Fix keyword lint undetected (#88)
- Improve Eask-file loader to search file upward (#89)
- Move command
activate
under test subcommand (#92) - Add command to create ELPA project (#94)
- Add command to clean log files (#97)
- Add command to clean autoloads file (#98)
- Add command to clean pkg-file (#99)
- Add option
-o
/--output
to output log for Eask checker (#100) - Fix line-endings for unix system (#106)
- Add
link
command (#107) - Fix package
xxx
is unavailable issue from Emacs snapshots (#111) - Fix install
CRLF
EOL (#112) - fix: Also expose
bin
folder for symlink package (#115) - Resolve infinite recursion in
exec-path
setup (#118) - feat: Add capability to search through path (#119)
- Support DSL
package-descriptor
(#124) - Resolve the potential symlink to the bash script (#24, #125, and #126)
- Workaround for arguments that contain whitespaces (#128 and #129)
- Silent unnecessary Node's stacktrace (#134 and #136)
- Allow linter list through all errors (#134 and #137)
- Omit
nil
value for conditions indevelopment
scope (#143 and #144) - Move
pkg-file
andautoloads
commands undergenerate
subcommand (#142) - Add option to convert Cask to Eask (#141 and #145)
- Add command to generate GHA workflow (#141 and #146)
- Add commands to support all kind of CI platforms (#150)