Do not rely on sorting provided by Mozilla
rail opened this issue · 2 comments
rail commented
In bug 1541636 we found that if we break the sorting of the Firefox releases, than jsvu doesn't generate proper results. It'd be better to sort the objects using the dates, without relying on the JSON parser nor the original order.
mathiasbynens commented
Would Mozilla be open to providing dedicated latest.json
files?
If not, we’ll implement something like #65 (comment) as a workaround.
rail commented
Sounds like a great candidate for a "good first bug"!
BTW, for nightly builds we already have something simlar. You still need to get the latest version from product details, but at least it doesn't require any new changes.