rluiten / elm-date-extra

Elm Date Extra library add/subtract/diff/format etc dates
http://package.elm-lang.org/packages/rluiten/elm-date-extra/latest
BSD 3-Clause "New" or "Revised" License
75 stars 36 forks source link

Upgrade to Elm 0.18 #25

Closed dynajoe closed 7 years ago

dynajoe commented 7 years ago

Still working on verifying I've got all changes. I didn't use elm-format/elm-ugprade because it would change indentation on all files.

dynajoe commented 7 years ago

I leave the versioning up to you.

dynajoe commented 7 years ago

I also had to upgrade to the latest version of elm-test. I took the test runner code directly from elm-test. Here's the output.

Success! Compiled 0 modules.
Successfully generated program.js
CreateTests currentOffsets: (300,360)
DurationTests currentOffsets: (300,360)

TEST RUN PASSED

Passed: 236
Failed: 0

Exit code: 0
rluiten commented 7 years ago

This has been published. @joeandaverde did you write the Runner.Log and Runner.String classes your self ? Seems to be they make life simpler ;), shame they arn't built in.

dynajoe commented 7 years ago

No, I borrowed them from elm test examples.