-
Notifications
You must be signed in to change notification settings - Fork 14
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
5.0.0 release #60
Comments
Just wanted to update here re: status of 5.0.0 release. Things are coming along nicely, but I've decided not to rush. If you need this package, please continue to just use a vendored local version -- my apologies if this is an inconvenience to you. Main:
Misc:
|
Just wondering if you had any updates on the new release? Else, could you give us a quick comment on what is the best way to go with the vendored approach? I was going through the docs on elm-lang and realized some api's were missing like "createOne" so maybe it would be good to also update the official docs on the vendored approach. |
I use a
and copy in the |
Thanks for jumping in here @russelldavies. I suggest this approach as well. In terms of a general update on the status of the 5.0.0 release, I unfortunately just haven't had the time to work on this. I could probably do a release AS IS to make things a bit easier for people to get started, however, I think it makes sense to move people towards the vendor'd approach so that they can make quick and dirty modifications to the code in the event of a bug. I have not abandoned this project, however, it's hard to prioritize since my company hasn't yet adopted elm 😢 |
Thanks for the support guys. I'd like to test this for building something
along the lines of: https://github.com/benoror/ember-postgrest-dynamic-ui
No problem about the release time, I'll need some time also to study this,
thanks again for putting this together.
…On Mon, Mar 11, 2019 at 8:07 PM John Kelly ***@***.***> wrote:
Thanks for jumping in here @russelldavies
<https://github.com/russelldavies>. I suggest this approach as well.
In terms of a general update on the status of the 5.0.0 release, I
unfortunately just haven't had the time to work on this. I could probably
do a release AS IS to make things a bit easier for people to get started,
*however*, I think it makes sense to move people towards the vendor'd
approach so that they can make quick and dirty modifications to the code in
the event of a bug.
I have not abandoned this project, however, it's hard to prioritize since
my company hasn't yet adopted elm 😢
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5Pwp2YVVqdMp5bj-VN01msFnaXS4QOks5vVqmAgaJpZM4VtNd0>
.
--
Regards,
------------------------------------
Alessio Civitillo
[email protected]
Linkedin: http://it.linkedin.com/in/alessiocivitillo
|
The current plan is to release the next version of the library in sync with the 0.19 release of Elm.
With that being said, there are still a few things I'd like to finish before an official release:
Additionally, there are a few issue we may want to consider/think about before the next release. At the very least we should examine if they are candidates for non major bump updates:
At the time of writing, my focus is on documentation.
The text was updated successfully, but these errors were encountered: