Releases: xing/jungle
Releases · xing/jungle
SPM Product support
[Fix] support also SPM Packages with binaryTargets types
2.2.2 support also binary targets (#21)
Fix issue with Cocoapods test targets
This fixes a situation where some test targets in cocoapods were not recognised as .test targets but .libraries.
New command: dependant
Display the dependant target for a specified one. Useful for changeset based testing
Fix Shell module issue
fix zsh issue in shell (#18) * fix issue in shell * increase command version
New command: list number of dependencies per module
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
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)
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.