Releases: maxsnew/IO
Releases · maxsnew/IO
Elm 0.15 Release + No Dependencies
Elm 0.14 Public Release
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
Backwards-Incompatible Changes:
- Rename (>>) to (>>>) to avoid clashing with new function composition operator.
Bugfixes:
- Properly remove temp file when compilation fails.
- Fix
--default-portsboilerplate using outdated types.
New Features and Simplifications
New Features
- Add
writeFileprimitive. - Allow for additional flags to be passed to the elm compiler.
- Better cli errors.
Simplifications
- Remove dependency on elm-get, Automaton
- Use
RequestandResponsetypes to hide implementation..
Backwards-Incompatible Changes
- Changes Message types to
JSON.Value. From now on theRequestandResponsetype aliases can be used directly. - Bumps dependency version for Elm
Major Performance Improvements
Switch from putChar to putString as the primitive printing operation. Also combine concatable requests.
Initial release
This release is designed to be integrated with Elm-Test into Travis CI configurations for Elm projects.