Releases: benedekfazekas/mranderson
Bug fix release
see details in CHANGELOG.md in the project root, special thanks to @xsc for their contribution
Bug fix release for 0.5.0
see details in CHANGELOG.md in the project root
Major rewrite of internals and some new features
see details in CHANGELOG.md in the project root
Bug fix release
- fix imports prefixing related bug
- fix typo
- refer to
lein isolate
Bump pomegranate version
Bump pomegranate version
Move cljs files out of the way and other bugfixes
Changes since v0.4.6
New features, bugfixes
-
c83d831 (mranderson) 2016-02-28 [Benedek Fazekas] [Fix #13]Don't rewrite ns name in a string literal
-
1165e7a (mranderson) 2016-02-28 [Benedek Fazekas] [Fix #10] skip repackage class files automatically
if there are none in the dependencies of the project
-
3b52cd9 (mranderson) 2016-02-27 [Benedek Fazekas] [Fix #12] support .cljs files (or at least move...
them out of the way)
cljs munging might just work but not really tested.
-
5c7bba2 (mranderson) 2016-02-23 [Benedek Fazekas] [Fix #11] bumps up version for next dev cycle
and fixes not working with lein 2.6.0+
Support .cljc files
Fix broken 0.4.4 with a simpler solution for sorting dependencies
Changelog for v0.4.5
Changes since v0.4.4
New features, bugfixes
-
0527b22 (mranderson) 2015-07-19 [Benedek Fazekas] Revert "[Fix #7] sort dependencies acc their inter dependencies"
This reverts commit 16501a6.
fall back to sort dependencies acc to their frequencies
Other changes
- e4b0293 (mranderson) 2015-07-19 [Benedek Fazekas] prepare 0.4.5 release
Configurable prefix and fix for topological sort breakage
Changelog for v0.4.4
Changes since v0.4.3
New features, bugfixes
-
16501a6 (mranderson) 2015-07-19 [Benedek Fazekas] [Fix #7] Excluded or overriden transitive dependencies break topological sort
- order first level dependencies according
- to their relation: if A depends on B, A will occur later
- if they don't depend on each other, sort alphabetically
- order first level dependencies according
-
a36a6a0 (mranderson) 2015-07-06 [Benedek Fazekas] [Fix #6] use 'mranderson' 'mranderson-version' as...
... default prefix
-
9b138e7 (mranderson) 2015-07-05 [Benedek Fazekas] [Fix #6] make prefix configurable
- pass in
:project-prefix
to define prefix to source-deps task - defaults to mranderson-mrandersonv-ersion
- pass in
-
0b41658 (mranderson) 2015-07-11 [Benedek Fazekas] [Fix #8] prefix resources with .clj extension
- somehow limited solution but solves the cljfmt problem
Other changes
-
446938a (mranderson) 2015-07-19 [Benedek Fazekas] prepare 0.4.4 release
-
477e824 (mranderson) 2015-07-08 [Benedek Fazekas] work only on relevant clj file when prefixing...
... references in imports (for performance gain)
-
e614348 (mranderson) 2015-07-05 [Benedek Fazekas] revert change in prefix-dependency-imports