Releases: deadfoxygrandpa/elm-test
Releases · deadfoxygrandpa/elm-test
Improvements to Element Runner
This slightly changes the Element runner to work better with line breaks, and to be more readable. Some users had mentioned the black on red colorscheme for failed tests was difficult for them to read.
Update for improved elm-check support
Thanks to @mgold for the additions.
Update for new elm-console dependency
This will permanently resolve issue #32
New Public API
This will allow me to change internal representations without affecting the major version numbers, as well as simplifying the use (now there's only one import!)
Elm 0.15 Release
1.0.4 Use the elm-package-mandated version #s
Update for core 2.0.0 compatibility
Fixes breaking changes in the List module for version 2.0.0 of core, while maintaining backward compatibility for core 1.x.
Another Fix for Elm 0.14
1.0.2 bump version
Quick Fix for package.elm-lang.org
1.0.1 fix for package.elm-lang.org
Elm 0.14 Release
Directly depends on IO
, now that elm-package
supports it.
Update for Elm 0.13 and IO 0.3.0.0
Compatibility release.
Bugfixes:
- Update ScriptExample to use correct new IO types