Skip to content

Releases: deadfoxygrandpa/elm-test

Improvements to Element Runner

24 Feb 04:14
Compare
Choose a tag to compare

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

15 Feb 16:25
Compare
Choose a tag to compare

Thanks to @mgold for the additions.

Update for new elm-console dependency

24 Nov 11:53
Compare
Choose a tag to compare

This will permanently resolve issue #32

New Public API

19 Nov 07:28
Compare
Choose a tag to compare

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

25 Apr 17:13
Compare
Choose a tag to compare
1.0.4

Use the elm-package-mandated version #s

Update for core 2.0.0 compatibility

20 Jan 12:05
Compare
Choose a tag to compare

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

08 Dec 01:58
Compare
Choose a tag to compare
1.0.2

bump version

Quick Fix for package.elm-lang.org

08 Dec 01:42
Compare
Choose a tag to compare
1.0.1

fix for package.elm-lang.org

Elm 0.14 Release

08 Dec 01:35
Compare
Choose a tag to compare

Directly depends on IO, now that elm-package supports it.

Update for Elm 0.13 and IO 0.3.0.0

23 Aug 14:06
Compare
Choose a tag to compare

Compatibility release.

Bugfixes:

  1. Update ScriptExample to use correct new IO types