Skip to content

Latest commit

 

History

History
36 lines (36 loc) · 1.23 KB

CHANGELOG.org

File metadata and controls

36 lines (36 loc) · 1.23 KB

lein-plz

Planned

  • Split into smaller projects (lein-add ? lein-list?)
  • Better lein templates

0.4.0-SNAPSHOT

  • @mkremins added crossclj fallback (big deal)
  • updated to latest rewrite-clj 0.4.12 and ancient-clj 0.3.8

0.3.3

  • Updated project metadata (broken link)

0.3.2

  • Update to match om’s new groupid

0.3.1

  • Users no longer warned for using only the default options
  • Fixed issue where help was not printed on missing command

0.3.0

  • From @luxbock:
    • Added ~450 new dependencies
    • Added a list task
      • Prints dependencies to table
      • Filters by regex
    • Refactored add task
    • Added documentation
    • Added instructions prompt on malformed commands

0.2.1

  • “No groups added” case is less noisy
  • Added org.clojure/algo.monads

0.2.0

  • Added group functionality. Use the :as key in the :plz vector.
  • Added warnings for unrecognized nicknames
  • Dependencies are fetched using pmap

0.1.2

  • Terminology change - abbreviations are now nicknames
  • Removed several nicknames and dependencies from the fallbacks
  • Fixed bug in which unnamespaced, built in symbols were qualified as leiningen.plz/{symbol}
  • Added docstring to plz task