elm / projects

Curated collection of projects for folks looking to collaborate within the Elm ecosystem.
424 stars 37 forks source link

Version string in elm-package documentation #4

Closed jastice closed 5 years ago

jastice commented 9 years ago

It would be helpful to provide a ready-made safe version string for inclusion in elm-package.json in the elm package documentation pages. For example the core library v1.1.0 would show somewhere:

To use in your project, add to your elm-package.json: "elm-lang/core": "1.1.0 <= v < 2.0.0"

I can probably do this sometime, leaving this here as a reminder and for comments :)

squaresurf commented 6 years ago

Is this still needed?

jastice commented 6 years ago

I don't know, haven't actively used Elm for a while :)

squaresurf commented 6 years ago

When looking at http://package.elm-lang.org/packages/elm-lang/core/5.1.1 I don't see a version string to add to your elm-package.json. Is that the sort of feature you were wanting @jastice?

@evancz would you like this sort of feature in this repo's list or should this be moved to another repo? I think it would be a good thing to not have a stale issue hanging out on a repo like this. :smile:

p.s. I'm sorry if I should not have mentioned @evancz. Feel free to mention/assign to the appropriate person.

jastice commented 6 years ago

Yes, that is what I had in mind.

evancz commented 5 years ago

I want to keep the projects as relatively self-contained: not needing coordination with core people, possible to work on independently for a long time, etc. I don't think this matches that criteria.