TheSeamau5 / elm-check

Property Based Testing in Elm
70 stars 20 forks source link

Updates for Elm 0.15 #8

Closed wyleyr closed 9 years ago

wyleyr commented 9 years ago

This pull request contains the minimal changes I needed to make to get elm-check running on Elm 0.15.

TheSeamau5 commented 9 years ago

I'm currently working on moving to 0.15. I'm almost done, I just need to do a bit of clean-up. The features I want for this release are in, so, expect a release within a day or two.

You can see the progress on the 0.15 branch: https://github.com/TheSeamau5/elm-check/tree/0.15

I'm sorry for the troubles but the upcoming version contains major breaking changes with the previous version (it's a complete rewrite). As such, the version I intend to release on the package site is different and I intend to notify the users of elm-check about how to migrate from the previous version to the newer version.

wyleyr commented 9 years ago

Ah, very good, I didn't realize changes were in progress! Thanks.