Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated most things to work with 0.16.
I'm new to using elm and have never used this library before, but made an attempt to get this working under 0.16.
Many updates seemed trivial, but there didn't appear to be any css for the examples and I'm not very good at css so made no attempt to add any.
The readme notes it was necessary to manually add d3.js library. I've seen other libraries include Native/.js file and import it somewhere so I added the native d3 min library and required license for it.
I did have some difficulty updating Voronoi as the Random generator library appears to changed a bit and although the compiler is happy with they type signatures, I'm getting an error in native js fromRecord method looking for a _ in the js object that doesn't exist but otherwise the record looks fine.
I was more interested in getting core library working so didn't want to spend much time on the examples for now, but I figured I would share the updates here so that when you do want to update it you can start where I left off.