Elm 0.3.6
JSON support and better error messages
Elm can now handle JSON objects! The JSON library also provides basic dictionary functionality (a mapping from strings to anything). In addition, this release includes lots of internal improvements, making the compiler much more solid. The most noticeable part of this is improved context information for type errors. The type system is also a bit more restrictive now, so there may be some breaking changes. See the Ints and Floats section for more information on this.
|Read the Rest of the Entry…
