Skip to content

Releases: fosskers/vend

0.3.1

02 Sep 23:11
f2d0259

Choose a tag to compare

Added

  • Support for CMUCL.
  • Many more entries to the registry.
  • A tiny workaround for known packages that use :package-inferred-system.

0.3.0

03 Aug 21:51
5ecb17a

Choose a tag to compare

Added

  • vend eval for running arbitrary Lisp from the command line with all your dependencies available.
  • More entries to the registry.
  • A Makefile.

Fixed

  • When dependencies within vendored/ were symlinked to another local folder,
    vend graph would occasionally count certain dependencies more than once.

0.2.1

31 May 08:59
e2a2e4f

Choose a tag to compare

Fixed

  • Support mgl-pax's new system, autoload.

0.2.0

12 May 23:02
da3b923

Choose a tag to compare

Added

  • vend init for creating minimal project skeletons.
  • More entries to the registry.

0.1.5

08 Feb 01:27
369198c

Choose a tag to compare

Added

  • Support for clisp.
  • More entries to the registry.

Fixed

  • vend get: support for truly local dependencies that aren't registered with vend.
  • vend test: Under parachute, be more sensitive to the name of the specified
    testing defpackage.
  • vend test: Only run a specified test package once, even if multiple parent
    systems refer to it.

0.1.4

25 Jan 12:16
c9ae33d

Choose a tag to compare

Added

  • New command: vend test. Supports:
    • parachute
    • clunit2
    • fiveam

Fixed

  • Updated transducers dependency to fix a .asd detection edge case.

0.1.3

19 Jan 03:11
2de2941

Choose a tag to compare

Added

  • New command: vend search.
  • Support for Allegro (alisp).
  • Numerous additions to the registry.

Fixed

  • Restored support for postmodern.

0.1.2

16 Jan 22:03
380557a

Choose a tag to compare

Added

  • vend check also warns about dependencies that couldn't be fetched.
  • Improved dependency scanning accuracy and performance.

0.1.1

14 Jan 20:20
4caa39f

Choose a tag to compare

Added

  • Dependency support for more large projects.

Fixed

  • An odd additional message when dependency resolution fails.
  • Ignore .qlot/ if present.

0.1.0

13 Jan 07:04
46ed2be

Choose a tag to compare

Initial release.