Releases: emacs-eldev/eldev
Releases · emacs-eldev/eldev
Eldev 0.1.1
User-visible changes:
- New hook
eldev-build-system-hook
.
Eldev 0.1
First version of Eldev. Main features:
- Build tool for Elisp packages, written, configurable and extendable in Elisp itself.
- Projects can have dependencies downloaded from package archives (e.g. Melpa) and locally-developed ones.
- Built-in support for running regression/unit tests (only ERT).
- Can load your project from
.el
sources, byte-compiled or packaged — selectable with one command-line option. - Extendable build system. Out of the box can build Elisp packages, byte-compile
.el
files and generate.info
out of.texi
sources. - Can evaluate expressions with functions from your project without interference from unrelated packages.
- Can launch Emacs with your project only — test that it is really usable without other packages.
- Runs on Emacs 24.4 or later, including using several different versions on the same machine.