Skip to content

Releases: xing/jungle

SPM Product support

20 Aug 09:56
fe61816
Compare
Choose a tag to compare

[Fix] support also SPM Packages with binaryTargets types

09 May 10:12
f178a39
Compare
Choose a tag to compare
2.2.2

support also binary targets (#21)

Fix issue with Cocoapods test targets

20 Mar 11:26
0aa0a61
Compare
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
9713f0f
Compare
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
ffcd5ff
Compare
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
2914b0a
Compare
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
c7b9de1
Compare
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
6a7e372
Compare
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
39c51c4
Compare
Choose a tag to compare

Fix issue with multi sources projects (cocoapods)

1.0.1

24 Oct 10:43
31f7024
Compare
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)