Commit graph

5 commits

Author SHA1 Message Date
Victor Engmark
d5ea9cde13
feat: Put all string values before objects
String entries apply to _all_ versions, so it makes sense for them to be
first in the build systems lists.
2023-09-26 14:15:14 +13:00
Victor Engmark
ae35a2e48c
feat: Sort build systems alphabetically within objects
After sorting by the `from` and `until` versions.

Helps with #1320.
2023-09-26 13:40:33 +13:00
Victor Engmark
bc44c1d753
feat: Sort entries with both from and until between other entries
Doesn't change build-systems.json, because this is already the case.

Helps with #1320.
2023-09-26 13:35:38 +13:00
Victor Engmark
33f3ad5d79
docs: Document build systems sorting filter 2023-09-26 13:17:45 +13:00
Victor Engmark
5597b84d5e
refactor: Pull jq filter into a file and format it
Makes the filter much easier to read, now that it's getting more complex.
2023-09-26 13:17:25 +13:00