Skip to content

Releases: kepler16/kmono

v4.10.2

07 Aug 10:20
f825ef4

Choose a tag to compare

Changes

  • Improve overall performance with concurrent IO in 7aaf056

    Currently common performs fs operations (or subprocess shelling)
    sequentially which can be very slow on larger projects.

    This reworks some of the internals to perform batched concurrent IO
    operations instead.

    For reference, on a largish internal project this resulted in a ~1s+
    performance improvement.

  • Improve performance of glob path matcher in f825ef4

    This replaces the usage of fs/glob with a besboke implementation based
    on the original.

    Primarily this implementation allows combining multiple glob patterns
    to avoid traversing the file tree multiple times.

    This also directly matches for deps.edn files which avoids the need
    for a second pass on the final results.


Full Changelog: v4.10.1...v4.10.2

v4.10.1

06 Aug 13:06
99f2d5e

Choose a tag to compare

Changes

  • Fix command documentation failing in native-image in 99f2d5e

Full Changelog: v4.10.0...v4.10.1

v4.10.0

05 Aug 18:23
eedb179

Choose a tag to compare

Changes

  • Checkout full history to support --changed-since in cfe2cd3
  • Allow filtering included packages in clojure cmd in d01394d

    Add the various filter command opts used in run and exec to the
    clojure command.

  • Improve project documentation in eedb179

Full Changelog: v4.9.0...v4.10.0

v4.9.0

19 May 17:40
1e102c8

Choose a tag to compare

Changes

  • Add --changed,--changed-since flags to run + exec in 1e102c8

    This allows running commands based on refs instead of released versions


Full Changelog: v4.8.0...v4.9.0

v4.8.0

18 May 11:20
c7ea49c

Choose a tag to compare

Changes

  • Fix docstring formatting + remove lazy processing in bfa4dee
  • Move build script to build/ dir in 882b939
  • Introduce query cli command for package metadata in c7ea49c

Full Changelog: v4.7.5...v4.8.0

v4.7.5

13 Mar 14:57
0095709

Choose a tag to compare

Update release-ci artifacts action

v4.7.4

03 Dec 16:09
5fbf3dd

Choose a tag to compare

Wait for all proc to complete before throwing

v4.7.3

05 Nov 21:57
99a7542

Choose a tag to compare

Fix group-id spelling errors

v4.7.2

05 Nov 19:19
2bb3449

Choose a tag to compare

Print repl-aliases when running kmono repl

v4.7.1

31 Oct 10:44
87ec605

Choose a tag to compare

Exclude dependency on tools.deps