Skip to content

Releases: xing/jungle

SPM Product support

Choose a tag to compare

@osrufung osrufung released this 20 Aug 09:56
fe61816

This implements
#22

[Fix] support also SPM Packages with binaryTargets types

Choose a tag to compare

@osrufung osrufung released this 09 May 10:12
f178a39
2.2.2

support also binary targets (#21)

Fix issue with Cocoapods test targets

Choose a tag to compare

@osrufung osrufung released this 20 Mar 11:26
0aa0a61

This fixes a situation where some test targets in cocoapods were not recognised as .test targets but .libraries.

New command: dependant

Choose a tag to compare

@osrufung osrufung released this 07 Mar 13:40
9713f0f

Display the dependant target for a specified one. Useful for changeset based testing

Fix Shell module issue

Choose a tag to compare

@osrufung osrufung released this 16 Dec 12:39
ffcd5ff
fix zsh issue in shell (#18)

* fix issue in shell

* increase command version

New command: list number of dependencies per module

Choose a tag to compare

@osrufung osrufung released this 11 Nov 13:30
2914b0a
Create dependencies module count command (#15)

* Added modules stats command

* Use modules for SPM

* Control empty nodes
Added tests

* Refactor some code

* New version

SwiftPM compatibility

Choose a tag to compare

@osrufung osrufung released this 11 Nov 11:57
c7b9de1

Now you can use jungle (compare, graph and history commands) with Swift Package Manager packages! 🎉🚀

1.0.3: ignore failed task in the TaskGroup (#13)

Choose a tag to compare

@osrufung osrufung released this 10 Nov 09:45
6a7e372

History command can fail with really old commits, where maybe the Podfile format is not supported now. At this moment, we're going to skip them.

1.0.2

Choose a tag to compare

@osrufung osrufung released this 08 Nov 07:40
39c51c4

Fix issue with multi sources projects (cocoapods)

1.0.1

Choose a tag to compare

@osrufung osrufung released this 24 Oct 10:43
31f7024
  • Fix a failedParsingPod error when parsing the Podfile and the target do not contains any dependencies
  • removed extra property in the compare command (modules)