Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Releases: emacs-eask/cli

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)

0.8.0

09 Mar 05:30
Compare
Choose a tag to compare
  • 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 to eask-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 in development scope (#143 and #144)
  • Move pkg-file and autoloads commands under generate 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)

0.7.10

27 Jan 23:27
Compare
Choose a tag to compare
  • Fix install CRLF EOL (#112)

0.7.9

26 Jan 04:11
Compare
Choose a tag to compare
  • Add link command (#107)
  • Fix package xxx is unavailable issue from Emacs snapshots (#111)

0.7.8

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

0.7.7

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

0.7.6

28 Dec 13:10
Compare
Choose a tag to compare
  • 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)

0.7.5

17 Dec 06:58
Compare
Choose a tag to compare
  • Fix upcoming breaking changes from package-build (#65)