Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SemVer sorting, reversed prefered #8

@tomByrer

Description

@tomByrer
    "name": "jquery",
    "versions": [
      "2.1.0",
      "2.0.3",
      "2.0.2",
      "2.0.1",
      "2.0.0",
      "1.9.1",
      "1.9.0",
      "1.8.3",
      "1.7",
      "1.4.4",
      "1.11.0",  // 1.11 > 1.9  :(
      "1.10.2",
      "1.10.1",
      "1.10.0"

I hope to be:

    "name": "jquery",
    "versions": [
      "2.1.0",
      "2.0.3",
      "2.0.2",
      "2.0.1",
      "2.0.0",
      "1.11.0",
      "1.10.2",
      "1.10.1",
      "1.10.0",
      "1.9.1",
      "1.9.0",
      "1.8.3",
      "1.7",
      "1.4.4"

Perhaps this guy can help out? ;)
TIA

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions