john-kelly / elm-postgrest

Make PostgREST requests in Elm
109 stars 14 forks source link

ability to specify postgrest version #35

Open john-kelly opened 7 years ago

john-kelly commented 5 years ago

Ideas:

russelldavies commented 5 years ago

I haven't tested this (since I don't want to pollute the package index) but after taking a quick look it does appear that you can keep publishing older versions as long as the version number in elm-package.json matches some git tag in your GitHub repo. So my vote would be for option two. It's cleaner and more flexible. Option 3 is the least appealing to me.