Skip to content

Releases: emacsorphanage/req-package

v1.2: Revert "fix dependencies"

10 Jan 09:30
Compare
Choose a tag to compare

*** =v1.2=

- add :el-get keyword

v1.1

10 Jan 06:05
Compare
Choose a tag to compare

** Changelog

*** =v1.1=

- due to use-package being mature enough drop providers system

v1.0

15 Mar 06:50
Compare
Choose a tag to compare
Changelog
  • once you called req-package-finish you are able reload package just by reload req-package form
  • proper errors handling. see req-package--log-open-log for messages
  • smart add-hook which invokes function if mode is loaded
  • refactor providers system
  • no need to use progn in :init and :config sections
  • no need to use list literal in :require section
  • :loader keyword now accepts loaders as keywords or as functions. e.g. :el-get, :elpa, :built-in, :path and my-loader-fn
  • req-package-force replaced with :force keyword

v0.9

09 Nov 20:11
Compare
Choose a tag to compare
Changelog
  • :loader keyword support

v0.8

05 Nov 11:08
Compare
Choose a tag to compare
Changelog
  • bugfixes

v0.7

04 Nov 22:16
Compare
Choose a tag to compare
Changelog
  • fixed some issues with packages installation.
    all packages will be installed at bootstrap time
  • custom package providers support by req-package-providers
  • priority feature for cross provider packages loading
    you can choose, what to try first - elpa, el-get, or something else

v0.6

04 Nov 16:08
Compare
Choose a tag to compare
Changelog
  • el-get support

v0.5

17 Jun 20:34
Compare
Choose a tag to compare
Changelog
  • Major system refactoring.
  • Fixed bugs with defered loading.
  • Significant performance optimization.
  • max-specpdl-size, max-lisp-eval-depth issues completely solved.
  • Flexible :require keyword parsing.

v0.4.2

16 May 12:56
Compare
Choose a tag to compare
Changelog
  • Bug fixes.

v0.4.1

02 Mar 11:57
Compare
Choose a tag to compare
Changelog
  • Various tweaks and bug fixes.