I was about to release this as 4.0.0, but wanted your opinion first on the breaking change.
I can release as is, or alternately what I can do is create an Enumerable#stable_sort_by method that is deprecated and just calls Array#tabular_sort . This way we could release a 3.8.0 to bring in the other changes, and then after release a 4.0.0 with the breaking change. WDYT?
@bdunne Please review.
I was about to release this as 4.0.0, but wanted your opinion first on the breaking change.
I can release as is, or alternately what I can do is create an Enumerable#stable_sort_by method that is deprecated and just calls Array#tabular_sort . This way we could release a 3.8.0 to bring in the other changes, and then after release a 4.0.0 with the breaking change. WDYT?