Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for releases not sorted by time #3

Open
mindrones opened this issue Mar 24, 2016 · 0 comments
Open

Better support for releases not sorted by time #3

mindrones opened this issue Mar 24, 2016 · 0 comments
Labels

Comments

@mindrones
Copy link
Owner

For example in d3-queue.json you can see that releases are not sorted by time:

  ...
  "time": {
    "modified": "2016-03-03T17:18:21.214Z",
    "created": "2016-01-23T05:00:32.836Z",
    "1.2.0": "2016-01-23T05:00:32.836Z",
    "1.2.1": "2016-01-25T05:38:16.791Z",
    "1.2.2": "2016-01-25T21:20:04.839Z",
    "2.0.0": "2016-01-27T18:12:57.616Z",
    "1.2.3": "2016-01-29T17:28:25.517Z",
    "2.0.1": "2016-01-29T17:35:39.783Z",
    "2.0.2": "2016-02-02T01:09:47.285Z",
    "2.0.3": "2016-03-03T17:18:21.214Z"
  },
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant