Skip to content

Releases: xing/jungle

SPM Product support

20 Aug 09:56

Choose a tag to compare

[Fix] support also SPM Packages with binaryTargets types

09 May 10:12

Choose a tag to compare

2.2.2

support also binary targets (#21)

Fix issue with Cocoapods test targets

20 Mar 11:26

Choose a tag to compare

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

New command: dependant

07 Mar 13:40

Choose a tag to compare

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

Fix Shell module issue

16 Dec 12:39

Choose a tag to compare

fix zsh issue in shell (#18)

* fix issue in shell

* increase command version

New command: list number of dependencies per module

11 Nov 13:30

Choose a tag to compare

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

11 Nov 11:57

Choose a tag to compare

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)

10 Nov 09:45

Choose a tag to compare

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

08 Nov 07:40

Choose a tag to compare

Fix issue with multi sources projects (cocoapods)

1.0.1

24 Oct 10:43

Choose a tag to compare

  • Fix a failedParsingPod error when parsing the Podfile and the target do not contains any dependencies
  • removed extra property in the compare command (modules)