Skip to content

0.8.0

Choose a tag to compare

@jcs090218 jcs090218 released this 09 Mar 05:30
· 564 commits to master since this release
  • 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)