Skip to content

Releases: CocoaPods/Molinillo

0.5.6

08 Feb 20:17
0.5.6
2074de5
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes

0.5.5

07 Jan 00:03
0.5.5
5ba8b5b
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Only remove requirements from the to-be-resolved list if there are no
    activated vertices depending upon them after swapping.
    Samuel Giddins
    bundler#5294

0.5.4

14 Nov 03:27
0.5.4
eb5e7df
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes

0.5.3

28 Oct 03:34
0.5.3
5031f69
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Fixed a regression in v0.5.2 that could cause resolution to fail after
    swapping, because stale dependencies would still be in the requirements
    list.
    Samuel Giddins
    #48
  • Rename Action.name to Action.action_name to avoid overriding
    Module.name.
    Samuel Giddins
    #50

0.5.2

24 Oct 04:22
0.5.2
ce017ec
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Fixed a bug where Resolution#parent_of would return the incorrect parent for
    a dependency after swapping had occurred, resulting in resolution failing.
    Samuel Giddins
    bundler#5059

0.5.1

12 Sep 22:18
0.5.1
fe33c70
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Fixed a bug where Resolution#parent_of would return the incorrect parent for
    a dependency, resulting in resolution failing.
    Samuel Giddins
    bundler#4961

0.5.0

14 Jun 00:58
0.5.0
1d4d6f5
Compare
Choose a tag to compare
Enhancements
  • Add an operation log to DependencyGraph to eliminate the need for graph
    copies during dependency resolution, resulting in a 3-100x speedup and
    reduction in allocations.
    Samuel Giddins
    bundler#4376
  • Remove all metaprogramming to reduce array allocation overhead and improve
    discoverability.
    Samuel Giddins
Bug Fixes
  • None.

0.4.5

30 Apr 02:55
fb24f7d
Compare
Choose a tag to compare
Enhancements
  • For performance, don't needlessly dup objects in
    Resolution#push_state_for_requirements.
    Joe Rafaniello
Bug Fixes

0.4.4

28 Feb 06:47
Compare
Choose a tag to compare
Bug Fixes
  • Fix mutating a frozen string in NoSuchDependencyError#message.
    Samuel Giddins

0.4.3

18 Feb 05:32
Compare
Choose a tag to compare
Enhancements
  • Add frozen string literal comments to all ruby files.
    Samuel Giddins
Bug Fixes