Skip to content

Releases: emacsorphanage/req-package

v0.4-all-cycles

30 Dec 22:52
Compare
Choose a tag to compare
Changelog
  • All cycles of your dependencies will be printed now.
  • Also there are more handy log messages and some bug fixes.

v0.3-cycles

30 Dec 18:38
Compare
Choose a tag to compare
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

30 Dec 18:32
Compare
Choose a tag to compare
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.