Releases: emacs-eask/cli
Releases · emacs-eask/cli
0.7.5
0.7.4
- 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)
0.7.2
0.7.0
- Avoid loading package info unless it's needed (#13, #14, and #19)
- Read
-pkg.elfile prior to package-file while exists (#21) - Simplify (rewrite) command exec (#22)
- Move
execcommand to node layer (#27) - Move
testandlintcommands to it's subcommand (#31) - Avoid printing asni sequence in DUMB terminal (#34)
- Add implementation for
package-build--get-timestamp(#36) - Fix
time-convertmissing in Emacs 26.x; improve CI test onpackagecommand (#38) - Fix
eask create, honourversionandemacs_version(#41) - Add new command
eask emacs(#46) - Remove two options contradict to default settings,
--no-timestampsand--no-log-level(#48) - Add new option
--elapsed-time,--et(#48) - Add two new DSL;
website-urlandkeywords(#49) - Replace
time-convertto compatible with older Emacs version (#50) - Fix test buttercup with adding the current path to
load-path(#53) - Return correct packaged file depends on multi-files flag (23cd251)
- Add keywords command and it's linter (#54)
- Handle many-to-one condition for version string (0ac654f)
- Add new option
--log-file,--lfto generate log files (#57) - Rename package to
@emacs-eask/cli(#60)
0.6.43
- Avoid loading package info unless it's needed (#13, #14, and #19)
- Read
-pkg.elfile prior to package-file while exists (#21) - Simplify (rewrite) command exec (#22)
- Move
execcommand to node layer (#27) - Move
testandlintcommands to it's subcommand (#31) - Avoid printing asni sequence in DUMB terminal (#34)
- Add implementation for
package-build--get-timestamp(#36) - Fix
time-convertmissing in Emacs 26.x; improve CI test onpackagecommand (#38) - Fix
eask create, honourversionandemacs_version(#41) - Add new command
eask emacs(#46) - Remove two options contradict to default settings,
--no-timestampsand--no-log-level(#48) - Add new option
--elapsed-time,--et(#48) - Add two new DSL;
website-urlandkeywords(#49) - Replace
time-convertto compatible with older Emacs version (#50) - Fix test buttercup with adding the current path to
load-path(#53) - Return correct packaged file depends on multi-files flag (23cd251)
- Add keywords command and it's linter (#54)
- Handle many-to-one condition for version string (0ac654f)
- Add new option
--log-file,--lfto generate log files (#57)
0.6.17
- Reset
command-line-args-leftvariable by default (fbda232) - Clean up
.gitdirectory after creating a new elisp project (d845fd2) - Add new commnad
eask activate(dab4321) - Make
default-directoryrespect to-gflag (ffecfda) - Add new command
eask recipe(3073fe8) - Add new command
eask elsa(69b5f15) - Add
pkgconfiguration, we can now pack to executables (79d2c45) - Don't inhibit message for
print,princ, orprin1; this is dangerous (1297f78) - Fix path for
pkgbuild (b97bfa8)
0.6.0
- Clean up
ansi-apply, now accept object for the first argument (67277ff) - Ensure Eask-file exists before executing the command (d40e29a)
- Add checker rules for package metadata (f69efac)
- Add checker rules for unmatch dependencies (ab42f7f)
- Print more information for command
eask info(6d74139) - Print archive name while listing packages (b1cacc7)
- Set main file for package lint (cfd4728)
- Print total files with command
eask info(fe8dbe2) - Print unpacked size with command
eask info(82cd36c) - Add new command
eask buttercup(4ef7b3a) - Add new command
eask indent(99ec942) - Add new command
eask create(94b1075) - Add new command
eask declare(04b3b51) - Add new command
eask regexps(9121e1c)
0.5.0
- Unified dependencies list with data structure of list, and no longer have string (9f09f93)
- Add new command
eask refresh(5423d84) - Move help manual to it's folder (4036319)
- Move command files by category (2b405c5)
- Add new command
eask search(840646c) - Restrict
packagedefinition inEask-file (ba6ed68) - Add new command
eask ert-runner(8647d37) - Add new command
eask ert(29c5722) - Handle error
Failed to download ‘xxx’ archive(29887c8) - Handle Emacs version while installing packages (8cafd4f)
- Make error/warning log check compatible to older Emacs version (397d374)
- DSL
filessupport multiple definition (3948a1d) - Colorized ERT tests result (1b55b51)
- Simulate batch-mode (d67098c)
- Add new command
eask check-eask(621fb8e) - Use built-in
pkg-filegenerate function for commandeask pkg-file(4aa327b)
0.4.0
- Add Eask file keyword
exec-paths(5334bc5) - Remove Eask file keyword
load-path(a72fdac) - Add new command
eask checkdoc(c10ccb9) - Fix install dependencies when calling package init (e9be0bc)
- Add color to the output (afa74da)
- Add new option
--allow-error(c9c4cf2) - Add new command
eask install-deps(955a362) - Add new option
--insecure(9c41e5c) - Add new command
eask upgrade-eask(e1f21fe) - Add new command
eask locate(cef319d) - Colorized compile log for
eask compilecommand (cfc3105) - No longer require package after installation! (9175c8b)
- Hide script name in commands list (7ec2967)
- Integrate SPEC for
depends-onDSL (4250ea8)
0.3.0
- Ensure use
throwoperation to trigger CI (0253edf) - Fix extra concatenation args (458d551)
- Use inherit options for
spawnprocess (aaf4ace) - Add command
eask package [dest](a304cc2) - Add
shmelpasource (578ea2c) - Improve output message (9aa9ba5)
- Disable backup file by default (3be0010)
- Fix line endings on Windows system (b7b25da)
- Fix option that accept arguments (979d87e)
- Add verbosity level and timestamps (9de0bb4)
- Add new command
eask concat(2c85287) - Add new options
--timestampsand--no-timestamps(3f167d6) - Add new option
--strict(6d59d98) - Add new options
--log-leveland--no-log-level(e5e0367) - Improve output messages, more!