Releases: emacsorphanage/req-package
Releases · emacsorphanage/req-package
v0.4-all-cycles
Changelog
- All cycles of your dependencies will be printed now.
- Also there are more handy log messages and some bug fixes.
v0.3-cycles
Changelog
- There are nice error messages about cycled dependencies now.
- Cycles printed in a way:
pkg1 -> [pkg2 -> ...] pkg1
. - It means there is a cycle around
pkg1
.
v0.2-auto-fetch
Changelog
- There is no need of explicit
:ensure
in your code now. - When you req-package it adds
:ensure
if package is available in your repos. - Also package deps
:ensure
'd automatically too. - Just write
(req-package pkg1 :require pkg2)
and all you need will be installed.