Skip to content

Releases: benedekfazekas/mranderson

Bug fix release

01 Jan 12:36
Compare
Choose a tag to compare

see details in CHANGELOG.md in the project root, special thanks to @xsc for their contribution

Bug fix release for 0.5.0

01 Apr 08:56
Compare
Choose a tag to compare

see details in CHANGELOG.md in the project root

Major rewrite of internals and some new features

25 Mar 11:27
Compare
Choose a tag to compare

see details in CHANGELOG.md in the project root

Bug fix release

25 Mar 10:55
Compare
Choose a tag to compare
  • fix imports prefixing related bug
  • fix typo
  • refer to lein isolate

Bump pomegranate version

25 Mar 10:52
Compare
Choose a tag to compare

Bump pomegranate version

Move cljs files out of the way and other bugfixes

28 Feb 22:22
Compare
Choose a tag to compare

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

08 Sep 21:03
Compare
Choose a tag to compare

Changes since v0.4.5

Other changes

  • 70dbe9f (mranderson) 2015-09-08 [Benedek Fazekas] support inlining .cljc files
    • inlines clojure.tools.namespace.move as mranderson.move with an added
      patch to support .cljc files (improved version for c.t.n 0.3.x was
      submitted to c.t.n)

Fix broken 0.4.4 with a simpler solution for sorting dependencies

19 Jul 15:52
Compare
Choose a tag to compare

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

19 Jul 13:16
Compare
Choose a tag to compare

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
  • 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
  • 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

bugfix release

19 Jul 13:08
Compare
Choose a tag to compare

Changelog for v0.4.3

Changes since v0.4.2

Changes

  • a1df6e9 (mranderson) 2015-04-12 [Benedek Fazekas] prepare 0.4.3 release
    • fix problem when there is no whitespace before the ns prefix in the
      ns body
    • adds build.sh for convenience