Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.9.0
- Add command to generate LICENSE file (#155)
- Add new DSLs
authorandlicense(#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
cleanoption for clean compile environment (#166) - Split up
configandglobalspace into two different environments (#167) - Add use of
--show-hiddenoption (#168) - Add command to generate
ignorefile (#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-filecommand (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
autoloadcommand (44c0424) - fix(vcpkg): Use workaround for
MODULE_NOT_FOUNDerror (#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
commnadfor custom commands (#195) - Merge the two commands
runandcommand(#196) - Add
melpazoidcommand (#202) - Add
sourcecommand and its subcommands (#203) - Add
bumpcommand (#204) - fix: Print with stdout (#205)
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-filecommand (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
autoloadcommand (44c0424) - fix(vcpkg): Use workaround for
MODULE_NOT_FOUNDerror (#187) - Add docker command (#188)
0.8.1
- Add command to generate LICENSE file (#155)
- Add new DSLs
authorandlicense(#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
cleanoption for clean compile environment (#166) - Split up
configandglobalspace into two different environments (#167) - Add use of
--show-hiddenoption (#168) - Add command to generate
ignorefile (#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
bsdtarfor windows (#64) - Add
-q/--quickoption 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
buildsubcommand (#70) - Merge
cleancommands to one subcommand (#71) - Fix void function
eask-sourcetoeask-f-source(#75) - Fix upcoming breaking changes from
package-build(#65) - Add support for
elisp-lint(#79) - Adapt
-a/--alloption for archives command (#83) - Merge command
list-allto list with-a/--alloption (#84) - Support JSON format with Eask-file linter (#85)
- Handle multiple Eask-files for
initcommand (#86) - Remove dependency
s.el(962dd5f) - Acknowledge cleaning state for
clean allcommand (#87) - Fix keyword lint undetected (#88)
- Improve Eask-file loader to search file upward (#89)
- Move command
activateunder 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/--outputto output log for Eask checker (#100) - Fix line-endings for unix system (#106)
- Add
linkcommand (#107) - Fix package
xxxis unavailable issue from Emacs snapshots (#111) - Fix install
CRLFEOL (#112) - fix: Also expose
binfolder for symlink package (#115) - Resolve infinite recursion in
exec-pathsetup (#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
nilvalue for conditions indevelopmentscope (#143 and #144) - Move
pkg-fileandautoloadscommands undergeneratesubcommand (#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)