elm-community / webgl

Moved to elm-explorations/webgl
https://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
131 stars 18 forks source link

Batching updates #10

Closed Zinggi closed 7 years ago

Zinggi commented 7 years ago

This issue serves as a meta issue to help make the update process as smooth as possible, as changes have to be approved


We are currently on 1.0.1.

Update plan

First we could merge #4, bringing us to 1.1.0

Next would be those two (#5, #3), bringing us to 2.0.0. Together with these, #11 can be implemented.

Use cases

4

3

5


If there is something to add I'll edit this first post.

w0rm commented 7 years ago

@Zinggi I've published 1.0.1, so you may remove the item.

w0rm commented 7 years ago

@Zinggi shall we include #8 too? I would say yes, because we don't want to bump the major version with each change and this pull request is ready.

w0rm commented 7 years ago

I think we have accumulated quite a lot of changes, so we need to get Evan's approval before merging them and releasing v2.0.0.

Zinggi commented 7 years ago

I've added #8. I also added #19 since we're anyway bumping the version. And yes, I think this is enough for a nice 2.0.0 release.

w0rm commented 7 years ago

I have merged everything in 2.0, and will work on top of it