Skip to content

Releases: emacs-eask/cli

0.9.8

14 Apr 23:41
Compare
Choose a tag to compare
0.9.8 Pre-release
Pre-release
Bump version for pre-release

0.9.7

14 Apr 23:31
Compare
Choose a tag to compare
  • feat: Add loc command (#227)
  • fix: Allow initialize in other scopes (#229)
  • feat: Rename command check-eask to analyze (#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

09 Feb 12:38
Compare
Choose a tag to compare
  • 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

28 Jan 09:28
Compare
Choose a tag to compare
  • 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

12 Jan 12:12
Compare
Choose a tag to compare
  • 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)

0.9.1: fix(special): Make better use for special commands (#206)

26 Nov 12:08
3d91ef3
Compare
Choose a tag to compare
  • fix: Unsilent in Eask-file by default (40d82be)
  • Make better use for special commands (#206)

0.9.0

17 Nov 10:06
Compare
Choose a tag to compare
  • Add command to generate LICENSE file (#155)
  • Add new DSLs author and license (#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 and global 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 and command (#196)
  • Add melpazoid command (#202)
  • Add source command and its subcommands (#203)
  • Add bump command (#204)
  • fix: Print with stdout (#205)

0.8.6

17 Oct 18:57
Compare
Choose a tag to compare
  • 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 and command (#196)

0.8.3

20 Sep 03:12
Compare
Choose a tag to compare
  • 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

02 Apr 18:35
Compare
Choose a tag to compare
  • Add command to generate LICENSE file (#155)
  • Add new DSLs author and license (#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 and global 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)