- Merge :override-deps from :aliases #49 #53 via @dkick
- Fix merging data_readers.cljc with reader conditionals #51
- tools.deps updated to 0.18.1335
- auto-detect
--multi-release
from jars content - exclude
module-info.class
from any folder - clojure updated to 1.11.1
- tools.deps updated to 0.16.1264
- Do not sort :paths, match ordering from tools.deps instead #48
- Fixed :extra-paths being ignored #47
- tools.deps updated to 0.12.1153
- Support
:replace-deps
and:replace-paths
in--aliases
#46 - tools.deps updated to 0.12.1104
- Munge main class name before adding to META-INF/MANIFEST.MF #45 via @mvproton
- Added --exclude CLI option #44 thx @Heliosmaster
- tools.deps updated to 0.12.1036
- Set default :paths to ["src"] #39
- tools.deps updated to 0.9.857
- Fix relative paths issue when deps.edn is a symlink #35 thx @imrekoszo
- tools.deps updated to 0.9.833
- Exclude Emacs backup files by default #30
- Removed
(set! *print-namespace-maps*)
from code #29 - tools.deps updated to 0.9.782
- Automatically merge
data_readers.clj
andMETA-INF/plexus/components.xml
- Support custom mergers #1
- tools.deps updated to 0.9.763
- Concat all
META-INF/services/**
files with matching names #2 #27 thx @jdf-id-au
- tools.deps updated to 0.8.677
--multi-release
/:multi-release?
added #22 #23 thx @gavinkflam
- Resolve
:paths
relative todeps.edn
location
--main-class
/:main-class
option added #13 #18 thx @gnarroway- tools.deps updated to 0.8.599
- Replace
\
with/
when building on Windows #16 #17 thx @gnarroway
- Ignore non-jar dependencies #14 #15
- Package paths before jars so that local files take priority over deps #9
- Fixed NPE when target is located in current dir #7
- Make target dirs if don’t exist #4
- Normalize dependencies without namespaces #3
- Initial version