Skip to content

Releases: maxsnew/IO

Elm 0.15 Release + No Dependencies

25 Apr 16:35
Compare
Choose a tag to compare

Compatibility with Elm 0.15 and dependency on jsdom was removed.

Elm 0.14 Public Release

07 Dec 23:50
Compare
Choose a tag to compare

This is an update for Elm 0.14 with no change to the library but big changes to the infrastructure.
The library will now be available as a dependency through package.elm-lang.org, but a script is still needed to actually run the resulting js code.

Update for Elm 0.13 + Bugfix

23 Aug 13:55
Compare
Choose a tag to compare

Backwards-Incompatible Changes:

  1. Rename (>>) to (>>>) to avoid clashing with new function composition operator.

Bugfixes:

  1. Properly remove temp file when compilation fails.
  2. Fix --default-ports boilerplate using outdated types.

New Features and Simplifications

18 Jul 03:55
Compare
Choose a tag to compare

New Features

  1. Add writeFile primitive.
  2. Allow for additional flags to be passed to the elm compiler.
  3. Better cli errors.

Simplifications

  1. Remove dependency on elm-get, Automaton
  2. Use Request and Response types to hide implementation..

Backwards-Incompatible Changes

  1. Changes Message types to JSON.Value. From now on the Request and Response type aliases can be used directly.
  2. Bumps dependency version for Elm

Major Performance Improvements

18 Apr 18:39
Compare
Choose a tag to compare

Switch from putChar to putString as the primitive printing operation. Also combine concatable requests.

Initial release

03 Mar 17:34
Compare
Choose a tag to compare

This release is designed to be integrated with Elm-Test into Travis CI configurations for Elm projects.