Releases: CocoaPods/Molinillo
Releases · CocoaPods/Molinillo
0.5.6
Enhancements
- None.
Bug Fixes
- Only reset the parent of a requirement after swapping when its original parent
was the same vertex being swapped.
Samuel Giddins
bundler#5359
bundler#5362
0.5.5
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
Enhancements
- None.
Bug Fixes
- Fix unwinding when both sides of a conflict have a common parent
requirement.
Samuel Giddins
bundler#5154
0.5.3
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
toAction.action_name
to avoid overriding
Module.name
.
Samuel Giddins
#50
0.5.2
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
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
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
Enhancements
- For performance, don't needlessly dup objects in
Resolution#push_state_for_requirements
.
Joe Rafaniello
Bug Fixes
- Recursively prune requirements when removing an orphan after swapping.
Daniel DeLeo
berkshelf/solve#57
0.4.4
Bug Fixes
- Fix mutating a frozen string in
NoSuchDependencyError#message
.
Samuel Giddins
0.4.3
Enhancements
- Add frozen string literal comments to all ruby files.
Samuel Giddins
Bug Fixes
- Prune the dependency list when removing an orphan after swapping.
Samuel Giddins
bundler/bundler#4276