Skip to content

3.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 10:46
5867ddb
Improve sortKeys (#556)

Rather than using string-based sorting all the time, instead we try to
find patterns where the keys are all numbers, and sort using their
numeric values instead

Covered by additional unit tests